OLD | NEW |
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/events/events.gyp:events', | 16 '../ui/events/events.gyp:events', |
17 '../ui/gfx/gfx.gyp:gfx', | 17 '../ui/gfx/gfx.gyp:gfx', |
| 18 '../ui/gfx/gfx.gyp:gfx_geometry', |
18 '../ui/ui.gyp:ui', | 19 '../ui/ui.gyp:ui', |
19 '../url/url.gyp:url_lib', | 20 '../url/url.gyp:url_lib', |
20 ], | 21 ], |
21 'conditions': [ | 22 'conditions': [ |
22 ['use_ash==1', { | 23 ['use_ash==1', { |
23 'dependencies': [ | 24 'dependencies': [ |
24 '../ash/ash.gyp:ash', | 25 '../ash/ash.gyp:ash', |
25 ], | 26 ], |
26 }], | 27 }], |
27 ], | 28 ], |
(...skipping 10 matching lines...) Expand all Loading... |
38 'browser/ui/views/tab_icon_view_model.h', | 39 'browser/ui/views/tab_icon_view_model.h', |
39 'browser/ui/views/tabs/tab_renderer_data.cc', | 40 'browser/ui/views/tabs/tab_renderer_data.cc', |
40 'browser/ui/views/tabs/tab_renderer_data.h', | 41 'browser/ui/views/tabs/tab_renderer_data.h', |
41 'browser/ui/views/tabs/tab_strip_observer.cc', | 42 'browser/ui/views/tabs/tab_strip_observer.cc', |
42 'browser/ui/views/tabs/tab_strip_observer.h', | 43 'browser/ui/views/tabs/tab_strip_observer.h', |
43 'browser/ui/views/tabs/tab_strip_types.h', | 44 'browser/ui/views/tabs/tab_strip_types.h', |
44 ], | 45 ], |
45 }, | 46 }, |
46 ], | 47 ], |
47 } | 48 } |
OLD | NEW |