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.gypi

Issue 11040055: Adds a FakeToolbarModel for use in testing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove unnecessary forward declaration 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
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 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 1258 'browser/ui/toolbar/toolbar_model.cc',
1259 'browser/ui/toolbar/toolbar_model.h', 1259 'browser/ui/toolbar/toolbar_model.h',
1260 'browser/ui/toolbar/toolbar_model_impl.cc',
1261 'browser/ui/toolbar/toolbar_model_impl.h',
1260 'browser/ui/toolbar/toolbar_model_delegate.h', 1262 'browser/ui/toolbar/toolbar_model_delegate.h',
1261 'browser/ui/toolbar/wrench_menu_model.cc', 1263 'browser/ui/toolbar/wrench_menu_model.cc',
1262 'browser/ui/toolbar/wrench_menu_model.h', 1264 'browser/ui/toolbar/wrench_menu_model.h',
1263 'browser/ui/top_level_widget.h', 1265 'browser/ui/top_level_widget.h',
1264 'browser/ui/uma_browsing_activity_observer.cc', 1266 'browser/ui/uma_browsing_activity_observer.cc',
1265 'browser/ui/uma_browsing_activity_observer.h', 1267 'browser/ui/uma_browsing_activity_observer.h',
1266 'browser/ui/uninstall_browser_prompt.h', 1268 'browser/ui/uninstall_browser_prompt.h',
1267 'browser/ui/unload_controller.cc', 1269 'browser/ui/unload_controller.cc',
1268 'browser/ui/unload_controller.h', 1270 'browser/ui/unload_controller.h',
1269 'browser/ui/user_data_dir_dialog.h', 1271 'browser/ui/user_data_dir_dialog.h',
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2655 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2657 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2656 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2658 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2657 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2659 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2658 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2660 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2659 ]} 2661 ]}
2660 ], 2662 ],
2661 ], 2663 ],
2662 }, 2664 },
2663 ], 2665 ],
2664 } 2666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698