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

Unified Diff: app/app.gyp

Issue 442002: Share code between Mac and Linux in ResourceBundle. (Closed)
Patch Set: sync Created 11 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 | « no previous file | app/resource_bundle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
diff --git a/app/app.gyp b/app/app.gyp
index fbc9e2d6ac6187333d7235333d2cf141eda30d72..b55a015289a874504d109fd8fba607a7a86d23d6 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -148,9 +148,10 @@
'os_exchange_data.h',
'resource_bundle.cc',
'resource_bundle.h',
- 'resource_bundle_win.cc',
'resource_bundle_linux.cc',
'resource_bundle_mac.mm',
+ 'resource_bundle_posix.cc',
+ 'resource_bundle_win.cc',
'slide_animation.cc',
'slide_animation.h',
'sql/connection.cc',
« no previous file with comments | « no previous file | app/resource_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698