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

Unified Diff: chrome/common/common.scons

Issue 8059: Port parts of chrome/common to Linux.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 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/common/chrome_paths.cc ('k') | chrome/common/logging_chrome.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common.scons
===================================================================
--- chrome/common/common.scons (revision 4761)
+++ chrome/common/common.scons (working copy)
@@ -47,6 +47,7 @@
'animation.cc',
'chrome_constants.cc',
'chrome_counters.cc',
+ 'chrome_paths.cc',
'chrome_switches.cc',
'debug_flags.cc',
'env_vars.cc',
@@ -55,7 +56,9 @@
'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 @@
# 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',
@@ -94,10 +96,8 @@
'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',
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/common/logging_chrome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698