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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10677009: Move command handling and updating off Browser and onto a helper object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/webui/print_preview/print_preview_ui_browsertest.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 (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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'browser/chromeos/view_ids.h', 895 'browser/chromeos/view_ids.h',
896 'browser/chromeos/web_socket_proxy.cc', 896 'browser/chromeos/web_socket_proxy.cc',
897 'browser/chromeos/web_socket_proxy.h', 897 'browser/chromeos/web_socket_proxy.h',
898 'browser/chromeos/web_socket_proxy_controller.cc', 898 'browser/chromeos/web_socket_proxy_controller.cc',
899 'browser/chromeos/web_socket_proxy_controller.h', 899 'browser/chromeos/web_socket_proxy_controller.h',
900 'browser/chromeos/web_socket_proxy_helper.cc', 900 'browser/chromeos/web_socket_proxy_helper.cc',
901 'browser/chromeos/web_socket_proxy_helper.h', 901 'browser/chromeos/web_socket_proxy_helper.h',
902 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 902 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
903 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 903 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
904 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc', 904 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc',
905 'browser/command_observer.h',
905 'browser/command_updater.cc', 906 'browser/command_updater.cc',
906 'browser/command_updater.h', 907 'browser/command_updater.h',
907 'browser/component_updater/component_updater_configurator.cc', 908 'browser/component_updater/component_updater_configurator.cc',
908 'browser/component_updater/component_updater_configurator.h', 909 'browser/component_updater/component_updater_configurator.h',
909 'browser/component_updater/component_unpacker.cc', 910 'browser/component_updater/component_unpacker.cc',
910 'browser/component_updater/component_unpacker.h', 911 'browser/component_updater/component_unpacker.h',
911 'browser/component_updater/component_updater_service.cc', 912 'browser/component_updater/component_updater_service.cc',
912 'browser/component_updater/component_updater_service.h', 913 'browser/component_updater/component_updater_service.h',
913 'browser/component_updater/flash_component_installer.h', 914 'browser/component_updater/flash_component_installer.h',
914 'browser/component_updater/npapi_flash_component_installer.cc', 915 'browser/component_updater/npapi_flash_component_installer.cc',
(...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', 2374 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h',
2374 'browser/ui/bookmarks/bookmark_bar.h', 2375 'browser/ui/bookmarks/bookmark_bar.h',
2375 'browser/ui/bookmarks/bookmark_tab_helper.cc', 2376 'browser/ui/bookmarks/bookmark_tab_helper.cc',
2376 'browser/ui/bookmarks/bookmark_tab_helper.h', 2377 'browser/ui/bookmarks/bookmark_tab_helper.h',
2377 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', 2378 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc',
2378 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', 2379 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h',
2379 'browser/ui/browser.cc', 2380 'browser/ui/browser.cc',
2380 'browser/ui/browser.h', 2381 'browser/ui/browser.h',
2381 'browser/ui/browser_commands.cc', 2382 'browser/ui/browser_commands.cc',
2382 'browser/ui/browser_commands.h', 2383 'browser/ui/browser_commands.h',
2384 'browser/ui/browser_command_controller.cc',
2385 'browser/ui/browser_command_controller.h',
2383 'browser/ui/browser_content_setting_bubble_model_delegate.cc', 2386 'browser/ui/browser_content_setting_bubble_model_delegate.cc',
2384 'browser/ui/browser_content_setting_bubble_model_delegate.h', 2387 'browser/ui/browser_content_setting_bubble_model_delegate.h',
2385 'browser/ui/browser_dialogs.h', 2388 'browser/ui/browser_dialogs.h',
2386 'browser/ui/browser_finder.cc', 2389 'browser/ui/browser_finder.cc',
2387 'browser/ui/browser_finder.h', 2390 'browser/ui/browser_finder.h',
2388 'browser/ui/browser_list.cc', 2391 'browser/ui/browser_list.cc',
2389 'browser/ui/browser_list.h', 2392 'browser/ui/browser_list.h',
2390 'browser/ui/browser_mac.cc', 2393 'browser/ui/browser_mac.cc',
2391 'browser/ui/browser_mac.h', 2394 'browser/ui/browser_mac.h',
2392 'browser/ui/browser_navigator.cc', 2395 'browser/ui/browser_navigator.cc',
(...skipping 2929 matching lines...) Expand 10 before | Expand all | Expand 10 after
5322 'browser/metrics/proto/study.proto', 5325 'browser/metrics/proto/study.proto',
5323 ], 5326 ],
5324 'variables': { 5327 'variables': {
5325 'proto_in_dir': 'browser/metrics/proto', 5328 'proto_in_dir': 'browser/metrics/proto',
5326 'proto_out_dir': 'chrome/browser/metrics/proto', 5329 'proto_out_dir': 'chrome/browser/metrics/proto',
5327 }, 5330 },
5328 'includes': [ '../build/protoc.gypi' ] 5331 'includes': [ '../build/protoc.gypi' ]
5329 }, 5332 },
5330 ], 5333 ],
5331 } 5334 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698