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

Unified Diff: mojo/mojo.gyp

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 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/edk/test/run_all_unittests.cc ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index f36797728248277884f0ccfea62e443df13ad237..dfe49f450253d5844db9f40a95786f5a62eddf21 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -3,9 +3,9 @@
# found in the LICENSE file.
{
- 'includes': [
- '../third_party/mojo/mojo_variables.gypi',
- ],
+ 'variables': {
+ 'chromium_code': 1,
+ },
'targets': [
{
# GN version: //mojo
@@ -13,7 +13,7 @@
'type': 'none',
'dependencies': [
'mojo_base.gyp:mojo_base',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_edk_tests',
+ 'mojo_edk_tests.gyp:mojo_edk_tests',
'../third_party/mojo/mojo_public.gyp:mojo_public',
],
},
« no previous file with comments | « mojo/edk/test/run_all_unittests.cc ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698