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

Unified Diff: third_party/mojo/mojo_edk.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: third_party/mojo/mojo_edk.gyp
diff --git a/third_party/mojo/mojo_edk.gyp b/third_party/mojo/mojo_edk.gyp
index 71da5ba31083caa2f5c75de42ccaa9a4e957b768..2f00c35918044fbcf2c73b4029f7ebbecf5d9b99 100644
--- a/third_party/mojo/mojo_edk.gyp
+++ b/third_party/mojo/mojo_edk.gyp
@@ -4,7 +4,7 @@
{
'includes': [
- 'mojo_variables.gypi',
+ '../../mojo/mojo_variables.gypi',
],
'target_defaults' : {
'include_dirs': [
@@ -117,9 +117,9 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:test_support_base',
+ '../../mojo/mojo_public.gyp:mojo_public_test_support',
'../../testing/gtest.gyp:gtest',
'mojo_system_impl',
- 'mojo_public.gyp:mojo_public_test_support',
'mojo_test_support_impl',
],
'sources': [
@@ -132,8 +132,8 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:test_support_base',
+ '../../mojo/mojo_public.gyp:mojo_public_test_support',
'mojo_edk.gyp:mojo_system_impl',
- 'mojo_public.gyp:mojo_public_test_support',
'mojo_test_support_impl',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698