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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 55463002: Remove PNaCl's RequestFirstInstall, use resource throttle instead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder functions Created 7 years, 1 month 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'browser/component_updater/component_updater_service.h', 427 'browser/component_updater/component_updater_service.h',
428 'browser/component_updater/crx_update_item.h', 428 'browser/component_updater/crx_update_item.h',
429 'browser/component_updater/default_component_installer.cc', 429 'browser/component_updater/default_component_installer.cc',
430 'browser/component_updater/default_component_installer.h', 430 'browser/component_updater/default_component_installer.h',
431 'browser/component_updater/flash_component_installer.h', 431 'browser/component_updater/flash_component_installer.h',
432 'browser/component_updater/pepper_flash_component_installer.cc', 432 'browser/component_updater/pepper_flash_component_installer.cc',
433 'browser/component_updater/pnacl/pnacl_component_installer.cc', 433 'browser/component_updater/pnacl/pnacl_component_installer.cc',
434 'browser/component_updater/pnacl/pnacl_component_installer.h', 434 'browser/component_updater/pnacl/pnacl_component_installer.h',
435 'browser/component_updater/pnacl/pnacl_profile_observer.cc', 435 'browser/component_updater/pnacl/pnacl_profile_observer.cc',
436 'browser/component_updater/pnacl/pnacl_profile_observer.h', 436 'browser/component_updater/pnacl/pnacl_profile_observer.h',
437 'browser/component_updater/pnacl/pnacl_updater_observer.cc',
438 'browser/component_updater/pnacl/pnacl_updater_observer.h',
439 'browser/component_updater/ppapi_utils.cc', 437 'browser/component_updater/ppapi_utils.cc',
440 'browser/component_updater/ppapi_utils.h', 438 'browser/component_updater/ppapi_utils.h',
441 'browser/component_updater/recovery_component_installer.cc', 439 'browser/component_updater/recovery_component_installer.cc',
442 'browser/component_updater/recovery_component_installer.h', 440 'browser/component_updater/recovery_component_installer.h',
443 'browser/component_updater/swiftshader_component_installer.cc', 441 'browser/component_updater/swiftshader_component_installer.cc',
444 'browser/component_updater/swiftshader_component_installer.h', 442 'browser/component_updater/swiftshader_component_installer.h',
445 'browser/component_updater/widevine_cdm_component_installer.cc', 443 'browser/component_updater/widevine_cdm_component_installer.cc',
446 'browser/component_updater/widevine_cdm_component_installer.h', 444 'browser/component_updater/widevine_cdm_component_installer.h',
447 'browser/content_settings/content_settings_default_provider.cc', 445 'browser/content_settings/content_settings_default_provider.cc',
448 'browser/content_settings/content_settings_default_provider.h', 446 'browser/content_settings/content_settings_default_provider.h',
(...skipping 3283 matching lines...) Expand 10 before | Expand all | Expand 10 after
3732 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3730 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3733 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3731 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3734 }, 3732 },
3735 'includes': [ '../build/android/java_cpp_template.gypi' ], 3733 'includes': [ '../build/android/java_cpp_template.gypi' ],
3736 }, 3734 },
3737 ], 3735 ],
3738 }, 3736 },
3739 ], 3737 ],
3740 ], 3738 ],
3741 } 3739 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/nacl_host_message_filter.cc ('k') | chrome/renderer/pepper/pnacl_translation_resource_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698