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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 27029006: apps: Move chrome's ShellWindowFrameView into apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 7 years, 2 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/browser/ui/views/extensions/shell_window_frame_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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 'browser/ui/views/extensions/extension_installed_bubble_view.h', 1712 'browser/ui/views/extensions/extension_installed_bubble_view.h',
1713 'browser/ui/views/extensions/extension_keybinding_registry_views.cc', 1713 'browser/ui/views/extensions/extension_keybinding_registry_views.cc',
1714 'browser/ui/views/extensions/extension_keybinding_registry_views.h', 1714 'browser/ui/views/extensions/extension_keybinding_registry_views.h',
1715 'browser/ui/views/extensions/extension_popup.cc', 1715 'browser/ui/views/extensions/extension_popup.cc',
1716 'browser/ui/views/extensions/extension_popup.h', 1716 'browser/ui/views/extensions/extension_popup.h',
1717 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc', 1717 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc',
1718 'browser/ui/views/extensions/extension_view_views.cc', 1718 'browser/ui/views/extensions/extension_view_views.cc',
1719 'browser/ui/views/extensions/extension_view_views.h', 1719 'browser/ui/views/extensions/extension_view_views.h',
1720 'browser/ui/views/extensions/media_galleries_dialog_views.cc', 1720 'browser/ui/views/extensions/media_galleries_dialog_views.cc',
1721 'browser/ui/views/extensions/media_galleries_dialog_views.h', 1721 'browser/ui/views/extensions/media_galleries_dialog_views.h',
1722 'browser/ui/views/extensions/shell_window_frame_view.cc',
1723 'browser/ui/views/extensions/shell_window_frame_view.h',
1724 'browser/ui/views/external_protocol_dialog.cc', 1722 'browser/ui/views/external_protocol_dialog.cc',
1725 'browser/ui/views/external_protocol_dialog.h', 1723 'browser/ui/views/external_protocol_dialog.h',
1726 'browser/ui/views/external_tab_container_win.cc', 1724 'browser/ui/views/external_tab_container_win.cc',
1727 'browser/ui/views/external_tab_container_win.h', 1725 'browser/ui/views/external_tab_container_win.h',
1728 'browser/ui/views/find_bar_host.cc', 1726 'browser/ui/views/find_bar_host.cc',
1729 'browser/ui/views/find_bar_host.h', 1727 'browser/ui/views/find_bar_host.h',
1730 'browser/ui/views/find_bar_host_aura.cc', 1728 'browser/ui/views/find_bar_host_aura.cc',
1731 'browser/ui/views/find_bar_host_win.cc', 1729 'browser/ui/views/find_bar_host_win.cc',
1732 'browser/ui/views/find_bar_view.cc', 1730 'browser/ui/views/find_bar_view.cc',
1733 'browser/ui/views/find_bar_view.h', 1731 'browser/ui/views/find_bar_view.h',
(...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3260 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3263 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3261 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3264 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3262 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3265 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3263 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3266 ], 3264 ],
3267 }], 3265 }],
3268 ], 3266 ],
3269 }, 3267 },
3270 ], 3268 ],
3271 } 3269 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/extensions/shell_window_frame_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698