summaryrefslogtreecommitdiffstats
path: root/chrome/common/common.scons
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 11:24:03 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 11:24:03 +0000
commit42b4c09d80d9962c9b373b02ad00ec307732822b (patch)
tree9e075f356e85af0982101173581517253b26d2f7 /chrome/common/common.scons
parent8b03e8d6baf5f5e6432486435d2974b54b12c9d6 (diff)
downloadchromium_src-42b4c09d80d9962c9b373b02ad00ec307732822b.zip
chromium_src-42b4c09d80d9962c9b373b02ad00ec307732822b.tar.gz
chromium_src-42b4c09d80d9962c9b373b02ad00ec307732822b.tar.bz2
Implement gfx::Path on GTK.
Review URL: http://codereview.chromium.org/28297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r--chrome/common/common.scons6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index b6b43aa..86b43a9 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',
@@ -237,7 +238,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',
)
@@ -249,6 +249,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',
@@ -264,6 +265,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'):