diff options
author | jamesr <jamesr@chromium.org> | 2014-10-07 01:04:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-07 08:04:31 +0000 |
commit | b83f9dcb4940d4700632fe9e925abec779ad84ef (patch) | |
tree | cef174e6c3afa18ed007201dc777f47f70834da7 /device | |
parent | fc671090e316e4128309540b5bb874fdea14ee4c (diff) | |
download | chromium_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 'device')
-rw-r--r-- | device/serial/serial.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp index e9e47f2..7da99be 100644 --- a/device/serial/serial.gyp +++ b/device/serial/serial.gyp @@ -42,12 +42,12 @@ ], 'dependencies': [ 'device_serial_mojo', - '../../mojo/mojo_base.gyp:mojo_cpp_bindings', + '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings', '../../net/net.gyp:net', ], 'export_dependent_settings': [ 'device_serial_mojo', - '../../mojo/mojo_base.gyp:mojo_cpp_bindings', + '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings', ], 'sources': [ '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc', |