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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 18516010: Implemented completion pings for component updates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ChromeConfigurator owns the ping manager. Created 7 years, 5 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 | 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'browser/component_updater/component_patcher.cc', 387 'browser/component_updater/component_patcher.cc',
388 'browser/component_updater/component_patcher.h', 388 'browser/component_updater/component_patcher.h',
389 'browser/component_updater/component_patcher_operation.cc', 389 'browser/component_updater/component_patcher_operation.cc',
390 'browser/component_updater/component_patcher_operation.h', 390 'browser/component_updater/component_patcher_operation.h',
391 'browser/component_updater/component_patcher_win.cc', 391 'browser/component_updater/component_patcher_win.cc',
392 'browser/component_updater/component_patcher_win.h', 392 'browser/component_updater/component_patcher_win.h',
393 'browser/component_updater/component_updater_configurator.cc', 393 'browser/component_updater/component_updater_configurator.cc',
394 'browser/component_updater/component_updater_configurator.h', 394 'browser/component_updater/component_updater_configurator.h',
395 'browser/component_updater/component_unpacker.cc', 395 'browser/component_updater/component_unpacker.cc',
396 'browser/component_updater/component_unpacker.h', 396 'browser/component_updater/component_unpacker.h',
397 'browser/component_updater/component_updater_ping_manager.cc',
398 'browser/component_updater/component_updater_ping_manager.h',
397 'browser/component_updater/component_updater_service.cc', 399 'browser/component_updater/component_updater_service.cc',
398 'browser/component_updater/component_updater_service.h', 400 'browser/component_updater/component_updater_service.h',
401 'browser/component_updater/component_updater_service_observer.h',
402 'browser/component_updater/crx_update_item.h',
399 'browser/component_updater/flash_component_installer.h', 403 'browser/component_updater/flash_component_installer.h',
400 'browser/component_updater/pepper_flash_component_installer.cc', 404 'browser/component_updater/pepper_flash_component_installer.cc',
401 'browser/component_updater/pnacl/pnacl_component_installer.cc', 405 'browser/component_updater/pnacl/pnacl_component_installer.cc',
402 'browser/component_updater/pnacl/pnacl_component_installer.h', 406 'browser/component_updater/pnacl/pnacl_component_installer.h',
403 'browser/component_updater/pnacl/pnacl_profile_observer.cc', 407 'browser/component_updater/pnacl/pnacl_profile_observer.cc',
404 'browser/component_updater/pnacl/pnacl_profile_observer.h', 408 'browser/component_updater/pnacl/pnacl_profile_observer.h',
405 'browser/component_updater/pnacl/pnacl_updater_observer.cc', 409 'browser/component_updater/pnacl/pnacl_updater_observer.cc',
406 'browser/component_updater/pnacl/pnacl_updater_observer.h', 410 'browser/component_updater/pnacl/pnacl_updater_observer.h',
407 'browser/component_updater/recovery_component_installer.cc', 411 'browser/component_updater/recovery_component_installer.cc',
408 'browser/component_updater/recovery_component_installer.h', 412 'browser/component_updater/recovery_component_installer.h',
(...skipping 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3384 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3381 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3385 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3382 }, 3386 },
3383 'includes': [ '../build/android/java_cpp_template.gypi' ], 3387 'includes': [ '../build/android/java_cpp_template.gypi' ],
3384 }, 3388 },
3385 ], 3389 ],
3386 }, 3390 },
3387 ], 3391 ],
3388 ], 3392 ],
3389 } 3393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698