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

Unified Diff: chrome/common/common.scons

Issue 18446: Porting in chrome/ (Closed)
Patch Set: last fixes Created 11 years, 11 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 | « chrome/browser/browser.scons ('k') | chrome/common/process_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common.scons
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 7f2fd74df8f4e7beff2c234b1c5521e0a17445fd..87610023625a8624b99cc2e18b8dd2df2fbfc732 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -218,13 +218,8 @@ if not env.Bit('windows'):
'gfx/icon_util.cc',
'gfx/path.cc',
'ipc_logging.cc',
- 'jstemplate_builder.cc',
'os_exchange_data.cc',
'plugin_messages.cc',
- 'process_watcher.cc',
- 'security_filter_peer.cc',
- 'win_safe_util.cc',
- 'win_util.cc',
)
if not env.Bit('windows'):
@@ -235,6 +230,8 @@ if not env.Bit('windows'):
'gfx/chrome_font_win.cc',
'ipc_channel_win.cc',
'resource_bundle_win.cc',
+ 'win_safe_util.cc',
+ 'win_util.cc',
'$CHROME_DIR/tools/build/win/precompiled$OBJSUFFIX',
)
« no previous file with comments | « chrome/browser/browser.scons ('k') | chrome/common/process_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698