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

Unified Diff: chrome/chrome.gyp

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
« no previous file with comments | « no previous file | chrome/common/common.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c0dc19c505ecdd19e2ffd5b675c2988951be48ce..bab555a403396dca54fe7490c80cc56f0cf2795c 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -112,7 +112,8 @@
'common/gfx/icon_util.cc',
'common/gfx/icon_util.h',
'common/gfx/insets.h',
- 'common/gfx/path.cc',
+ 'common/gfx/path_gtk.cc',
+ 'common/gfx/path_win.cc',
'common/gfx/path.h',
Mark Mentovai 2009/02/28 16:40:37 .h should come first now but that's just me being
'common/gfx/text_elider.cc',
'common/gfx/text_elider.h',
@@ -293,7 +294,6 @@
'sources!': [
'common/gfx/emf.cc',
'common/gfx/icon_util.cc',
- 'common/gfx/path.cc',
'common/chrome_process_filter.cc',
'common/classfactory.cc',
'common/drag_drop_types.cc',
« no previous file with comments | « no previous file | chrome/common/common.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698