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

Side by Side Diff: chrome/chrome_browser_ui_views.gyp

Issue 1828363002: views: remove the last function abstraction from browser_dialogs.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | no next file » | 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 {
(...skipping 15 matching lines...) Expand all
26 '../ash/ash.gyp:ash', 26 '../ash/ash.gyp:ash',
27 ], 27 ],
28 }], 28 }],
29 ], 29 ],
30 'defines': [ 30 'defines': [
31 'CHROME_VIEWS_IMPLEMENTATION', 31 'CHROME_VIEWS_IMPLEMENTATION',
32 ], 32 ],
33 'sources': [ 33 'sources': [
34 'browser/ui/views/accelerator_table.cc', 34 'browser/ui/views/accelerator_table.cc',
35 'browser/ui/views/accelerator_table.h', 35 'browser/ui/views/accelerator_table.h',
36 'browser/ui/views/browser_dialogs.h',
37 'browser/ui/views/chrome_views_export.h', 36 'browser/ui/views/chrome_views_export.h',
38 'browser/ui/views/event_utils.cc', 37 'browser/ui/views/event_utils.cc',
39 'browser/ui/views/event_utils.h', 38 'browser/ui/views/event_utils.h',
40 'browser/ui/views/tab_icon_view_model.h', 39 'browser/ui/views/tab_icon_view_model.h',
41 'browser/ui/views/tabs/tab_renderer_data.cc', 40 'browser/ui/views/tabs/tab_renderer_data.cc',
42 'browser/ui/views/tabs/tab_renderer_data.h', 41 'browser/ui/views/tabs/tab_renderer_data.h',
43 'browser/ui/views/tabs/tab_strip_observer.cc', 42 'browser/ui/views/tabs/tab_strip_observer.cc',
44 'browser/ui/views/tabs/tab_strip_observer.h', 43 'browser/ui/views/tabs/tab_strip_observer.h',
45 'browser/ui/views/tabs/tab_strip_types.h', 44 'browser/ui/views/tabs/tab_strip_types.h',
46 ], 45 ],
47 }, 46 },
48 ], 47 ],
49 } 48 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698