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

Unified Diff: content/content.gyp

Issue 226213002: Removes use_mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 trunk 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 | « content/common/content_message_generator.h ('k') | content/content_app.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index bc344e7fb088c089d2b831780dc0182c3f166639..d4cacf74d0958ba73858ca4bb37d0f511db8b4f9 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -22,13 +22,9 @@
],
},
'conditions': [
- ['use_mojo==1', {
- 'includes': [
- 'content_common_mojo_bindings.gypi',
- ],
- }],
['OS != "ios"', {
'includes': [
+ 'content_common_mojo_bindings.gypi',
'../build/win_precompile.gypi',
],
'targets': [
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698