Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: mojo/mojo_variables.gypi

Issue 632853002: Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios fixes Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/public/c/system/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_variables.gypi
diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
index 39146d791d9c2d91f1e4807a061e68fb4a5a27a2..b80ebfc86ba15acd8775d133d523ef40f4507647 100644
--- a/mojo/mojo_variables.gypi
+++ b/mojo/mojo_variables.gypi
@@ -37,16 +37,16 @@
'mojo_gles2_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_gles2_impl",
}, {
'mojo_system_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_none",
- 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/mojo_base.gyp:mojo_system",
+ 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/public/mojo_public.gyp:mojo_system",
'mojo_gles2_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_none",
}],
],
'mojo_public_system_unittest_sources': [
- 'public/c/system/tests/core_unittest.cc',
- 'public/c/system/tests/core_unittest_pure_c.c',
- 'public/c/system/tests/macros_unittest.cc',
- 'public/cpp/system/tests/core_unittest.cc',
- 'public/cpp/system/tests/macros_unittest.cc',
+ '<(DEPTH)/mojo/public/c/system/tests/core_unittest.cc',
+ '<(DEPTH)/mojo/public/c/system/tests/core_unittest_pure_c.c',
+ '<(DEPTH)/mojo/public/c/system/tests/macros_unittest.cc',
+ '<(DEPTH)/mojo/public/cpp/system/tests/core_unittest.cc',
+ '<(DEPTH)/mojo/public/cpp/system/tests/macros_unittest.cc',
],
},
}
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/public/c/system/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698