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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 216923006: Add a component updater for the CLD2 data file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address commenter notes Created 6 years, 8 months 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
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'browser/chrome_quota_permission_context.cc', 446 'browser/chrome_quota_permission_context.cc',
447 'browser/chrome_quota_permission_context.h', 447 'browser/chrome_quota_permission_context.h',
448 'browser/command_observer.h', 448 'browser/command_observer.h',
449 'browser/command_updater.cc', 449 'browser/command_updater.cc',
450 'browser/command_updater.h', 450 'browser/command_updater.h',
451 'browser/command_updater_delegate.h', 451 'browser/command_updater_delegate.h',
452 'browser/common/cancelable_request.cc', 452 'browser/common/cancelable_request.cc',
453 'browser/common/cancelable_request.h', 453 'browser/common/cancelable_request.h',
454 'browser/component_updater/background_downloader_win.cc', 454 'browser/component_updater/background_downloader_win.cc',
455 'browser/component_updater/background_downloader_win.h', 455 'browser/component_updater/background_downloader_win.h',
456 'browser/component_updater/cld_component_installer.cc',
457 'browser/component_updater/cld_component_installer.h',
456 'browser/component_updater/component_patcher.cc', 458 'browser/component_updater/component_patcher.cc',
457 'browser/component_updater/component_patcher.h', 459 'browser/component_updater/component_patcher.h',
458 'browser/component_updater/component_patcher_operation.cc', 460 'browser/component_updater/component_patcher_operation.cc',
459 'browser/component_updater/component_patcher_operation.h', 461 'browser/component_updater/component_patcher_operation.h',
460 'browser/component_updater/component_updater_configurator.cc', 462 'browser/component_updater/component_updater_configurator.cc',
461 'browser/component_updater/component_updater_configurator.h', 463 'browser/component_updater/component_updater_configurator.h',
462 'browser/component_updater/component_unpacker.cc', 464 'browser/component_updater/component_unpacker.cc',
463 'browser/component_updater/component_unpacker.h', 465 'browser/component_updater/component_unpacker.h',
464 'browser/component_updater/component_updater_ping_manager.cc', 466 'browser/component_updater/component_updater_ping_manager.cc',
465 'browser/component_updater/component_updater_ping_manager.h', 467 'browser/component_updater/component_updater_ping_manager.h',
(...skipping 3315 matching lines...) Expand 10 before | Expand all | Expand 10 after
3781 'package_name': 'org/chromium/chrome/browser', 3783 'package_name': 'org/chromium/chrome/browser',
3782 'template_deps': ['browser/android/tab_load_status.h'], 3784 'template_deps': ['browser/android/tab_load_status.h'],
3783 }, 3785 },
3784 'includes': [ '../build/android/java_cpp_template.gypi' ], 3786 'includes': [ '../build/android/java_cpp_template.gypi' ],
3785 }, 3787 },
3786 ], 3788 ],
3787 }, 3789 },
3788 ], 3790 ],
3789 ], 3791 ],
3790 } 3792 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698