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

Unified Diff: 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: mojo/mojo_edk.gyp
diff --git a/mojo/mojo_edk.gyp b/mojo/mojo_edk.gyp
index a7467dfbd5a35cb4ee00dde29aa72146ddb89da3..9d482d16df15d2a5b67fc6df55eff174ab5e2a9c 100644
--- a/mojo/mojo_edk.gyp
+++ b/mojo/mojo_edk.gyp
@@ -4,12 +4,11 @@
{
'includes': [
- '../third_party/mojo/mojo_variables.gypi',
+ 'mojo_variables.gypi',
],
'target_defaults' : {
'include_dirs': [
'..',
- '../third_party/mojo/src',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -213,7 +212,7 @@
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
- '../third_party/mojo/mojo_public.gyp:mojo_public_test_support',
+ '../mojo/mojo_public.gyp:mojo_public_test_support',
'mojo_system_impl2',
'mojo_test_support_impl2',
],

Powered by Google App Engine
This is Rietveld 408576698