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

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: small changes 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
« no previous file with comments | « chrome/browser/ui/browser_init.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) 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'browser/component_updater/component_unpacker.h', 846 'browser/component_updater/component_unpacker.h',
847 'browser/component_updater/component_updater_service.cc', 847 'browser/component_updater/component_updater_service.cc',
848 'browser/component_updater/component_updater_service.h', 848 'browser/component_updater/component_updater_service.h',
849 'browser/component_updater/flash_component_installer.h', 849 'browser/component_updater/flash_component_installer.h',
850 'browser/component_updater/npapi_flash_component_installer.cc', 850 'browser/component_updater/npapi_flash_component_installer.cc',
851 'browser/component_updater/pepper_flash_component_installer.cc', 851 'browser/component_updater/pepper_flash_component_installer.cc',
852 'browser/component_updater/pnacl/pnacl_component_installer.cc', 852 'browser/component_updater/pnacl/pnacl_component_installer.cc',
853 'browser/component_updater/pnacl/pnacl_component_installer.h', 853 'browser/component_updater/pnacl/pnacl_component_installer.h',
854 'browser/component_updater/recovery_component_installer.cc', 854 'browser/component_updater/recovery_component_installer.cc',
855 'browser/component_updater/recovery_component_installer.h', 855 'browser/component_updater/recovery_component_installer.h',
856 'browser/component_updater/swiftshader_component_installer.cc',
857 'browser/component_updater/swiftshader_component_installer.h',
856 'browser/content_settings/content_settings_default_provider.cc', 858 'browser/content_settings/content_settings_default_provider.cc',
857 'browser/content_settings/content_settings_default_provider.h', 859 'browser/content_settings/content_settings_default_provider.h',
858 'browser/content_settings/content_settings_details.cc', 860 'browser/content_settings/content_settings_details.cc',
859 'browser/content_settings/content_settings_details.h', 861 'browser/content_settings/content_settings_details.h',
860 'browser/content_settings/content_settings_extension_provider.cc', 862 'browser/content_settings/content_settings_extension_provider.cc',
861 'browser/content_settings/content_settings_extension_provider.h', 863 'browser/content_settings/content_settings_extension_provider.h',
862 'browser/content_settings/content_settings_observable_provider.cc', 864 'browser/content_settings/content_settings_observable_provider.cc',
863 'browser/content_settings/content_settings_observable_provider.h', 865 'browser/content_settings/content_settings_observable_provider.h',
864 'browser/content_settings/content_settings_observer.h', 866 'browser/content_settings/content_settings_observer.h',
865 'browser/content_settings/content_settings_origin_identifier_value_map.c c', 867 'browser/content_settings/content_settings_origin_identifier_value_map.c c',
(...skipping 4514 matching lines...) Expand 10 before | Expand all | Expand 10 after
5380 'type': 'static_library', 5382 'type': 'static_library',
5381 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5383 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5382 'variables': { 5384 'variables': {
5383 'proto_in_dir': 'browser/history', 5385 'proto_in_dir': 'browser/history',
5384 'proto_out_dir': 'chrome/browser/history', 5386 'proto_out_dir': 'chrome/browser/history',
5385 }, 5387 },
5386 'includes': [ '../build/protoc.gypi' ] 5388 'includes': [ '../build/protoc.gypi' ]
5387 }, 5389 },
5388 ], 5390 ],
5389 } 5391 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698