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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 14188014: Rename NativePanelStack to NativePanelStackWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/panels/panel_stack_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 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 'browser/ui/panels/detached_panel_drag_handler.h', 1224 'browser/ui/panels/detached_panel_drag_handler.h',
1225 'browser/ui/panels/display_settings_provider_win.cc', 1225 'browser/ui/panels/display_settings_provider_win.cc',
1226 'browser/ui/panels/display_settings_provider_win.h', 1226 'browser/ui/panels/display_settings_provider_win.h',
1227 'browser/ui/panels/display_settings_provider.cc', 1227 'browser/ui/panels/display_settings_provider.cc',
1228 'browser/ui/panels/display_settings_provider.h', 1228 'browser/ui/panels/display_settings_provider.h',
1229 'browser/ui/panels/docked_panel_collection.cc', 1229 'browser/ui/panels/docked_panel_collection.cc',
1230 'browser/ui/panels/docked_panel_collection.h', 1230 'browser/ui/panels/docked_panel_collection.h',
1231 'browser/ui/panels/docked_panel_drag_handler.cc', 1231 'browser/ui/panels/docked_panel_drag_handler.cc',
1232 'browser/ui/panels/docked_panel_drag_handler.h', 1232 'browser/ui/panels/docked_panel_drag_handler.h',
1233 'browser/ui/panels/native_panel.h', 1233 'browser/ui/panels/native_panel.h',
1234 'browser/ui/panels/native_panel_stack.cc', 1234 'browser/ui/panels/native_panel_stack_window.cc',
1235 'browser/ui/panels/native_panel_stack.h', 1235 'browser/ui/panels/native_panel_stack_window.h',
1236 'browser/ui/panels/panel.cc', 1236 'browser/ui/panels/panel.cc',
1237 'browser/ui/panels/panel.h', 1237 'browser/ui/panels/panel.h',
1238 'browser/ui/panels/panel_bounds_animation.cc', 1238 'browser/ui/panels/panel_bounds_animation.cc',
1239 'browser/ui/panels/panel_bounds_animation.h', 1239 'browser/ui/panels/panel_bounds_animation.h',
1240 'browser/ui/panels/panel_collection.cc', 1240 'browser/ui/panels/panel_collection.cc',
1241 'browser/ui/panels/panel_collection.h', 1241 'browser/ui/panels/panel_collection.h',
1242 'browser/ui/panels/panel_constants.h', 1242 'browser/ui/panels/panel_constants.h',
1243 'browser/ui/panels/panel_drag_controller.cc', 1243 'browser/ui/panels/panel_drag_controller.cc',
1244 'browser/ui/panels/panel_drag_controller.h', 1244 'browser/ui/panels/panel_drag_controller.h',
1245 'browser/ui/panels/panel_host.cc', 1245 'browser/ui/panels/panel_host.cc',
(...skipping 1639 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 }], 2885 }],
2886 ['enable_message_center==1', { 2886 ['enable_message_center==1', {
2887 'dependencies': [ 2887 'dependencies': [
2888 '../ui/message_center/message_center.gyp:message_center', 2888 '../ui/message_center/message_center.gyp:message_center',
2889 ], 2889 ],
2890 }], 2890 }],
2891 ], 2891 ],
2892 }, 2892 },
2893 ], 2893 ],
2894 } 2894 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/panels/panel_stack_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698