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

Unified Diff: chrome/chrome_common.gypi

Issue 11418005: Get a minimal unit_tests target building and running for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@chrome-gyp-ios-support
Patch Set: Better ifdefing in chrome_paths Created 8 years, 1 month 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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index edac7bd2f9981f36ed442bbbd1e3173e6a6b080b..1a5f0a6f33966bb315128e618178b4a5195980b5 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -80,6 +80,7 @@
'common/child_process_logging_win.cc',
'common/chrome_content_client.cc',
'common/chrome_content_client.h',
+ 'common/chrome_content_client_ios.mm',
'common/chrome_notification_types.h',
'common/chrome_result_codes.h',
'common/chrome_sandbox_type_mac.h',
@@ -358,7 +359,11 @@
# TODO(ios): Include files here as they are made to work; once
# everything is online, remove everything below here and just
# use the exclusions above.
- ['exclude', '.*'],
+ ['exclude', '\\.(cc|mm)$'],
+ ['include', '_ios\\.(cc|mm)$'],
+ ['include', '(^|/)ios/'],
+ ['include', '^common/chrome_version_info\\.cc$'],
+ ['include', '^common/zip'],
],
}],
['OS=="android"', {
@@ -425,6 +430,7 @@
# Pull in specific Mac files for iOS (which have been filtered out
# by file name rules).
['include', '^common/chrome_version_info_mac\\.mm$'],
+ ['include', '^common/mac/nscoder_util\\.'],
],
}],
],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698