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

Unified Diff: gfx/gfx.gyp

Issue 6254004: Move more web widgets painting from webkit to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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: gfx/gfx.gyp
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index 824e9b01bcc9f5e9db51940cd6b4d849a040c898..ac512f3879c5dc75d87441a4f372aad2333178ee 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -7,7 +7,7 @@
'chromium_code': 1,
'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
'<@(grit_defines)'],
- 'grit_cmd': ['python', '../tools/grit/grit.py'],
+ 'grit_cmd': ['python', '../tools/grit/grit.py'],
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx',
},
'targets': [
@@ -110,6 +110,8 @@
'font.cc',
'gfx_paths.cc',
'gfx_paths.h',
+ 'gfx_module.cc',
+ 'gfx_module.h',
'insets.cc',
'insets.h',
'native_widget_types.h',
@@ -158,7 +160,7 @@
'include_dirs': [
'..',
'<(DEPTH)/third_party/wtl/include',
- ],
+ ],
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': [
@@ -218,7 +220,7 @@
}],
],
},
-
+
],
}

Powered by Google App Engine
This is Rietveld 408576698