Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / content_common_mojo_bindings.gypi
index 3a495b3..cf79972 100644 (file)
@@ -8,23 +8,21 @@
       'target_name': 'content_common_mojo_bindings',
       'type': 'static_library',
       'dependencies': [
-        '../mojo/mojo.gyp:mojo_bindings',
+        '../mojo/mojo.gyp:mojo_cpp_bindings',
         '../mojo/mojo.gyp:mojo_environment_chromium',
-        '../mojo/mojo.gyp:mojo_system',
       ],
       'sources': [
-        'common/mojo/render_process.mojom',
+        'common/web_ui_setup.mojom',
       ],
       # TODO(sky): this shouldn't be necessary. It's working around a bug in
       # gyp.
       'variables': {
         'mojom_base_output_dir': 'content',
       },
-      'includes': [ '../mojo/public/bindings/mojom_bindings_generator.gypi' ],
+      'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator.gypi' ],
       'export_dependent_settings': [
-        '../mojo/mojo.gyp:mojo_bindings',
+        '../mojo/mojo.gyp:mojo_cpp_bindings',
         '../mojo/mojo.gyp:mojo_environment_chromium',
-        '../mojo/mojo.gyp:mojo_system',
       ],
     },
   ],