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

Unified Diff: mojo/mojo_variables.gypi

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
Index: mojo/mojo_variables.gypi
diff --git a/third_party/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
similarity index 76%
rename from third_party/mojo/mojo_variables.gypi
rename to mojo/mojo_variables.gypi
index 0e082f302b44fe16e0d0d10e677a734b5b3f81e0..9b78e15fda9277f72bf1494ed037ba25fb9602b5 100644
--- a/third_party/mojo/mojo_variables.gypi
+++ b/mojo/mojo_variables.gypi
@@ -37,16 +37,16 @@
'mojo_system_for_loadable_module': "<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_system_impl",
}, {
'mojo_gles2_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_none",
- 'mojo_system_for_component': "<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_system_placeholder",
- 'mojo_system_for_loadable_module': "<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_system",
+ 'mojo_system_for_component': "<(DEPTH)/mojo/mojo_public.gyp:mojo_system_placeholder",
+ 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/mojo_public.gyp:mojo_system",
}],
],
'mojo_public_system_unittest_sources': [
- '<(DEPTH)/third_party/mojo/src/mojo/public/c/system/tests/core_unittest.cc',
- '<(DEPTH)/third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c',
- '<(DEPTH)/third_party/mojo/src/mojo/public/c/system/tests/macros_unittest.cc',
- '<(DEPTH)/third_party/mojo/src/mojo/public/cpp/system/tests/core_unittest.cc',
- '<(DEPTH)/third_party/mojo/src/mojo/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',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698