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

Unified Diff: webkit/support/webkit_support.gypi

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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: webkit/support/webkit_support.gypi
===================================================================
--- webkit/support/webkit_support.gypi (revision 92815)
+++ webkit/support/webkit_support.gypi (working copy)
@@ -16,7 +16,7 @@
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/testing/gtest.gyp:gtest',
- '<(DEPTH)/ui/ui.gyp:ui_gfx',
+ '<(DEPTH)/ui/ui.gyp:ui',
'appcache',
'blob',
'database',
@@ -46,7 +46,6 @@
'test_webplugin_page_delegate.h',
'webkit_support.cc',
'webkit_support.h',
- 'webkit_support_gfx.h',
'webkit_support_glue.cc',
'weburl_loader_mock.cc',
'weburl_loader_mock.h',
@@ -81,7 +80,7 @@
'<(DEPTH)/crypto/crypto.gyp:crypto',
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/skia/skia.gyp:skia',
- '<(DEPTH)/ui/ui.gyp:ui_base',
+ '<(DEPTH)/ui/ui.gyp:ui',
'glue',
],
'export_dependent_settings': [
@@ -113,6 +112,8 @@
'<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
'simple_database_system.cc',
'simple_database_system.h',
+ 'webkit_support_gfx.h',
+ 'webkit_support_gfx.cc',
],
'conditions': [
['inside_chromium_build==0', {
« ui/ui.gyp ('K') | « views/views.gyp ('k') | webkit/support/webkit_support_gfx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698