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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11615034: Remove unused Flash-related code: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'browser/command_updater_delegate.h', 452 'browser/command_updater_delegate.h',
453 'browser/common/cancelable_request.cc', 453 'browser/common/cancelable_request.cc',
454 'browser/common/cancelable_request.h', 454 'browser/common/cancelable_request.h',
455 'browser/component_updater/component_updater_configurator.cc', 455 'browser/component_updater/component_updater_configurator.cc',
456 'browser/component_updater/component_updater_configurator.h', 456 'browser/component_updater/component_updater_configurator.h',
457 'browser/component_updater/component_unpacker.cc', 457 'browser/component_updater/component_unpacker.cc',
458 'browser/component_updater/component_unpacker.h', 458 'browser/component_updater/component_unpacker.h',
459 'browser/component_updater/component_updater_service.cc', 459 'browser/component_updater/component_updater_service.cc',
460 'browser/component_updater/component_updater_service.h', 460 'browser/component_updater/component_updater_service.h',
461 'browser/component_updater/flash_component_installer.h', 461 'browser/component_updater/flash_component_installer.h',
462 'browser/component_updater/npapi_flash_component_installer.cc',
463 'browser/component_updater/pepper_flash_component_installer.cc', 462 'browser/component_updater/pepper_flash_component_installer.cc',
464 'browser/component_updater/pnacl/pnacl_component_installer.cc', 463 'browser/component_updater/pnacl/pnacl_component_installer.cc',
465 'browser/component_updater/pnacl/pnacl_component_installer.h', 464 'browser/component_updater/pnacl/pnacl_component_installer.h',
466 'browser/component_updater/recovery_component_installer.cc', 465 'browser/component_updater/recovery_component_installer.cc',
467 'browser/component_updater/recovery_component_installer.h', 466 'browser/component_updater/recovery_component_installer.h',
468 'browser/component_updater/swiftshader_component_installer.cc', 467 'browser/component_updater/swiftshader_component_installer.cc',
469 'browser/component_updater/swiftshader_component_installer.h', 468 'browser/component_updater/swiftshader_component_installer.h',
470 'browser/content_settings/content_settings_default_provider.cc', 469 'browser/content_settings/content_settings_default_provider.cc',
471 'browser/content_settings/content_settings_default_provider.h', 470 'browser/content_settings/content_settings_default_provider.h',
472 'browser/content_settings/content_settings_details.cc', 471 'browser/content_settings/content_settings_details.cc',
(...skipping 2678 matching lines...) Expand 10 before | Expand all | Expand 10 after
3151 'proto_in_dir': '../third_party/cros_system_api/dbus', 3150 'proto_in_dir': '../third_party/cros_system_api/dbus',
3152 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3151 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3153 }, 3152 },
3154 'includes': ['../build/protoc.gypi'], 3153 'includes': ['../build/protoc.gypi'],
3155 }, 3154 },
3156 ], 3155 ],
3157 }, 3156 },
3158 ], 3157 ],
3159 ], 3158 ],
3160 } 3159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698