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

Unified Diff: content/content_browser.gypi

Issue 10907232: Make browser_context.cc compile for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move char constants for cleaner ifdef-ing 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/browser/browser_context.cc ('k') | no next file » | 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 7ac2b8f85ef09edb75f5eafd7eaa6e01736fc18d..8efe6d49f31bbe3bee8e500df2c97472a789c166 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -850,6 +850,7 @@
['include', '_ios\\.(cc|mm)$'],
['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/'],
« no previous file with comments | « content/browser/browser_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698