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

Side by Side Diff: chrome/chrome_browser_ui_views.gyp

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
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/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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698