summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_variables.gypi
diff options
context:
space:
mode:
authorjamesr <jamesr@chromium.org>2014-10-07 13:31:32 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 20:31:58 +0000
commit777e37d8d95e282d7e3bef85a6cdac46ccef570d (patch)
treee54db3d19510dcfddf3bcb95c16bbcedc5d23c06 /mojo/mojo_variables.gypi
parente48457c33ad890f8b55f0eeeb36b21050950977d (diff)
downloadchromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.zip
chromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.tar.gz
chromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.tar.bz2
Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp
R=viettrungluu@chromium.org TBR=darin@chromium.org for updates to various gyp files to point to moved targets Review URL: https://codereview.chromium.org/596053004 Cr-Commit-Position: refs/heads/master@{#298560}
Diffstat (limited to 'mojo/mojo_variables.gypi')
-rw-r--r--mojo/mojo_variables.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
index b80ebfc..6e73b5a 100644
--- a/mojo/mojo_variables.gypi
+++ b/mojo/mojo_variables.gypi
@@ -32,8 +32,8 @@
# which Mojo system library they are using.
#
['component=="shared_library"', {
- 'mojo_system_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl",
- 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl",
+ 'mojo_system_for_component': "<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl",
+ 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl",
'mojo_gles2_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_gles2_impl",
}, {
'mojo_system_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_none",