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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 333193002: Adding a SW reporter component updater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to ToT. Created 6 years, 6 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'browser/component_updater/default_component_installer.cc', 467 'browser/component_updater/default_component_installer.cc',
468 'browser/component_updater/default_component_installer.h', 468 'browser/component_updater/default_component_installer.h',
469 'browser/component_updater/flash_component_installer.h', 469 'browser/component_updater/flash_component_installer.h',
470 'browser/component_updater/pepper_flash_component_installer.cc', 470 'browser/component_updater/pepper_flash_component_installer.cc',
471 'browser/component_updater/pnacl/pnacl_component_installer.cc', 471 'browser/component_updater/pnacl/pnacl_component_installer.cc',
472 'browser/component_updater/pnacl/pnacl_component_installer.h', 472 'browser/component_updater/pnacl/pnacl_component_installer.h',
473 'browser/component_updater/ppapi_utils.cc', 473 'browser/component_updater/ppapi_utils.cc',
474 'browser/component_updater/ppapi_utils.h', 474 'browser/component_updater/ppapi_utils.h',
475 'browser/component_updater/recovery_component_installer.cc', 475 'browser/component_updater/recovery_component_installer.cc',
476 'browser/component_updater/recovery_component_installer.h', 476 'browser/component_updater/recovery_component_installer.h',
477 'browser/component_updater/sw_reporter_installer_win.cc',
478 'browser/component_updater/sw_reporter_installer_win.h',
477 'browser/component_updater/swiftshader_component_installer.cc', 479 'browser/component_updater/swiftshader_component_installer.cc',
478 'browser/component_updater/swiftshader_component_installer.h', 480 'browser/component_updater/swiftshader_component_installer.h',
479 'browser/component_updater/update_checker.cc', 481 'browser/component_updater/update_checker.cc',
480 'browser/component_updater/update_checker.h', 482 'browser/component_updater/update_checker.h',
481 'browser/component_updater/update_response.cc', 483 'browser/component_updater/update_response.cc',
482 'browser/component_updater/update_response.h', 484 'browser/component_updater/update_response.h',
483 'browser/component_updater/url_fetcher_downloader.cc', 485 'browser/component_updater/url_fetcher_downloader.cc',
484 'browser/component_updater/url_fetcher_downloader.h', 486 'browser/component_updater/url_fetcher_downloader.h',
485 'browser/component_updater/widevine_cdm_component_installer.cc', 487 'browser/component_updater/widevine_cdm_component_installer.cc',
486 'browser/component_updater/widevine_cdm_component_installer.h', 488 'browser/component_updater/widevine_cdm_component_installer.h',
(...skipping 3326 matching lines...) Expand 10 before | Expand all | Expand 10 after
3813 'package_name': 'org/chromium/chrome/browser', 3815 'package_name': 'org/chromium/chrome/browser',
3814 'template_deps': ['browser/android/tab_load_status.h'], 3816 'template_deps': ['browser/android/tab_load_status.h'],
3815 }, 3817 },
3816 'includes': [ '../build/android/java_cpp_template.gypi' ], 3818 'includes': [ '../build/android/java_cpp_template.gypi' ],
3817 }, 3819 },
3818 ], 3820 ],
3819 }, 3821 },
3820 ], 3822 ],
3821 ], 3823 ],
3822 } 3824 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/reset_profile_settings_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698