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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11308259: chrome: Extract CommandUpdaterDelegate into its own header file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FakeCommandObserver Created 8 years 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
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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'browser/chrome_plugin_service_filter.h', 444 'browser/chrome_plugin_service_filter.h',
445 'browser/chrome_quota_permission_context.cc', 445 'browser/chrome_quota_permission_context.cc',
446 'browser/chrome_quota_permission_context.h', 446 'browser/chrome_quota_permission_context.h',
447 'browser/chrome_to_mobile_service.cc', 447 'browser/chrome_to_mobile_service.cc',
448 'browser/chrome_to_mobile_service.h', 448 'browser/chrome_to_mobile_service.h',
449 'browser/chrome_to_mobile_service_factory.cc', 449 'browser/chrome_to_mobile_service_factory.cc',
450 'browser/chrome_to_mobile_service_factory.h', 450 'browser/chrome_to_mobile_service_factory.h',
451 'browser/command_observer.h', 451 'browser/command_observer.h',
452 'browser/command_updater.cc', 452 'browser/command_updater.cc',
453 'browser/command_updater.h', 453 'browser/command_updater.h',
454 'browser/command_updater_delegate.h',
454 'browser/common/cancelable_request.cc', 455 'browser/common/cancelable_request.cc',
455 'browser/common/cancelable_request.h', 456 'browser/common/cancelable_request.h',
456 'browser/component_updater/component_updater_configurator.cc', 457 'browser/component_updater/component_updater_configurator.cc',
457 'browser/component_updater/component_updater_configurator.h', 458 'browser/component_updater/component_updater_configurator.h',
458 'browser/component_updater/component_unpacker.cc', 459 'browser/component_updater/component_unpacker.cc',
459 'browser/component_updater/component_unpacker.h', 460 'browser/component_updater/component_unpacker.h',
460 'browser/component_updater/component_updater_service.cc', 461 'browser/component_updater/component_updater_service.cc',
461 'browser/component_updater/component_updater_service.h', 462 'browser/component_updater/component_updater_service.h',
462 'browser/component_updater/flash_component_installer.h', 463 'browser/component_updater/flash_component_installer.h',
463 'browser/component_updater/npapi_flash_component_installer.cc', 464 'browser/component_updater/npapi_flash_component_installer.cc',
(...skipping 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 'proto_in_dir': '../third_party/cros_system_api/dbus', 3071 'proto_in_dir': '../third_party/cros_system_api/dbus',
3071 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3072 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3072 }, 3073 },
3073 'includes': ['../build/protoc.gypi'], 3074 'includes': ['../build/protoc.gypi'],
3074 }, 3075 },
3075 ], 3076 ],
3076 }, 3077 },
3077 ], 3078 ],
3078 ], 3079 ],
3079 } 3080 }
OLDNEW
« chrome/browser/command_updater.h ('K') | « chrome/browser/ui/panels/panel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698