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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 74893002: Changed the update protocol for component updater from v2 to v3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed feedback from cdn@ 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
« no previous file with comments | « chrome/browser/component_updater/update_manifest.cc ('k') | chrome/chrome_tests_unit.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 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'browser/component_updater/component_patcher_win.cc', 426 'browser/component_updater/component_patcher_win.cc',
427 'browser/component_updater/component_patcher_win.h', 427 'browser/component_updater/component_patcher_win.h',
428 'browser/component_updater/component_updater_configurator.cc', 428 'browser/component_updater/component_updater_configurator.cc',
429 'browser/component_updater/component_updater_configurator.h', 429 'browser/component_updater/component_updater_configurator.h',
430 'browser/component_updater/component_unpacker.cc', 430 'browser/component_updater/component_unpacker.cc',
431 'browser/component_updater/component_unpacker.h', 431 'browser/component_updater/component_unpacker.h',
432 'browser/component_updater/component_updater_ping_manager.cc', 432 'browser/component_updater/component_updater_ping_manager.cc',
433 'browser/component_updater/component_updater_ping_manager.h', 433 'browser/component_updater/component_updater_ping_manager.h',
434 'browser/component_updater/component_updater_service.cc', 434 'browser/component_updater/component_updater_service.cc',
435 'browser/component_updater/component_updater_service.h', 435 'browser/component_updater/component_updater_service.h',
436 'browser/component_updater/component_updater_utils.cc',
437 'browser/component_updater/component_updater_utils.h',
436 'browser/component_updater/crx_update_item.h', 438 'browser/component_updater/crx_update_item.h',
437 'browser/component_updater/default_component_installer.cc', 439 'browser/component_updater/default_component_installer.cc',
438 'browser/component_updater/default_component_installer.h', 440 'browser/component_updater/default_component_installer.h',
439 'browser/component_updater/flash_component_installer.h', 441 'browser/component_updater/flash_component_installer.h',
440 'browser/component_updater/pepper_flash_component_installer.cc', 442 'browser/component_updater/pepper_flash_component_installer.cc',
441 'browser/component_updater/pnacl/pnacl_component_installer.cc', 443 'browser/component_updater/pnacl/pnacl_component_installer.cc',
442 'browser/component_updater/pnacl/pnacl_component_installer.h', 444 'browser/component_updater/pnacl/pnacl_component_installer.h',
443 'browser/component_updater/pnacl/pnacl_profile_observer.cc', 445 'browser/component_updater/pnacl/pnacl_profile_observer.cc',
444 'browser/component_updater/pnacl/pnacl_profile_observer.h', 446 'browser/component_updater/pnacl/pnacl_profile_observer.h',
445 'browser/component_updater/ppapi_utils.cc', 447 'browser/component_updater/ppapi_utils.cc',
446 'browser/component_updater/ppapi_utils.h', 448 'browser/component_updater/ppapi_utils.h',
447 'browser/component_updater/recovery_component_installer.cc', 449 'browser/component_updater/recovery_component_installer.cc',
448 'browser/component_updater/recovery_component_installer.h', 450 'browser/component_updater/recovery_component_installer.h',
449 'browser/component_updater/swiftshader_component_installer.cc', 451 'browser/component_updater/swiftshader_component_installer.cc',
450 'browser/component_updater/swiftshader_component_installer.h', 452 'browser/component_updater/swiftshader_component_installer.h',
453 'browser/component_updater/update_manifest.cc',
454 'browser/component_updater/update_manifest.h',
451 'browser/component_updater/widevine_cdm_component_installer.cc', 455 'browser/component_updater/widevine_cdm_component_installer.cc',
452 'browser/component_updater/widevine_cdm_component_installer.h', 456 'browser/component_updater/widevine_cdm_component_installer.h',
453 'browser/content_settings/content_settings_default_provider.cc', 457 'browser/content_settings/content_settings_default_provider.cc',
454 'browser/content_settings/content_settings_default_provider.h', 458 'browser/content_settings/content_settings_default_provider.h',
455 'browser/content_settings/content_settings_details.cc', 459 'browser/content_settings/content_settings_details.cc',
456 'browser/content_settings/content_settings_details.h', 460 'browser/content_settings/content_settings_details.h',
457 'browser/content_settings/content_settings_custom_extension_provider.cc' , 461 'browser/content_settings/content_settings_custom_extension_provider.cc' ,
458 'browser/content_settings/content_settings_custom_extension_provider.h', 462 'browser/content_settings/content_settings_custom_extension_provider.h',
459 'browser/content_settings/content_settings_observable_provider.cc', 463 'browser/content_settings/content_settings_observable_provider.cc',
460 'browser/content_settings/content_settings_observable_provider.h', 464 'browser/content_settings/content_settings_observable_provider.h',
(...skipping 3307 matching lines...) Expand 10 before | Expand all | Expand 10 after
3768 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3772 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3769 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3773 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3770 }, 3774 },
3771 'includes': [ '../build/android/java_cpp_template.gypi' ], 3775 'includes': [ '../build/android/java_cpp_template.gypi' ],
3772 }, 3776 },
3773 ], 3777 ],
3774 }, 3778 },
3775 ], 3779 ],
3776 ], 3780 ],
3777 } 3781 }
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/update_manifest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698