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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10193001: Revert 133472 - Use bundled Pepper Flash on Windows (Canary, still on a field trial). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/component_updater/pepper_flash_field_trial.cc ('k') | chrome/chrome_common.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 # 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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'browser/command_updater.h', 858 'browser/command_updater.h',
859 'browser/component_updater/component_updater_configurator.cc', 859 'browser/component_updater/component_updater_configurator.cc',
860 'browser/component_updater/component_updater_configurator.h', 860 'browser/component_updater/component_updater_configurator.h',
861 'browser/component_updater/component_unpacker.cc', 861 'browser/component_updater/component_unpacker.cc',
862 'browser/component_updater/component_unpacker.h', 862 'browser/component_updater/component_unpacker.h',
863 'browser/component_updater/component_updater_service.cc', 863 'browser/component_updater/component_updater_service.cc',
864 'browser/component_updater/component_updater_service.h', 864 'browser/component_updater/component_updater_service.h',
865 'browser/component_updater/flash_component_installer.h', 865 'browser/component_updater/flash_component_installer.h',
866 'browser/component_updater/npapi_flash_component_installer.cc', 866 'browser/component_updater/npapi_flash_component_installer.cc',
867 'browser/component_updater/pepper_flash_component_installer.cc', 867 'browser/component_updater/pepper_flash_component_installer.cc',
868 'browser/component_updater/pepper_flash_field_trial.cc',
869 'browser/component_updater/pepper_flash_field_trial.h',
868 'browser/component_updater/pnacl/pnacl_component_installer.cc', 870 'browser/component_updater/pnacl/pnacl_component_installer.cc',
869 'browser/component_updater/pnacl/pnacl_component_installer.h', 871 'browser/component_updater/pnacl/pnacl_component_installer.h',
870 'browser/component_updater/recovery_component_installer.cc', 872 'browser/component_updater/recovery_component_installer.cc',
871 'browser/component_updater/recovery_component_installer.h', 873 'browser/component_updater/recovery_component_installer.h',
872 'browser/component_updater/swiftshader_component_installer.cc', 874 'browser/component_updater/swiftshader_component_installer.cc',
873 'browser/component_updater/swiftshader_component_installer.h', 875 'browser/component_updater/swiftshader_component_installer.h',
874 'browser/content_settings/content_settings_default_provider.cc', 876 'browser/content_settings/content_settings_default_provider.cc',
875 'browser/content_settings/content_settings_default_provider.h', 877 'browser/content_settings/content_settings_default_provider.h',
876 'browser/content_settings/content_settings_details.cc', 878 'browser/content_settings/content_settings_details.cc',
877 'browser/content_settings/content_settings_details.h', 879 'browser/content_settings/content_settings_details.h',
(...skipping 4320 matching lines...) Expand 10 before | Expand all | Expand 10 after
5198 'type': 'static_library', 5200 'type': 'static_library',
5199 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5201 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5200 'variables': { 5202 'variables': {
5201 'proto_in_dir': 'browser/chromeos/gdata', 5203 'proto_in_dir': 'browser/chromeos/gdata',
5202 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5204 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5203 }, 5205 },
5204 'includes': [ '../build/protoc.gypi' ] 5206 'includes': [ '../build/protoc.gypi' ]
5205 }, 5207 },
5206 ], 5208 ],
5207 } 5209 }
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/pepper_flash_field_trial.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698