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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1845113003: Certificate Transparency: Start tracking logs' state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments 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 3278 matching lines...) Expand 10 before | Expand all | Expand 10 after
3289 'dependencies': [ 3289 'dependencies': [
3290 'common_mojo_bindings', 3290 'common_mojo_bindings',
3291 'common_net', 3291 'common_net',
3292 'debugger', 3292 'debugger',
3293 'installer_util', 3293 'installer_util',
3294 '../cc/cc.gyp:cc', 3294 '../cc/cc.gyp:cc',
3295 '../components/components.gyp:about_handler', 3295 '../components/components.gyp:about_handler',
3296 '../components/components.gyp:autofill_content_browser', 3296 '../components/components.gyp:autofill_content_browser',
3297 '../components/components.gyp:browsing_data', 3297 '../components/components.gyp:browsing_data',
3298 '../components/components.gyp:certificate_reporting', 3298 '../components/components.gyp:certificate_reporting',
3299 '../components/components.gyp:certificate_transparency',
3299 '../components/components.gyp:contextual_search_browser', 3300 '../components/components.gyp:contextual_search_browser',
3300 '../components/components.gyp:cookie_config', 3301 '../components/components.gyp:cookie_config',
3301 '../components/components.gyp:data_reduction_proxy_content_browser', 3302 '../components/components.gyp:data_reduction_proxy_content_browser',
3302 '../components/components.gyp:data_use_measurement_content', 3303 '../components/components.gyp:data_use_measurement_content',
3303 '../components/components.gyp:devtools_discovery', 3304 '../components/components.gyp:devtools_discovery',
3304 '../components/components.gyp:devtools_http_handler', 3305 '../components/components.gyp:devtools_http_handler',
3305 '../components/components.gyp:dom_distiller_content_browser', 3306 '../components/components.gyp:dom_distiller_content_browser',
3306 '../components/components.gyp:domain_reliability', 3307 '../components/components.gyp:domain_reliability',
3307 '../components/components.gyp:error_page_common', 3308 '../components/components.gyp:error_page_common',
3308 '../components/components.gyp:favicon_content', 3309 '../components/components.gyp:favicon_content',
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
4221 '../components/components.gyp:rlz', 4222 '../components/components.gyp:rlz',
4222 '../components/components.gyp:search_engines', 4223 '../components/components.gyp:search_engines',
4223 '../rlz/rlz.gyp:rlz_lib', 4224 '../rlz/rlz.gyp:rlz_lib',
4224 'common', 4225 'common',
4225 ], 4226 ],
4226 }, 4227 },
4227 ], 4228 ],
4228 }], 4229 }],
4229 ], 4230 ],
4230 } 4231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698