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

Unified Diff: content/content_app.gypi

Issue 10917130: Add preliminary iOS support to more content/ gypi files (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Typo fix 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/common.gypi ('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 adc924c068c639259e12c30990fbbc7fdf6f0cab..a662a6af8bb19a9e419b539f1c7e60615ab35026 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -48,5 +48,10 @@
'../skia/skia.gyp:skia',
],
}],
+ ['OS=="ios"', {
+ 'sources!': [
+ 'app/content_main.cc',
+ ],
+ }],
],
}
« no previous file with comments | « build/common.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698