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': [ |