summaryrefslogtreecommitdiffstats
path: root/extensions/extensions.gyp
diff options
context:
space:
mode:
authorjamesr <jamesr@chromium.org>2014-10-07 01:04:09 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 08:04:31 +0000
commitb83f9dcb4940d4700632fe9e925abec779ad84ef (patch)
treecef174e6c3afa18ed007201dc777f47f70834da7 /extensions/extensions.gyp
parentfc671090e316e4128309540b5bb874fdea14ee4c (diff)
downloadchromium_src-b83f9dcb4940d4700632fe9e925abec779ad84ef.zip
chromium_src-b83f9dcb4940d4700632fe9e925abec779ad84ef.tar.gz
chromium_src-b83f9dcb4940d4700632fe9e925abec779ad84ef.tar.bz2
Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp
The targets in the mojo public SDK, i.e. those in mojo/public/, should be free of dependencies outside of mojo/public/ and usable in a standalone fashion. This moves the gyp definitions from mojo/mojo_base.gyp, which also contains a number of non-public targets, to mojo/public/mojo_public.gyp. R=viettrungluu@chromium.org TBR=darin@chromium.org for updating various gyp entries to point to new target location Review URL: https://codereview.chromium.org/632853002 Cr-Commit-Position: refs/heads/master@{#298422}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r--extensions/extensions.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 54643cc..035675a 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -790,7 +790,7 @@
'extensions_resources.gyp:extensions_resources',
'../content/content.gyp:content_resources',
'../gin/gin.gyp:gin',
- '../mojo/mojo_base.gyp:mojo_js_bindings',
+ '../mojo/public/mojo_public.gyp:mojo_js_bindings',
'../third_party/WebKit/public/blink.gyp:blink',
],
'include_dirs': [
@@ -1066,9 +1066,9 @@
'../device/serial/serial.gyp:device_serial',
'../device/serial/serial.gyp:device_serial_test_util',
'../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../mojo/mojo_base.gyp:mojo_cpp_bindings',
'../mojo/mojo_base.gyp:mojo_js_bindings_lib',
'../mojo/mojo_base.gyp:mojo_system_impl',
+ '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',