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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11040055: Adds a FakeToolbarModel for use in testing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: git try Created 8 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
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 'browser/ui/toolbar/action_box_button_controller.cc', 1248 'browser/ui/toolbar/action_box_button_controller.cc',
1249 'browser/ui/toolbar/action_box_button_controller.h', 1249 'browser/ui/toolbar/action_box_button_controller.h',
1250 'browser/ui/toolbar/action_box_menu_model.cc', 1250 'browser/ui/toolbar/action_box_menu_model.cc',
1251 'browser/ui/toolbar/action_box_menu_model.h', 1251 'browser/ui/toolbar/action_box_menu_model.h',
1252 'browser/ui/toolbar/back_forward_menu_model.cc', 1252 'browser/ui/toolbar/back_forward_menu_model.cc',
1253 'browser/ui/toolbar/back_forward_menu_model.h', 1253 'browser/ui/toolbar/back_forward_menu_model.h',
1254 'browser/ui/toolbar/bookmark_sub_menu_model.cc', 1254 'browser/ui/toolbar/bookmark_sub_menu_model.cc',
1255 'browser/ui/toolbar/bookmark_sub_menu_model.h', 1255 'browser/ui/toolbar/bookmark_sub_menu_model.h',
1256 'browser/ui/toolbar/encoding_menu_controller.cc', 1256 'browser/ui/toolbar/encoding_menu_controller.cc',
1257 'browser/ui/toolbar/encoding_menu_controller.h', 1257 'browser/ui/toolbar/encoding_menu_controller.h',
1258 'browser/ui/toolbar/toolbar_model.cc',
1259 'browser/ui/toolbar/toolbar_model.h', 1258 'browser/ui/toolbar/toolbar_model.h',
1259 'browser/ui/toolbar/toolbar_model_impl.cc',
1260 'browser/ui/toolbar/toolbar_model_impl.h',
1260 'browser/ui/toolbar/toolbar_model_delegate.h', 1261 'browser/ui/toolbar/toolbar_model_delegate.h',
1261 'browser/ui/toolbar/wrench_menu_model.cc', 1262 'browser/ui/toolbar/wrench_menu_model.cc',
1262 'browser/ui/toolbar/wrench_menu_model.h', 1263 'browser/ui/toolbar/wrench_menu_model.h',
1263 'browser/ui/top_level_widget.h', 1264 'browser/ui/top_level_widget.h',
1264 'browser/ui/uma_browsing_activity_observer.cc', 1265 'browser/ui/uma_browsing_activity_observer.cc',
1265 'browser/ui/uma_browsing_activity_observer.h', 1266 'browser/ui/uma_browsing_activity_observer.h',
1266 'browser/ui/uninstall_browser_prompt.h', 1267 'browser/ui/uninstall_browser_prompt.h',
1267 'browser/ui/unload_controller.cc', 1268 'browser/ui/unload_controller.cc',
1268 'browser/ui/unload_controller.h', 1269 'browser/ui/unload_controller.h',
1269 'browser/ui/user_data_dir_dialog.h', 1270 'browser/ui/user_data_dir_dialog.h',
(...skipping 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after
2668 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2669 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2669 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2670 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2670 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2671 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2671 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2672 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2672 ]} 2673 ]}
2673 ], 2674 ],
2674 ], 2675 ],
2675 }, 2676 },
2676 ], 2677 ],
2677 } 2678 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698