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

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: Rebase onto latest master 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'browser/chrome_quota_permission_context.cc', 445 'browser/chrome_quota_permission_context.cc',
446 'browser/chrome_quota_permission_context.h', 446 'browser/chrome_quota_permission_context.h',
447 'browser/command_observer.h', 447 'browser/command_observer.h',
448 'browser/command_updater.cc', 448 'browser/command_updater.cc',
449 'browser/command_updater.h', 449 'browser/command_updater.h',
450 'browser/command_updater_delegate.h', 450 'browser/command_updater_delegate.h',
451 'browser/common/cancelable_request.cc', 451 'browser/common/cancelable_request.cc',
452 'browser/common/cancelable_request.h', 452 'browser/common/cancelable_request.h',
453 'browser/component_updater/background_downloader_win.cc', 453 'browser/component_updater/background_downloader_win.cc',
454 'browser/component_updater/background_downloader_win.h', 454 'browser/component_updater/background_downloader_win.h',
455 'browser/component_updater/cld_component_installer.cc',
456 'browser/component_updater/cld_component_installer.h',
455 'browser/component_updater/component_patcher.cc', 457 'browser/component_updater/component_patcher.cc',
456 'browser/component_updater/component_patcher.h', 458 'browser/component_updater/component_patcher.h',
457 'browser/component_updater/component_patcher_operation.cc', 459 'browser/component_updater/component_patcher_operation.cc',
458 'browser/component_updater/component_patcher_operation.h', 460 'browser/component_updater/component_patcher_operation.h',
459 'browser/component_updater/component_updater_configurator.cc', 461 'browser/component_updater/component_updater_configurator.cc',
460 'browser/component_updater/component_updater_configurator.h', 462 'browser/component_updater/component_updater_configurator.h',
461 'browser/component_updater/component_unpacker.cc', 463 'browser/component_updater/component_unpacker.cc',
462 'browser/component_updater/component_unpacker.h', 464 'browser/component_updater/component_unpacker.h',
463 'browser/component_updater/component_updater_ping_manager.cc', 465 'browser/component_updater/component_updater_ping_manager.cc',
464 'browser/component_updater/component_updater_ping_manager.h', 466 'browser/component_updater/component_updater_ping_manager.h',
(...skipping 3253 matching lines...) Expand 10 before | Expand all | Expand 10 after
3718 'package_name': 'org/chromium/chrome/browser', 3720 'package_name': 'org/chromium/chrome/browser',
3719 'template_deps': ['browser/android/tab_load_status.h'], 3721 'template_deps': ['browser/android/tab_load_status.h'],
3720 }, 3722 },
3721 'includes': [ '../build/android/java_cpp_template.gypi' ], 3723 'includes': [ '../build/android/java_cpp_template.gypi' ],
3722 }, 3724 },
3723 ], 3725 ],
3724 }, 3726 },
3725 ], 3727 ],
3726 ], 3728 ],
3727 } 3729 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698