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

Unified Diff: chrome/common/common.scons

Issue 52034: Implement basic ShowItemInFolder for linux.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/chrome.gyp ('k') | chrome/common/common.vcproj » ('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 12379)
+++ chrome/common/common.scons (working copy)
@@ -178,6 +178,10 @@
'owned_widget_gtk.h',
'page_transition_types.h',
'page_zoom.h',
+ 'platform_util.h',
+ 'platform_util_linux.cc',
+ 'platform_util_mac.mm',
+ 'platform_util_win.cc',
'$CHROME_DIR/tools/build/win/precompiled$OBJSUFFIX',
'$CHROME_DIR/tools/build/win/precompiled.h',
'pref_member.cc',
@@ -257,6 +261,7 @@
'gfx/chrome_font_win.cc',
'gfx/path_win.cc',
'ipc_channel_win.cc',
+ 'platform_util_win.cc',
'resource_bundle_win.cc',
'win_safe_util.cc',
'win_util.cc',
@@ -273,6 +278,7 @@
'gfx/path_gtk.cc',
'owned_widget_gtk.cc',
'owned_widget_gtk.h',
+ 'platform_util_linux.cc',
'resource_bundle_linux.cc',
)
@@ -280,6 +286,7 @@
# Mac specific files
input_files.Remove(
'chrome_paths_mac.cc',
+ 'platform_util_mac.mm',
)
if not env.Bit('posix'):
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/common.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698