summaryrefslogtreecommitdiff
path: root/chromium/mojo/mojo.gyp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-06-18 14:10:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-06-18 13:53:24 +0000
commit813fbf95af77a531c57a8c497345ad2c61d475b3 (patch)
tree821b2c8de8365f21b6c9ba17a236fb3006a1d506 /chromium/mojo/mojo.gyp
parentaf6588f8d723931a298c995fa97259bb7f7deb55 (diff)
downloadqtwebengine-chromium-813fbf95af77a531c57a8c497345ad2c61d475b3.tar.gz
BASELINE: Update chromium to 44.0.2403.47
Change-Id: Ie056fedba95cf5e5c76b30c4b2c80fca4764aa2f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'chromium/mojo/mojo.gyp')
-rw-r--r--chromium/mojo/mojo.gyp11
1 files changed, 3 insertions, 8 deletions
diff --git a/chromium/mojo/mojo.gyp b/chromium/mojo/mojo.gyp
index cba70c9d72d..f3679772824 100644
--- a/chromium/mojo/mojo.gyp
+++ b/chromium/mojo/mojo.gyp
@@ -4,7 +4,7 @@
{
'includes': [
- 'mojo_variables.gypi',
+ '../third_party/mojo/mojo_variables.gypi',
],
'targets': [
{
@@ -12,14 +12,9 @@
'target_name': 'mojo',
'type': 'none',
'dependencies': [
- 'edk/mojo_edk.gyp:mojo_edk',
'mojo_base.gyp:mojo_base',
- 'mojo_geometry_converters.gyp:mojo_geometry_lib',
- 'mojo_input_events_converters.gyp:mojo_input_events_lib',
- 'mojo_surface_converters.gyp:mojo_surfaces_lib',
- 'mojo_surface_converters.gyp:mojo_surfaces_lib_unittests',
- 'services/public/mojo_services_public.gyp:mojo_services_public',
- 'public/mojo_public.gyp:mojo_public',
+ '../third_party/mojo/mojo_edk_tests.gyp:mojo_edk_tests',
+ '../third_party/mojo/mojo_public.gyp:mojo_public',
],
},
]