summaryrefslogtreecommitdiffstats
path: root/content/content_app.gypi
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-10 17:46:15 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-10 17:46:15 +0000
commitaeaaaf0a3ca91fe8f6e12b0d7b150832df8ae6e4 (patch)
tree5e3f311c62ef94e769e3573c3826f00b85785a99 /content/content_app.gypi
parent91ff1df7be2795b56148e0376d11dc6ca094cf23 (diff)
downloadchromium_src-aeaaaf0a3ca91fe8f6e12b0d7b150832df8ae6e4.zip
chromium_src-aeaaaf0a3ca91fe8f6e12b0d7b150832df8ae6e4.tar.gz
chromium_src-aeaaaf0a3ca91fe8f6e12b0d7b150832df8ae6e4.tar.bz2
Add preliminary iOS support to more content/ gypi files
Restructures content_app.gypi, content_common.gypi, and content_tests.gypi slightly to support building them for iOS. One target, content_browsertests, is excluded entirely for iOS. More files will be added to the iOS build later, once the content/ build is working for iOS. BUG=None Review URL: https://chromiumcodereview.appspot.com/10917130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_app.gypi')
-rw-r--r--content/content_app.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content_app.gypi b/content/content_app.gypi
index adc924c..a662a6a 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',
+ ],
+ }],
],
}