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

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: Switch to default component installer and traits 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'browser/chrome_quota_permission_context.cc', 450 'browser/chrome_quota_permission_context.cc',
451 'browser/chrome_quota_permission_context.h', 451 'browser/chrome_quota_permission_context.h',
452 'browser/command_observer.h', 452 'browser/command_observer.h',
453 'browser/command_updater.cc', 453 'browser/command_updater.cc',
454 'browser/command_updater.h', 454 'browser/command_updater.h',
455 'browser/command_updater_delegate.h', 455 'browser/command_updater_delegate.h',
456 'browser/common/cancelable_request.cc', 456 'browser/common/cancelable_request.cc',
457 'browser/common/cancelable_request.h', 457 'browser/common/cancelable_request.h',
458 'browser/component_updater/background_downloader_win.cc', 458 'browser/component_updater/background_downloader_win.cc',
459 'browser/component_updater/background_downloader_win.h', 459 'browser/component_updater/background_downloader_win.h',
460 'browser/component_updater/cld_component_installer.cc',
461 'browser/component_updater/cld_component_installer.h',
460 'browser/component_updater/component_patcher.cc', 462 'browser/component_updater/component_patcher.cc',
461 'browser/component_updater/component_patcher.h', 463 'browser/component_updater/component_patcher.h',
462 'browser/component_updater/component_patcher_operation.cc', 464 'browser/component_updater/component_patcher_operation.cc',
463 'browser/component_updater/component_patcher_operation.h', 465 'browser/component_updater/component_patcher_operation.h',
464 'browser/component_updater/component_updater_configurator.cc', 466 'browser/component_updater/component_updater_configurator.cc',
465 'browser/component_updater/component_updater_configurator.h', 467 'browser/component_updater/component_updater_configurator.h',
466 'browser/component_updater/component_unpacker.cc', 468 'browser/component_updater/component_unpacker.cc',
467 'browser/component_updater/component_unpacker.h', 469 'browser/component_updater/component_unpacker.h',
468 'browser/component_updater/component_updater_ping_manager.cc', 470 'browser/component_updater/component_updater_ping_manager.cc',
469 'browser/component_updater/component_updater_ping_manager.h', 471 'browser/component_updater/component_updater_ping_manager.h',
(...skipping 3321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3791 'package_name': 'org/chromium/chrome/browser', 3793 'package_name': 'org/chromium/chrome/browser',
3792 'template_deps': ['browser/android/tab_load_status.h'], 3794 'template_deps': ['browser/android/tab_load_status.h'],
3793 }, 3795 },
3794 'includes': [ '../build/android/java_cpp_template.gypi' ], 3796 'includes': [ '../build/android/java_cpp_template.gypi' ],
3795 }, 3797 },
3796 ], 3798 ],
3797 }, 3799 },
3798 ], 3800 ],
3799 ], 3801 ],
3800 } 3802 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698