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

Unified Diff: build/common.gypi

Issue 213693011: Replace RULE_INPUT_PATH with RULE_INPUT_DIRNAME/RULE_INPUT_ROOT.mojom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | mojo/public/bindings/mojom_bindings_generator.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f91994955966987074fe684872f154c5f6a0eb82..c76b45cb82e685560ef995cc825d0195a6af9465 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -864,7 +864,7 @@
'enable_printing%': 0,
}],
- ['OS=="win" or OS=="linux" or OS=="mac" or (OS=="android" and android_webview_build==0)', {
+ ['OS=="win" or OS=="linux" or OS=="mac" or OS=="android"', {
'use_mojo%': 1,
}],
« no previous file with comments | « no previous file | mojo/public/bindings/mojom_bindings_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698