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

Unified Diff: chrome/common/common.scons

Issue 17392: Make resource_bundle compile on Linux. (Closed)
Patch Set: 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 | « no previous file | chrome/common/gfx/chrome_font.h » ('j') | chrome/common/resource_bundle.h » ('J')
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 57f976e1277080d880c1a298aae3f1d8498d2e8a..34c5a05ac11fe6920ccf813c93e922c1e9810911 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -70,6 +70,7 @@ input_files.extend([
'pref_service.cc',
'property_bag.cc',
'render_messages.cc',
+ 'resource_bundle.cc',
'resource_dispatcher.cc',
'sandbox_init_wrapper.cc',
'slide_animation.cc',
@@ -104,7 +105,6 @@ if env.Bit('windows'):
'os_exchange_data.cc',
'plugin_messages.cc',
'process_watcher.cc',
- 'resource_bundle.cc',
'security_filter_peer.cc',
'win_safe_util.cc',
'win_util.cc',
« no previous file with comments | « no previous file | chrome/common/gfx/chrome_font.h » ('j') | chrome/common/resource_bundle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698