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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8897008: Download SwiftShader component if WebGL is blacklisted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'browser/component_updater/component_updater_configurator.h', 829 'browser/component_updater/component_updater_configurator.h',
830 'browser/component_updater/component_unpacker.cc', 830 'browser/component_updater/component_unpacker.cc',
831 'browser/component_updater/component_unpacker.h', 831 'browser/component_updater/component_unpacker.h',
832 'browser/component_updater/component_updater_service.cc', 832 'browser/component_updater/component_updater_service.cc',
833 'browser/component_updater/component_updater_service.h', 833 'browser/component_updater/component_updater_service.h',
834 'browser/component_updater/flash_component_installer.h', 834 'browser/component_updater/flash_component_installer.h',
835 'browser/component_updater/npapi_flash_component_installer.cc', 835 'browser/component_updater/npapi_flash_component_installer.cc',
836 'browser/component_updater/pepper_flash_component_installer.cc', 836 'browser/component_updater/pepper_flash_component_installer.cc',
837 'browser/component_updater/recovery_component_installer.cc', 837 'browser/component_updater/recovery_component_installer.cc',
838 'browser/component_updater/recovery_component_installer.h', 838 'browser/component_updater/recovery_component_installer.h',
839 'browser/component_updater/swiftshader_component_installer.cc',
840 'browser/component_updater/swiftshader_component_installer.h',
839 'browser/content_settings/content_settings_default_provider.cc', 841 'browser/content_settings/content_settings_default_provider.cc',
840 'browser/content_settings/content_settings_default_provider.h', 842 'browser/content_settings/content_settings_default_provider.h',
841 'browser/content_settings/content_settings_details.cc', 843 'browser/content_settings/content_settings_details.cc',
842 'browser/content_settings/content_settings_details.h', 844 'browser/content_settings/content_settings_details.h',
843 'browser/content_settings/content_settings_extension_provider.cc', 845 'browser/content_settings/content_settings_extension_provider.cc',
844 'browser/content_settings/content_settings_extension_provider.h', 846 'browser/content_settings/content_settings_extension_provider.h',
845 'browser/content_settings/content_settings_observable_provider.cc', 847 'browser/content_settings/content_settings_observable_provider.cc',
846 'browser/content_settings/content_settings_observable_provider.h', 848 'browser/content_settings/content_settings_observable_provider.h',
847 'browser/content_settings/content_settings_observer.h', 849 'browser/content_settings/content_settings_observer.h',
848 'browser/content_settings/content_settings_origin_identifier_value_map.c c', 850 'browser/content_settings/content_settings_origin_identifier_value_map.c c',
(...skipping 4399 matching lines...) Expand 10 before | Expand all | Expand 10 after
5248 'type': 'static_library', 5250 'type': 'static_library',
5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5251 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5250 'variables': { 5252 'variables': {
5251 'proto_in_dir': 'browser/history', 5253 'proto_in_dir': 'browser/history',
5252 'proto_out_dir': 'chrome/browser/history', 5254 'proto_out_dir': 'chrome/browser/history',
5253 }, 5255 },
5254 'includes': [ '../build/protoc.gypi' ] 5256 'includes': [ '../build/protoc.gypi' ]
5255 }, 5257 },
5256 ], 5258 ],
5257 } 5259 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698