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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1853753003: Certificate Transparency: New component for obtaining fresh STHs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for review Created 4 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 '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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'browser/component_updater/component_patcher_operation_out_of_process.cc', 161 'browser/component_updater/component_patcher_operation_out_of_process.cc',
162 'browser/component_updater/component_patcher_operation_out_of_process.h', 162 'browser/component_updater/component_patcher_operation_out_of_process.h',
163 'browser/component_updater/component_updater_resource_throttle.cc', 163 'browser/component_updater/component_updater_resource_throttle.cc',
164 'browser/component_updater/component_updater_resource_throttle.h', 164 'browser/component_updater/component_updater_resource_throttle.h',
165 'browser/component_updater/ev_whitelist_component_installer.cc', 165 'browser/component_updater/ev_whitelist_component_installer.cc',
166 'browser/component_updater/ev_whitelist_component_installer.h', 166 'browser/component_updater/ev_whitelist_component_installer.h',
167 'browser/component_updater/pnacl_component_installer.cc', 167 'browser/component_updater/pnacl_component_installer.cc',
168 'browser/component_updater/pnacl_component_installer.h', 168 'browser/component_updater/pnacl_component_installer.h',
169 'browser/component_updater/recovery_component_installer.cc', 169 'browser/component_updater/recovery_component_installer.cc',
170 'browser/component_updater/recovery_component_installer.h', 170 'browser/component_updater/recovery_component_installer.h',
171 'browser/component_updater/sth_set_component_installer.cc',
172 'browser/component_updater/sth_set_component_installer.h',
171 'browser/component_updater/supervised_user_whitelist_installer.cc', 173 'browser/component_updater/supervised_user_whitelist_installer.cc',
172 'browser/component_updater/supervised_user_whitelist_installer.h', 174 'browser/component_updater/supervised_user_whitelist_installer.h',
173 'browser/component_updater/sw_reporter_installer_win.cc', 175 'browser/component_updater/sw_reporter_installer_win.cc',
174 'browser/component_updater/sw_reporter_installer_win.h', 176 'browser/component_updater/sw_reporter_installer_win.h',
175 'browser/component_updater/swiftshader_component_installer.cc', 177 'browser/component_updater/swiftshader_component_installer.cc',
176 'browser/component_updater/swiftshader_component_installer.h', 178 'browser/component_updater/swiftshader_component_installer.h',
177 'browser/crash_upload_list.cc', 179 'browser/crash_upload_list.cc',
178 'browser/crash_upload_list.h', 180 'browser/crash_upload_list.h',
179 'browser/custom_handlers/protocol_handler_registry.cc', 181 'browser/custom_handlers/protocol_handler_registry.cc',
180 'browser/custom_handlers/protocol_handler_registry.h', 182 'browser/custom_handlers/protocol_handler_registry.h',
(...skipping 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after
4194 '../components/components.gyp:rlz', 4196 '../components/components.gyp:rlz',
4195 '../components/components.gyp:search_engines', 4197 '../components/components.gyp:search_engines',
4196 '../rlz/rlz.gyp:rlz_lib', 4198 '../rlz/rlz.gyp:rlz_lib',
4197 'common', 4199 'common',
4198 ], 4200 ],
4199 }, 4201 },
4200 ], 4202 ],
4201 }], 4203 }],
4202 ], 4204 ],
4203 } 4205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698