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

Side by Side Diff: chrome/chrome_browser_ui_views.gyp

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'browser_ui_views', 11 'target_name': 'browser_ui_views',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
16 '../ui/base/ui_base.gyp:ui_base',
16 '../ui/events/events.gyp:events', 17 '../ui/events/events.gyp:events',
17 '../ui/gfx/gfx.gyp:gfx', 18 '../ui/gfx/gfx.gyp:gfx',
18 '../ui/gfx/gfx.gyp:gfx_geometry', 19 '../ui/gfx/gfx.gyp:gfx_geometry',
19 '../ui/ui.gyp:ui',
20 '../url/url.gyp:url_lib', 20 '../url/url.gyp:url_lib',
21 ], 21 ],
22 'conditions': [ 22 'conditions': [
23 ['use_ash==1', { 23 ['use_ash==1', {
24 'dependencies': [ 24 'dependencies': [
25 '../ash/ash.gyp:ash', 25 '../ash/ash.gyp:ash',
26 ], 26 ],
27 }], 27 }],
28 ], 28 ],
29 'defines': [ 29 'defines': [
30 'CHROME_VIEWS_IMPLEMENTATION', 30 'CHROME_VIEWS_IMPLEMENTATION',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'browser/ui/views/accelerator_table.cc', 33 'browser/ui/views/accelerator_table.cc',
34 'browser/ui/views/accelerator_table.h', 34 'browser/ui/views/accelerator_table.h',
35 'browser/ui/views/browser_dialogs.h', 35 'browser/ui/views/browser_dialogs.h',
36 'browser/ui/views/chrome_views_export.h', 36 'browser/ui/views/chrome_views_export.h',
37 'browser/ui/views/event_utils.cc', 37 'browser/ui/views/event_utils.cc',
38 'browser/ui/views/event_utils.h', 38 'browser/ui/views/event_utils.h',
39 'browser/ui/views/tab_icon_view_model.h', 39 'browser/ui/views/tab_icon_view_model.h',
40 'browser/ui/views/tabs/tab_renderer_data.cc', 40 'browser/ui/views/tabs/tab_renderer_data.cc',
41 'browser/ui/views/tabs/tab_renderer_data.h', 41 'browser/ui/views/tabs/tab_renderer_data.h',
42 'browser/ui/views/tabs/tab_strip_observer.cc', 42 'browser/ui/views/tabs/tab_strip_observer.cc',
43 'browser/ui/views/tabs/tab_strip_observer.h', 43 'browser/ui/views/tabs/tab_strip_observer.h',
44 'browser/ui/views/tabs/tab_strip_types.h', 44 'browser/ui/views/tabs/tab_strip_types.h',
45 ], 45 ],
46 }, 46 },
47 ], 47 ],
48 } 48 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698