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

Side by Side Diff: build/all.gyp

Issue 6850032: Add crypto to the list of "all" projects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | crypto/rsa_private_key_nss_unittest.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', 14 '../chrome/browser/sync/tools/sync_tools.gyp:*',
15 '../chrome/chrome.gyp:*', 15 '../chrome/chrome.gyp:*',
16 '../crypto/crypto.gyp:*',
16 '../ui/ui.gyp:*', 17 '../ui/ui.gyp:*',
17 '../gpu/gpu.gyp:*', 18 '../gpu/gpu.gyp:*',
18 '../gpu/demos/demos.gyp:*', 19 '../gpu/demos/demos.gyp:*',
19 '../ipc/ipc.gyp:*', 20 '../ipc/ipc.gyp:*',
20 '../jingle/jingle.gyp:*', 21 '../jingle/jingle.gyp:*',
21 '../media/media.gyp:*', 22 '../media/media.gyp:*',
22 '../net/net.gyp:*', 23 '../net/net.gyp:*',
23 '../ppapi/ppapi.gyp:*', 24 '../ppapi/ppapi.gyp:*',
24 '../printing/printing.gyp:*', 25 '../printing/printing.gyp:*',
25 '../sdch/sdch.gyp:*', 26 '../sdch/sdch.gyp:*',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 '../base/base.gyp:base_unittests', 146 '../base/base.gyp:base_unittests',
146 '../chrome/chrome.gyp:browser_tests', 147 '../chrome/chrome.gyp:browser_tests',
147 '../chrome/chrome.gyp:interactive_ui_tests', 148 '../chrome/chrome.gyp:interactive_ui_tests',
148 '../chrome/chrome.gyp:nacl_ui_tests', 149 '../chrome/chrome.gyp:nacl_ui_tests',
149 '../chrome/chrome.gyp:nacl_sandbox_tests', 150 '../chrome/chrome.gyp:nacl_sandbox_tests',
150 '../chrome/chrome.gyp:safe_browsing_tests', 151 '../chrome/chrome.gyp:safe_browsing_tests',
151 '../chrome/chrome.gyp:sync_integration_tests', 152 '../chrome/chrome.gyp:sync_integration_tests',
152 '../chrome/chrome.gyp:sync_unit_tests', 153 '../chrome/chrome.gyp:sync_unit_tests',
153 '../chrome/chrome.gyp:ui_tests', 154 '../chrome/chrome.gyp:ui_tests',
154 '../chrome/chrome.gyp:unit_tests', 155 '../chrome/chrome.gyp:unit_tests',
156 '../crypto/crypto.gyp:crypto_unittests',
155 '../ui/ui.gyp:gfx_unittests', 157 '../ui/ui.gyp:gfx_unittests',
156 '../gpu/gpu.gyp:gpu_unittests', 158 '../gpu/gpu.gyp:gpu_unittests',
157 '../ipc/ipc.gyp:ipc_tests', 159 '../ipc/ipc.gyp:ipc_tests',
158 '../jingle/jingle.gyp:jingle_unittests', 160 '../jingle/jingle.gyp:jingle_unittests',
159 '../media/media.gyp:media_unittests', 161 '../media/media.gyp:media_unittests',
160 '../net/net.gyp:net_unittests', 162 '../net/net.gyp:net_unittests',
161 '../printing/printing.gyp:printing_unittests', 163 '../printing/printing.gyp:printing_unittests',
162 '../remoting/remoting.gyp:remoting_unittests', 164 '../remoting/remoting.gyp:remoting_unittests',
163 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
164 'temp_gyp/googleurl.gyp:googleurl_unittests', 166 'temp_gyp/googleurl.gyp:googleurl_unittests',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 '../chrome/chrome.gyp:browser_tests', 204 '../chrome/chrome.gyp:browser_tests',
203 '../chrome/chrome.gyp:interactive_ui_tests', 205 '../chrome/chrome.gyp:interactive_ui_tests',
204 # TODO(bradnelson): fix and enable. 206 # TODO(bradnelson): fix and enable.
205 #'../chrome/chrome.gyp:nacl_ui_tests', 207 #'../chrome/chrome.gyp:nacl_ui_tests',
206 #'../chrome/chrome.gyp:nacl_sandbox_tests', 208 #'../chrome/chrome.gyp:nacl_sandbox_tests',
207 '../chrome/chrome.gyp:safe_browsing_tests', 209 '../chrome/chrome.gyp:safe_browsing_tests',
208 '../chrome/chrome.gyp:sync_integration_tests', 210 '../chrome/chrome.gyp:sync_integration_tests',
209 '../chrome/chrome.gyp:sync_unit_tests', 211 '../chrome/chrome.gyp:sync_unit_tests',
210 '../chrome/chrome.gyp:ui_tests', 212 '../chrome/chrome.gyp:ui_tests',
211 '../chrome/chrome.gyp:unit_tests', 213 '../chrome/chrome.gyp:unit_tests',
214 '../crypto/crypto.gyp:crypto_unittests',
212 '../ui/ui.gyp:gfx_unittests', 215 '../ui/ui.gyp:gfx_unittests',
213 '../gpu/gpu.gyp:gpu_unittests', 216 '../gpu/gpu.gyp:gpu_unittests',
214 '../ipc/ipc.gyp:ipc_tests', 217 '../ipc/ipc.gyp:ipc_tests',
215 '../jingle/jingle.gyp:jingle_unittests', 218 '../jingle/jingle.gyp:jingle_unittests',
216 '../media/media.gyp:media_unittests', 219 '../media/media.gyp:media_unittests',
217 '../net/net.gyp:net_unittests', 220 '../net/net.gyp:net_unittests',
218 '../printing/printing.gyp:printing_unittests', 221 '../printing/printing.gyp:printing_unittests',
219 '../remoting/remoting.gyp:remoting_unittests', 222 '../remoting/remoting.gyp:remoting_unittests',
220 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 223 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
221 'temp_gyp/googleurl.gyp:googleurl_unittests', 224 'temp_gyp/googleurl.gyp:googleurl_unittests',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 '../remoting/remoting.gyp:remoting_unittests', 357 '../remoting/remoting.gyp:remoting_unittests',
355 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 358 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
356 'temp_gyp/googleurl.gyp:googleurl_unittests', 359 'temp_gyp/googleurl.gyp:googleurl_unittests',
357 ], 360 ],
358 }, 361 },
359 { 362 {
360 'target_name': 'chromium_builder_dbg_tsan_mac', 363 'target_name': 'chromium_builder_dbg_tsan_mac',
361 'type': 'none', 364 'type': 'none',
362 'dependencies': [ 365 'dependencies': [
363 '../base/base.gyp:base_unittests', 366 '../base/base.gyp:base_unittests',
367 '../crypto/crypto.gyp:crypto_unittests',
364 'temp_gyp/googleurl.gyp:googleurl_unittests', 368 'temp_gyp/googleurl.gyp:googleurl_unittests',
365 '../net/net.gyp:net_unittests', 369 '../net/net.gyp:net_unittests',
366 '../ipc/ipc.gyp:ipc_tests', 370 '../ipc/ipc.gyp:ipc_tests',
367 '../jingle/jingle.gyp:jingle_unittests', 371 '../jingle/jingle.gyp:jingle_unittests',
368 '../media/media.gyp:media_unittests', 372 '../media/media.gyp:media_unittests',
369 '../printing/printing.gyp:printing_unittests', 373 '../printing/printing.gyp:printing_unittests',
370 '../remoting/remoting.gyp:remoting_unittests', 374 '../remoting/remoting.gyp:remoting_unittests',
371 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 375 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
372 ], 376 ],
373 }, 377 },
374 { 378 {
375 'target_name': 'chromium_builder_dbg_valgrind_mac', 379 'target_name': 'chromium_builder_dbg_valgrind_mac',
376 'type': 'none', 380 'type': 'none',
377 'dependencies': [ 381 'dependencies': [
378 '../app/app.gyp:app_unittests', 382 '../app/app.gyp:app_unittests',
379 '../base/base.gyp:base_unittests', 383 '../base/base.gyp:base_unittests',
384 '../crypto/crypto.gyp:crypto_unittests',
380 'temp_gyp/googleurl.gyp:googleurl_unittests', 385 'temp_gyp/googleurl.gyp:googleurl_unittests',
381 '../ipc/ipc.gyp:ipc_tests', 386 '../ipc/ipc.gyp:ipc_tests',
382 '../media/media.gyp:media_unittests', 387 '../media/media.gyp:media_unittests',
383 '../net/net.gyp:net_unittests', 388 '../net/net.gyp:net_unittests',
384 '../printing/printing.gyp:printing_unittests', 389 '../printing/printing.gyp:printing_unittests',
385 '../remoting/remoting.gyp:remoting_unittests', 390 '../remoting/remoting.gyp:remoting_unittests',
386 '../chrome/chrome.gyp:safe_browsing_tests', 391 '../chrome/chrome.gyp:safe_browsing_tests',
387 '../chrome/chrome.gyp:sync_unit_tests', 392 '../chrome/chrome.gyp:sync_unit_tests',
388 '../chrome/chrome.gyp:unit_tests', 393 '../chrome/chrome.gyp:unit_tests',
389 '../chrome/chrome.gyp:ui_tests', 394 '../chrome/chrome.gyp:ui_tests',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'target_name': 'chromium_builder_dbg_tsan_win', 458 'target_name': 'chromium_builder_dbg_tsan_win',
454 'type': 'none', 459 'type': 'none',
455 'dependencies': [ 460 'dependencies': [
456 '../app/app.gyp:app_unittests', 461 '../app/app.gyp:app_unittests',
457 # TODO(bradnelson): app_unittests should depend on locales. 462 # TODO(bradnelson): app_unittests should depend on locales.
458 # However, we can't add dependencies on chrome/ to app/ 463 # However, we can't add dependencies on chrome/ to app/
459 # See http://crbug.com/43603 464 # See http://crbug.com/43603
460 '../base/base.gyp:base_unittests', 465 '../base/base.gyp:base_unittests',
461 '../chrome/app/locales/locales.gyp:*', 466 '../chrome/app/locales/locales.gyp:*',
462 '../chrome/chrome.gyp:sync_unit_tests', 467 '../chrome/chrome.gyp:sync_unit_tests',
468 '../crypto/crypto.gyp:crypto_unittests',
463 '../ipc/ipc.gyp:ipc_tests', 469 '../ipc/ipc.gyp:ipc_tests',
464 '../jingle/jingle.gyp:jingle_unittests', 470 '../jingle/jingle.gyp:jingle_unittests',
465 '../media/media.gyp:media_unittests', 471 '../media/media.gyp:media_unittests',
466 '../net/net.gyp:net_unittests', 472 '../net/net.gyp:net_unittests',
467 '../printing/printing.gyp:printing_unittests', 473 '../printing/printing.gyp:printing_unittests',
468 '../remoting/remoting.gyp:remoting_unittests', 474 '../remoting/remoting.gyp:remoting_unittests',
469 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 475 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
470 'temp_gyp/googleurl.gyp:googleurl_unittests', 476 'temp_gyp/googleurl.gyp:googleurl_unittests',
471 ], 477 ],
472 }, 478 },
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 '../chrome/chrome.gyp:memory_test', 532 '../chrome/chrome.gyp:memory_test',
527 '../chrome/chrome.gyp:page_cycler_tests', 533 '../chrome/chrome.gyp:page_cycler_tests',
528 '../chrome/chrome.gyp:safe_browsing_tests', 534 '../chrome/chrome.gyp:safe_browsing_tests',
529 '../chrome/chrome.gyp:startup_tests', 535 '../chrome/chrome.gyp:startup_tests',
530 '../chrome/chrome.gyp:sync_unit_tests', 536 '../chrome/chrome.gyp:sync_unit_tests',
531 '../chrome/chrome.gyp:sync_integration_tests', 537 '../chrome/chrome.gyp:sync_integration_tests',
532 '../chrome/chrome.gyp:tab_switching_test', 538 '../chrome/chrome.gyp:tab_switching_test',
533 '../chrome/chrome.gyp:ui_tests', 539 '../chrome/chrome.gyp:ui_tests',
534 '../chrome/chrome.gyp:unit_tests', 540 '../chrome/chrome.gyp:unit_tests',
535 '../chrome/chrome.gyp:url_fetch_test', 541 '../chrome/chrome.gyp:url_fetch_test',
542 '../crypto/crypto.gyp:crypto_unittests',
536 '../ui/ui.gyp:gfx_unittests', 543 '../ui/ui.gyp:gfx_unittests',
537 '../ipc/ipc.gyp:ipc_tests', 544 '../ipc/ipc.gyp:ipc_tests',
538 '../jingle/jingle.gyp:jingle_unittests', 545 '../jingle/jingle.gyp:jingle_unittests',
539 '../media/media.gyp:ffmpeg_tests', 546 '../media/media.gyp:ffmpeg_tests',
540 '../media/media.gyp:media_unittests', 547 '../media/media.gyp:media_unittests',
541 '../media/media.gyp:omx_test', 548 '../media/media.gyp:omx_test',
542 '../net/net.gyp:net_unittests', 549 '../net/net.gyp:net_unittests',
543 '../printing/printing.gyp:printing_unittests', 550 '../printing/printing.gyp:printing_unittests',
544 '../remoting/remoting.gyp:remoting_unittests', 551 '../remoting/remoting.gyp:remoting_unittests',
545 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 552 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
546 '../views/views.gyp:views_unittests', 553 '../views/views.gyp:views_unittests',
547 'temp_gyp/googleurl.gyp:googleurl_unittests', 554 'temp_gyp/googleurl.gyp:googleurl_unittests',
548 ], 555 ],
549 }, 556 },
550 ], # targets 557 ], # targets
551 }], # "chromeos==1" 558 }], # "chromeos==1"
552 ], # conditions 559 ], # conditions
553 } 560 }
554 561
555 # Local Variables: 562 # Local Variables:
556 # tab-width:2 563 # tab-width:2
557 # indent-tabs-mode:nil 564 # indent-tabs-mode:nil
558 # End: 565 # End:
559 # vim: set expandtab tabstop=2 shiftwidth=2: 566 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | crypto/rsa_private_key_nss_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698