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

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: Removing unused variable. 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'browser/component_updater/component_updater_resource_throttle.h', 287 'browser/component_updater/component_updater_resource_throttle.h',
288 'browser/component_updater/component_updater_service.cc', 288 'browser/component_updater/component_updater_service.cc',
289 'browser/component_updater/component_updater_service.h', 289 'browser/component_updater/component_updater_service.h',
290 'browser/component_updater/component_updater_utils.cc', 290 'browser/component_updater/component_updater_utils.cc',
291 'browser/component_updater/component_updater_utils.h', 291 'browser/component_updater/component_updater_utils.h',
292 'browser/component_updater/crx_update_item.h', 292 'browser/component_updater/crx_update_item.h',
293 'browser/component_updater/crx_downloader.cc', 293 'browser/component_updater/crx_downloader.cc',
294 'browser/component_updater/crx_downloader.h', 294 'browser/component_updater/crx_downloader.h',
295 'browser/component_updater/default_component_installer.cc', 295 'browser/component_updater/default_component_installer.cc',
296 'browser/component_updater/default_component_installer.h', 296 'browser/component_updater/default_component_installer.h',
297 'browser/component_updater/ev_whitelist_component_installer.cc',
298 'browser/component_updater/ev_whitelist_component_installer.h',
297 'browser/component_updater/flash_component_installer.h', 299 'browser/component_updater/flash_component_installer.h',
298 'browser/component_updater/pepper_flash_component_installer.cc', 300 'browser/component_updater/pepper_flash_component_installer.cc',
299 'browser/component_updater/pnacl/pnacl_component_installer.cc', 301 'browser/component_updater/pnacl/pnacl_component_installer.cc',
300 'browser/component_updater/pnacl/pnacl_component_installer.h', 302 'browser/component_updater/pnacl/pnacl_component_installer.h',
301 'browser/component_updater/ppapi_utils.cc', 303 'browser/component_updater/ppapi_utils.cc',
302 'browser/component_updater/ppapi_utils.h', 304 'browser/component_updater/ppapi_utils.h',
303 'browser/component_updater/recovery_component_installer.cc', 305 'browser/component_updater/recovery_component_installer.cc',
304 'browser/component_updater/recovery_component_installer.h', 306 'browser/component_updater/recovery_component_installer.h',
305 'browser/component_updater/sw_reporter_installer_win.cc', 307 'browser/component_updater/sw_reporter_installer_win.cc',
306 'browser/component_updater/sw_reporter_installer_win.h', 308 'browser/component_updater/sw_reporter_installer_win.h',
(...skipping 3308 matching lines...) Expand 10 before | Expand all | Expand 10 after
3615 'package_name': 'org/chromium/chrome/browser', 3617 'package_name': 'org/chromium/chrome/browser',
3616 'template_deps': ['browser/android/tab_load_status.h'], 3618 'template_deps': ['browser/android/tab_load_status.h'],
3617 }, 3619 },
3618 'includes': [ '../build/android/java_cpp_template.gypi' ], 3620 'includes': [ '../build/android/java_cpp_template.gypi' ],
3619 }, 3621 },
3620 ], 3622 ],
3621 }, 3623 },
3622 ], 3624 ],
3623 ], 3625 ],
3624 } 3626 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698