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

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
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 91577)
+++ views/views.gyp (working copy)
@@ -62,6 +62,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../skia/skia.gyp:skia',
@@ -69,7 +70,7 @@
'../third_party/icu/icu.gyp:icuuc',
'../ui/base/strings/ui_strings.gyp:ui_strings',
'../ui/gfx/compositor/compositor.gyp:compositor',
- '../ui/ui.gyp:ui_base',
+ '../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
],
'sources': [
@@ -84,7 +85,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',
@@ -568,7 +569,7 @@
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
- '../ui/ui.gyp:ui_gfx',
+ '../ui/ui.gyp:ui',
'../ui/ui.gyp:gfx_resources',
'../ui/ui.gyp:ui_resources',
'views',
@@ -659,7 +660,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/ui.gyp:gfx_resources',
- '../ui/ui.gyp:ui_gfx',
+ '../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'views',
],
@@ -711,7 +712,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/ui.gyp:gfx_resources',
- '../ui/ui.gyp:ui_gfx',
+ '../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'views',
'views_desktop_lib',

Powered by Google App Engine
This is Rietveld 408576698