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

Unified Diff: mojo/mojo_edk_tests.gyp

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_edk_tests.gyp
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index 2b11d0703a7881cf7483eca8e552c6b3348a2b83..3ad66a6d795fed48a06843b46603a47773495ade 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -4,7 +4,7 @@
{
'includes': [
- '../third_party/mojo/mojo_variables.gypi',
+ 'mojo_variables.gypi',
],
'targets': [
{
@@ -98,9 +98,9 @@
'type': 'executable',
'dependencies': [
'../gin/gin.gyp:gin_test',
- '../third_party/mojo/mojo_public.gyp:mojo_environment_standalone',
- '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
- '../third_party/mojo/mojo_public.gyp:mojo_utility',
+ '../mojo/mojo_public.gyp:mojo_environment_standalone',
+ '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
+ '../mojo/mojo_public.gyp:mojo_utility',
'mojo_edk.gyp:mojo_common_test_support2',
'mojo_edk.gyp:mojo_run_all_unittests2',
'mojo_edk.gyp:mojo_js_lib2',
@@ -117,9 +117,9 @@
'dependencies': [
'../base/base.gyp:base',
'../gin/gin.gyp:gin_test',
- '../third_party/mojo/mojo_public.gyp:mojo_environment_standalone',
- '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
- '../third_party/mojo/mojo_public.gyp:mojo_utility',
+ '../mojo/mojo_public.gyp:mojo_environment_standalone',
+ '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
+ '../mojo/mojo_public.gyp:mojo_utility',
'mojo_edk.gyp:mojo_js_lib2',
'mojo_edk.gyp:mojo_run_all_unittests2',
'mojo_js_to_cpp_bindings',
« chrome/browser/chromeos/BUILD.gn ('K') | « mojo/mojo_edk.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698