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

Unified Diff: content/content_app.gypi

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/content.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_app.gypi
diff --git a/content/content_app.gypi b/content/content_app.gypi
index 6187bce207e71e6244a133f57f2fa0aac3838a4b..b88e56d8923d782fe9ca6482ecfece9127dc050e 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -55,14 +55,10 @@
['OS=="ios"', {
'sources!': [
'app/content_main.cc',
- ],
- }],
- ['use_mojo==0', {
- 'sources!': [
'app/mojo/mojo_init.cc',
'app/mojo/mojo_init.h',
],
- }, {
+ }, { # OS!="ios"
'dependencies': [
'../mojo/mojo.gyp:mojo_environment_chromium',
'../mojo/mojo.gyp:mojo_service_manager',
« no previous file with comments | « content/content.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698