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

Unified Diff: chrome/chrome_common.gypi

Issue 9416106: Add chrome common files to android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « no previous file | chrome/common/child_process_logging_linux.cc » ('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 0ce75c450bfc263eb087821200132c84d9ea0208..2a82bfbbe68aaabec941a643a84800274fca70a7 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -71,8 +71,8 @@
'common/badge_util.h',
'common/bzip2_error_handler.cc',
'common/child_process_logging.h',
- 'common/child_process_logging_linux.cc',
'common/child_process_logging_mac.mm',
+ 'common/child_process_logging_posix.cc',
'common/child_process_logging_win.cc',
'common/chrome_content_client.cc',
'common/chrome_content_client.h',
@@ -83,7 +83,7 @@
'common/chrome_utility_messages.h',
'common/chrome_version_info.cc',
'common/chrome_version_info_chromeos.cc',
- 'common/chrome_version_info_linux.cc',
+ 'common/chrome_version_info_posix.cc',
'common/chrome_version_info_mac.mm',
'common/chrome_version_info_win.cc',
'common/chrome_version_info.h',
@@ -300,6 +300,10 @@
'include_dirs': [
'../third_party/GTM',
],
+ 'sources!': [
+ 'common/child_process_logging_posix.cc',
+ 'common/chrome_version_info_posix.cc',
+ ],
}],
['remoting==1', {
'dependencies': [
« no previous file with comments | « no previous file | chrome/common/child_process_logging_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698