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

Side by Side Diff: chrome/chrome_browser_ui_views.gyp

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge Created 4 years, 3 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_debugger.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'targets': [
10 {
11 # GN version: //chrome/browser/ui/views
12 'target_name': 'browser_ui_views',
13 'type': '<(component)',
14 'dependencies': [
15 '../base/base.gyp:base',
16 '../skia/skia.gyp:skia',
17 '../ui/base/ui_base.gyp:ui_base',
18 '../ui/events/events.gyp:events',
19 '../ui/gfx/gfx.gyp:gfx',
20 '../ui/gfx/gfx.gyp:gfx_geometry',
21 '../url/url.gyp:url_lib',
22 ],
23 'conditions': [
24 ['use_ash==1', {
25 'dependencies': [
26 '../ash/ash.gyp:ash',
27 ],
28 }],
29 ],
30 'defines': [
31 'CHROME_VIEWS_IMPLEMENTATION',
32 ],
33 'sources': [
34 'browser/ui/views/accelerator_table.cc',
35 'browser/ui/views/accelerator_table.h',
36 'browser/ui/views/chrome_views_export.h',
37 'browser/ui/views/event_utils.cc',
38 'browser/ui/views/event_utils.h',
39 'browser/ui/views/tab_icon_view_model.h',
40 'browser/ui/views/tabs/tab_renderer_data.cc',
41 'browser/ui/views/tabs/tab_renderer_data.h',
42 'browser/ui/views/tabs/tab_strip_observer.cc',
43 'browser/ui/views/tabs/tab_strip_observer.h',
44 'browser/ui/views/tabs/tab_strip_types.h',
45 ],
46 },
47 ],
48 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_debugger.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698