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

Unified Diff: content/content_browser.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 | « content/content_app.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 12600f83423ee3a36654a4f6f3fd773c7af19191..57561e143c5fdb7b1ad88a21ec81c6a3ac4ea3fd 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -845,16 +845,13 @@
'sources/': [
# iOS only needs a small portion of content; exclude all the
# implementation, and re-include what is used.
- ['exclude', '\\.cc$'],
- ['exclude', '\\.mm$'],
+ ['exclude', '\\.(cc|mm)$'],
['include', '_ios\\.(cc|mm)$'],
+ ['include', '^public/browser/content_browser_client\\.cc$'],
['include', '^public/browser/notification_registrar\\.cc$'],
['include', '^public/browser/speech_recognition_'],
['include', '^browser/browser_context\\.cc$'],
['include', '^browser/notification_service_impl\\.cc$'],
- # Pull in all but one file from speech.
- ['include', '^browser/speech/'],
- ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'],
],
}, { # OS!="ios"
'dependencies': [
« no previous file with comments | « content/content_app.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698