Hi!

The diff below fixes a build error:

FAILED: /usr/local/bin/clang++ -MMD -MF 
obj/content/app/mojo/content_app_both.mojo_init.o.d ...
fe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11  -c 
../../content/app/mojo/mojo_init.cc -o 
obj/content/app/mojo/content_app_both.mojo_init.o
In file included from ../../content/app/mojo/mojo_init.cc:8:
In file included from ../../mojo/application_manager/application_manager.h:14:
../../mojo/application_manager/application_loader.h:11:10: fatal error: 
'mojo/services/public/interfaces/network/url_loader.mojom.h' file not found
#include "mojo/services/public/interfaces/network/url_loader.mojom.h"
         ^
1 error generated.
ninja: build stopped: subcommand failed.

Stolen from the bigger diff at 
https://codereview.chromium.org/download/issue496813002_20001.diff

Ciao,
David

Index: patches/patch-mojo_mojo_gyp
===================================================================
RCS file: patches/patch-mojo_mojo_gyp
diff -N patches/patch-mojo_mojo_gyp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-mojo_mojo_gyp 6 Nov 2014 15:58:14 -0000
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- mojo/mojo.gyp.orig.port    Thu Nov  6 16:43:41 2014
++++ mojo/mojo.gyp      Thu Nov  6 16:18:34 2014
+@@ -332,6 +332,7 @@
+       'export_dependent_settings': [
+         
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+         'mojo_base.gyp:mojo_application_bindings',
++        'mojo_network_bindings',
+       ],
+     },
+     {

Reply via email to