summaryrefslogtreecommitdiffstats
path: root/chrome/common/common.scons
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-07 20:05:39 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-07 20:05:39 +0000
commitec65780c4dddd415ab46ff3ecf39b4c5a75ef3f3 (patch)
treec65b3551b1b996e7c81be371104a3475e7b624dd /chrome/common/common.scons
parentbcc5e7fae77b1f443a1765957a70bacd7105a20a (diff)
downloadchromium_src-ec65780c4dddd415ab46ff3ecf39b4c5a75ef3f3.zip
chromium_src-ec65780c4dddd415ab46ff3ecf39b4c5a75ef3f3.tar.gz
chromium_src-ec65780c4dddd415ab46ff3ecf39b4c5a75ef3f3.tar.bz2
Port parts of chrome/common to Linux.
This probably needs some bigger adjustments. Some things need to be decided, like where to store profile files on Linux/Mac. BUG=3649 Review URL: http://codereview.chromium.org/8059 Patch from Paweł Hajdan jr <phajdan.jr@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r--chrome/common/common.scons6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index d0c5466..549f57b 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -47,6 +47,7 @@ if env['PLATFORM'] in ('posix', 'win32'):
'animation.cc',
'chrome_constants.cc',
'chrome_counters.cc',
+ 'chrome_paths.cc',
'chrome_switches.cc',
'debug_flags.cc',
'env_vars.cc',
@@ -55,7 +56,9 @@ if env['PLATFORM'] in ('posix', 'win32'):
'jpeg_codec.cc',
'json_value_serializer.cc',
'libxml_utils.cc',
+ 'logging_chrome.cc',
'net/cookie_monster_sqlite.cc',
+ 'notification_registrar.cc',
'notification_service.cc',
'pref_member.cc',
'pref_names.cc',
@@ -72,7 +75,6 @@ if env['PLATFORM'] == 'win32':
# TODO(port): Port these.
input_files.extend([
'child_process.cc',
- 'chrome_paths.cc',
'chrome_plugin_lib.cc',
'chrome_plugin_util.cc',
'chrome_process_filter.cc',
@@ -93,10 +95,8 @@ if env['PLATFORM'] == 'win32':
'ipc_sync_message.cc',
'jstemplate_builder.cc',
'l10n_util.cc',
- 'logging_chrome.cc',
'message_router.cc',
'net/url_request_intercept_job.cc',
- 'notification_registrar.cc',
'os_exchange_data.cc',
'plugin_messages.cc',
'pref_service.cc',