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

Side by Side Diff: build/all.gyp

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « no previous file | build/android/pylib/utils/isolator.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 12 matching lines...) Expand all
23 'some.gyp:*', 23 'some.gyp:*',
24 '../base/base.gyp:*', 24 '../base/base.gyp:*',
25 '../components/components.gyp:*', 25 '../components/components.gyp:*',
26 '../components/components_tests.gyp:*', 26 '../components/components_tests.gyp:*',
27 '../crypto/crypto.gyp:*', 27 '../crypto/crypto.gyp:*',
28 '../net/net.gyp:*', 28 '../net/net.gyp:*',
29 '../sdch/sdch.gyp:*', 29 '../sdch/sdch.gyp:*',
30 '../sql/sql.gyp:*', 30 '../sql/sql.gyp:*',
31 '../testing/gmock.gyp:*', 31 '../testing/gmock.gyp:*',
32 '../testing/gtest.gyp:*', 32 '../testing/gtest.gyp:*',
33 '../third_party/boringssl/boringssl.gyp:*',
33 '../third_party/icu/icu.gyp:*', 34 '../third_party/icu/icu.gyp:*',
34 '../third_party/libxml/libxml.gyp:*', 35 '../third_party/libxml/libxml.gyp:*',
35 '../third_party/sqlite/sqlite.gyp:*', 36 '../third_party/sqlite/sqlite.gyp:*',
36 '../third_party/zlib/zlib.gyp:*', 37 '../third_party/zlib/zlib.gyp:*',
37 '../ui/accessibility/accessibility.gyp:*', 38 '../ui/accessibility/accessibility.gyp:*',
38 '../ui/base/ui_base.gyp:*', 39 '../ui/base/ui_base.gyp:*',
39 '../ui/display/display.gyp:display_unittests', 40 '../ui/display/display.gyp:display_unittests',
40 '../ui/snapshot/snapshot.gyp:*', 41 '../ui/snapshot/snapshot.gyp:*',
41 '../url/url.gyp:*', 42 '../url/url.gyp:*',
42 ], 43 ],
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 '../third_party/ots/ots.gyp:*', 161 '../third_party/ots/ots.gyp:*',
161 '../third_party/pdfium/samples/samples.gyp:*', 162 '../third_party/pdfium/samples/samples.gyp:*',
162 '../third_party/qcms/qcms.gyp:*', 163 '../third_party/qcms/qcms.gyp:*',
163 '../tools/battor_agent/battor_agent.gyp:*', 164 '../tools/battor_agent/battor_agent.gyp:*',
164 '../tools/gn/gn.gyp:*', 165 '../tools/gn/gn.gyp:*',
165 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 166 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
166 '../v8/tools/gyp/v8.gyp:*', 167 '../v8/tools/gyp/v8.gyp:*',
167 '<(libjpeg_gyp_path):*', 168 '<(libjpeg_gyp_path):*',
168 ], 169 ],
169 }], 170 }],
170 ['use_openssl==0 and OS=="ios"', {
171 'dependencies': [
172 '../third_party/nss/nss.gyp:*',
173 ],
174 }],
175 ['OS=="win" or OS=="ios" or OS=="linux"', { 171 ['OS=="win" or OS=="ios" or OS=="linux"', {
176 'dependencies': [ 172 'dependencies': [
177 '../breakpad/breakpad.gyp:*', 173 '../breakpad/breakpad.gyp:*',
178 ], 174 ],
179 }], 175 }],
180 ['OS=="mac"', { 176 ['OS=="mac"', {
181 'dependencies': [ 177 'dependencies': [
182 '../sandbox/sandbox.gyp:*', 178 '../sandbox/sandbox.gyp:*',
183 '../third_party/crashpad/crashpad/crashpad.gyp:*', 179 '../third_party/crashpad/crashpad/crashpad.gyp:*',
184 '../third_party/ocmock/ocmock.gyp:*', 180 '../third_party/ocmock/ocmock.gyp:*',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 '../ash/ash.gyp:*', 243 '../ash/ash.gyp:*',
248 '../ui/aura/aura.gyp:*', 244 '../ui/aura/aura.gyp:*',
249 '../ui/aura_extra/aura_extra.gyp:*', 245 '../ui/aura_extra/aura_extra.gyp:*',
250 ], 246 ],
251 }], 247 }],
252 ['remoting==1', { 248 ['remoting==1', {
253 'dependencies': [ 249 'dependencies': [
254 '../remoting/remoting_all.gyp:remoting_all', 250 '../remoting/remoting_all.gyp:remoting_all',
255 ], 251 ],
256 }], 252 }],
257 ['use_openssl==0', { 253 ['OS!="ios"', {
258 'dependencies': [
259 '../net/third_party/nss/ssl.gyp:*',
260 ],
261 }],
262 ['use_openssl==1', {
263 'dependencies': [
264 '../third_party/boringssl/boringssl.gyp:*',
265 ],
266 }],
267 ['use_openssl==1 and OS!="ios"', {
268 'dependencies': [ 254 'dependencies': [
269 '../third_party/boringssl/boringssl_tests.gyp:*', 255 '../third_party/boringssl/boringssl_tests.gyp:*',
270 ], 256 ],
271 }], 257 }],
272 ['enable_app_list==1', { 258 ['enable_app_list==1', {
273 'dependencies': [ 259 'dependencies': [
274 '../ui/app_list/app_list.gyp:*', 260 '../ui/app_list/app_list.gyp:*',
275 ], 261 ],
276 }], 262 }],
277 ['OS!="android" and OS!="ios"', { 263 ['OS!="android" and OS!="ios"', {
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 'dependencies': [ 1376 'dependencies': [
1391 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1377 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1392 '../ui/views/views.gyp:views', 1378 '../ui/views/views.gyp:views',
1393 '../ui/views/views.gyp:views_unittests', 1379 '../ui/views/views.gyp:views_unittests',
1394 ], 1380 ],
1395 }, # target_name: macviews_builder 1381 }, # target_name: macviews_builder
1396 ], # targets 1382 ], # targets
1397 }], # os=='mac' and toolkit_views==1 1383 }], # os=='mac' and toolkit_views==1
1398 ], # conditions 1384 ], # conditions
1399 } 1385 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/utils/isolator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698