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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 465443002: Certificate Transparency: Use component updater for EV whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverting formatting changes to chrome_browser_main Created 6 years, 4 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'browser/component_updater/component_updater_resource_throttle.h', 285 'browser/component_updater/component_updater_resource_throttle.h',
286 'browser/component_updater/component_updater_service.cc', 286 'browser/component_updater/component_updater_service.cc',
287 'browser/component_updater/component_updater_service.h', 287 'browser/component_updater/component_updater_service.h',
288 'browser/component_updater/component_updater_utils.cc', 288 'browser/component_updater/component_updater_utils.cc',
289 'browser/component_updater/component_updater_utils.h', 289 'browser/component_updater/component_updater_utils.h',
290 'browser/component_updater/crx_update_item.h', 290 'browser/component_updater/crx_update_item.h',
291 'browser/component_updater/crx_downloader.cc', 291 'browser/component_updater/crx_downloader.cc',
292 'browser/component_updater/crx_downloader.h', 292 'browser/component_updater/crx_downloader.h',
293 'browser/component_updater/default_component_installer.cc', 293 'browser/component_updater/default_component_installer.cc',
294 'browser/component_updater/default_component_installer.h', 294 'browser/component_updater/default_component_installer.h',
295 'browser/component_updater/ev_whitelist_component_installer.cc',
296 'browser/component_updater/ev_whitelist_component_installer.h',
295 'browser/component_updater/flash_component_installer.h', 297 'browser/component_updater/flash_component_installer.h',
296 'browser/component_updater/pepper_flash_component_installer.cc', 298 'browser/component_updater/pepper_flash_component_installer.cc',
297 'browser/component_updater/pnacl/pnacl_component_installer.cc', 299 'browser/component_updater/pnacl/pnacl_component_installer.cc',
298 'browser/component_updater/pnacl/pnacl_component_installer.h', 300 'browser/component_updater/pnacl/pnacl_component_installer.h',
299 'browser/component_updater/ppapi_utils.cc', 301 'browser/component_updater/ppapi_utils.cc',
300 'browser/component_updater/ppapi_utils.h', 302 'browser/component_updater/ppapi_utils.h',
301 'browser/component_updater/recovery_component_installer.cc', 303 'browser/component_updater/recovery_component_installer.cc',
302 'browser/component_updater/recovery_component_installer.h', 304 'browser/component_updater/recovery_component_installer.h',
303 'browser/component_updater/sw_reporter_installer_win.cc', 305 'browser/component_updater/sw_reporter_installer_win.cc',
304 'browser/component_updater/sw_reporter_installer_win.h', 306 'browser/component_updater/sw_reporter_installer_win.h',
(...skipping 3302 matching lines...) Expand 10 before | Expand all | Expand 10 after
3607 'package_name': 'org/chromium/chrome/browser', 3609 'package_name': 'org/chromium/chrome/browser',
3608 'template_deps': ['browser/android/tab_load_status.h'], 3610 'template_deps': ['browser/android/tab_load_status.h'],
3609 }, 3611 },
3610 'includes': [ '../build/android/java_cpp_template.gypi' ], 3612 'includes': [ '../build/android/java_cpp_template.gypi' ],
3611 }, 3613 },
3612 ], 3614 ],
3613 }, 3615 },
3614 ], 3616 ],
3615 ], 3617 ],
3616 } 3618 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698