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

Unified Diff: chrome/common/common.scons

Issue 28297: Implement gfx::Path on GTK. (Closed)
Patch Set: Created 11 years, 10 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
Index: chrome/common/common.scons
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 6c3378a902b4a2ae1d973ffaf4b88d7c907fd38d..2875d63f0b6c32d3d7afa2a7d5409a77dabf9bbc 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -73,7 +73,8 @@ input_files = ChromeFileList([
'gfx/icon_util.cc',
'gfx/icon_util.h',
'gfx/insets.h',
- 'gfx/path.cc',
+ 'gfx/path_gtk.cc',
+ 'gfx/path_win.cc',
'gfx/path.h',
'gfx/text_elider.cc',
'gfx/text_elider.h',
@@ -236,7 +237,6 @@ if not env.Bit('windows'):
'drag_drop_types.cc',
'gfx/emf.cc',
'gfx/icon_util.cc',
- 'gfx/path.cc',
'os_exchange_data.cc',
'process_watcher.cc',
)
@@ -248,6 +248,7 @@ if not env.Bit('windows'):
'classfactory.cc',
'gfx/chrome_canvas_win.cc',
'gfx/chrome_font_win.cc',
+ 'gfx/path_win.cc',
'ipc_channel_win.cc',
'resource_bundle_win.cc',
'win_safe_util.cc',
@@ -263,6 +264,7 @@ if not env.Bit('linux'):
'gfx/chrome_canvas_skia.cc',
'gfx/chrome_font_gtk.cc',
'gfx/chrome_font_skia.cc',
+ 'gfx/path_gtk.cc',
)
if not env.Bit('mac'):
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | chrome/common/common.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698