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

Side by Side Diff: components/components.gyp

Issue 1222953002: Certificate Transparency: Add STH Fetching capability. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing explicit base dep Created 5 years, 3 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'includes': [ 93 'includes': [
94 'external_video_surface.gypi', 94 'external_video_surface.gypi',
95 'service_tab_launcher.gypi', 95 'service_tab_launcher.gypi',
96 ], 96 ],
97 }], 97 }],
98 ['OS != "ios"', { 98 ['OS != "ios"', {
99 'includes': [ 99 'includes': [
100 'app_modal.gypi', 100 'app_modal.gypi',
101 'browsing_data.gypi', 101 'browsing_data.gypi',
102 'cdm.gypi', 102 'cdm.gypi',
103 'certificate_transparency.gypi',
103 'crash.gypi', 104 'crash.gypi',
104 'devtools_discovery.gypi', 105 'devtools_discovery.gypi',
105 'devtools_http_handler.gypi', 106 'devtools_http_handler.gypi',
106 'drive.gypi', 107 'drive.gypi',
107 'message_port.gypi', 108 'message_port.gypi',
108 'navigation_interception.gypi', 109 'navigation_interception.gypi',
109 'power.gypi', 110 'power.gypi',
110 'safe_json.gypi', 111 'safe_json.gypi',
111 'visitedlink.gypi', 112 'visitedlink.gypi',
112 'web_cache.gypi', 113 'web_cache.gypi',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'chrome_apps.gypi', 174 'chrome_apps.gypi',
174 ], 175 ],
175 }], 176 }],
176 ['enable_rlz_support==1', { 177 ['enable_rlz_support==1', {
177 'includes': [ 178 'includes': [
178 'rlz.gypi', 179 'rlz.gypi',
179 ], 180 ],
180 }] 181 }]
181 ], 182 ],
182 } 183 }
OLDNEW
« no previous file with comments | « components/certificate_transparency/log_proof_fetcher_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698