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

Unified Diff: views/views.gyp

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
« ui/base/ui_base_api.h ('K') | « ui/ui_unittests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 91577)
+++ views/views.gyp (working copy)
@@ -84,7 +84,7 @@
'background.h',
'border.cc',
'border.h',
- 'context_menu_controller.h',
+ 'context_menu_controller.h',
'controls/button/button.cc',
'controls/button/button.h',
'controls/button/button_dropdown.cc',
@@ -479,6 +479,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/base/strings/ui_strings.gyp:ui_strings',
+ '../ui/ui.gyp:ui_base',
'../ui/ui.gyp:ui_resources',
'views',
],
@@ -568,6 +569,7 @@
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
+ '../ui/ui.gyp:ui_base',
'../ui/ui.gyp:ui_gfx',
'../ui/ui.gyp:gfx_resources',
'../ui/ui.gyp:ui_resources',
@@ -659,6 +661,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/ui.gyp:gfx_resources',
+ '../ui/ui.gyp:ui_base',
'../ui/ui.gyp:ui_gfx',
'../ui/ui.gyp:ui_resources',
'views',
@@ -711,6 +714,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/ui.gyp:gfx_resources',
+ '../ui/ui.gyp:ui_base',
'../ui/ui.gyp:ui_gfx',
'../ui/ui.gyp:ui_resources',
'views',
« ui/base/ui_base_api.h ('K') | « ui/ui_unittests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698