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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8348026: Add a component installer for Portable NaCl. Registration of installer is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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') | chrome/common/chrome_paths.h » ('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) 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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'browser/command_updater.h', 839 'browser/command_updater.h',
840 'browser/component_updater/component_updater_configurator.cc', 840 'browser/component_updater/component_updater_configurator.cc',
841 'browser/component_updater/component_updater_configurator.h', 841 'browser/component_updater/component_updater_configurator.h',
842 'browser/component_updater/component_unpacker.cc', 842 'browser/component_updater/component_unpacker.cc',
843 'browser/component_updater/component_unpacker.h', 843 'browser/component_updater/component_unpacker.h',
844 'browser/component_updater/component_updater_service.cc', 844 'browser/component_updater/component_updater_service.cc',
845 'browser/component_updater/component_updater_service.h', 845 'browser/component_updater/component_updater_service.h',
846 'browser/component_updater/flash_component_installer.h', 846 'browser/component_updater/flash_component_installer.h',
847 'browser/component_updater/npapi_flash_component_installer.cc', 847 'browser/component_updater/npapi_flash_component_installer.cc',
848 'browser/component_updater/pepper_flash_component_installer.cc', 848 'browser/component_updater/pepper_flash_component_installer.cc',
849 'browser/component_updater/pnacl/pnacl_component_installer.cc',
850 'browser/component_updater/pnacl/pnacl_component_installer.h',
849 'browser/component_updater/recovery_component_installer.cc', 851 'browser/component_updater/recovery_component_installer.cc',
850 'browser/component_updater/recovery_component_installer.h', 852 'browser/component_updater/recovery_component_installer.h',
851 'browser/content_settings/content_settings_default_provider.cc', 853 'browser/content_settings/content_settings_default_provider.cc',
852 'browser/content_settings/content_settings_default_provider.h', 854 'browser/content_settings/content_settings_default_provider.h',
853 'browser/content_settings/content_settings_details.cc', 855 'browser/content_settings/content_settings_details.cc',
854 'browser/content_settings/content_settings_details.h', 856 'browser/content_settings/content_settings_details.h',
855 'browser/content_settings/content_settings_extension_provider.cc', 857 'browser/content_settings/content_settings_extension_provider.cc',
856 'browser/content_settings/content_settings_extension_provider.h', 858 'browser/content_settings/content_settings_extension_provider.h',
857 'browser/content_settings/content_settings_observable_provider.cc', 859 'browser/content_settings/content_settings_observable_provider.cc',
858 'browser/content_settings/content_settings_observable_provider.h', 860 'browser/content_settings/content_settings_observable_provider.h',
(...skipping 4528 matching lines...) Expand 10 before | Expand all | Expand 10 after
5387 'type': 'static_library', 5389 'type': 'static_library',
5388 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5390 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5389 'variables': { 5391 'variables': {
5390 'proto_in_dir': 'browser/history', 5392 'proto_in_dir': 'browser/history',
5391 'proto_out_dir': 'chrome/browser/history', 5393 'proto_out_dir': 'chrome/browser/history',
5392 }, 5394 },
5393 'includes': [ '../build/protoc.gypi' ] 5395 'includes': [ '../build/protoc.gypi' ]
5394 }, 5396 },
5395 ], 5397 ],
5396 } 5398 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/common/chrome_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698