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

Unified Diff: content/content_app.gypi

Issue 10933091: Enable a minimal content/ build on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@rohits-image-change
Patch Set: Rebase Created 8 years, 3 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 | « build/all.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 a662a6af8bb19a9e419b539f1c7e60615ab35026..aa86f56d1264205116ba69dd3b514978d74f43c0 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -51,6 +51,9 @@
['OS=="ios"', {
'sources!': [
'app/content_main.cc',
+ # TODO(ios): Remove this once content_main_runner builds
+ # for iOS.
+ 'app/content_main_runner.cc',
],
}],
],
« no previous file with comments | « build/all.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698