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

Side by Side Diff: build/gn_migration.gypi

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 | « build/config/crypto.gni ('k') | build/isolate.gypi » ('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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../net/net.gyp:net_unittests', 76 '../net/net.gyp:net_unittests',
77 '../printing/printing.gyp:printing_unittests', 77 '../printing/printing.gyp:printing_unittests',
78 '../skia/skia_tests.gyp:skia_unittests', 78 '../skia/skia_tests.gyp:skia_unittests',
79 '../sql/sql.gyp:sql_unittests', 79 '../sql/sql.gyp:sql_unittests',
80 '../sync/sync.gyp:sync_unit_tests', 80 '../sync/sync.gyp:sync_unit_tests',
81 '../testing/gmock.gyp:gmock_main', 81 '../testing/gmock.gyp:gmock_main',
82 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he ap_unittests', 82 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he ap_unittests',
83 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl atform_unittests', 83 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl atform_unittests',
84 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests', 84 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests',
85 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', 85 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests',
86 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test',
87 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test',
88 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test',
89 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test',
90 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test',
91 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test',
92 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_time_te st',
93 '../third_party/boringssl/boringssl_tests.gyp:boringssl_thread_test',
94 '../third_party/boringssl/boringssl_tests.gyp:boringssl_base64_test',
95 '../third_party/boringssl/boringssl_tests.gyp:boringssl_gcm_test',
96 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bytestring_test' ,
97 '../third_party/boringssl/boringssl_tests.gyp:boringssl_evp_test',
98 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dsa_test',
99 '../third_party/boringssl/boringssl_tests.gyp:boringssl_rsa_test',
100 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hmac_test',
101 '../third_party/boringssl/boringssl_tests.gyp:boringssl_aead_test',
102 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ssl_test',
103 '../third_party/boringssl/boringssl_tests.gyp:boringssl_err_test',
104 '../third_party/boringssl/boringssl_tests.gyp:boringssl_lhash_test',
105 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pbkdf_test',
106 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dh_test',
107 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs12_test',
108 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul',
109 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test',
110 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test',
111 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test',
112 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests',
86 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', 113 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
87 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests', 114 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
88 '../third_party/smhasher/smhasher.gyp:pmurhash', 115 '../third_party/smhasher/smhasher.gyp:pmurhash',
89 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', 116 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host',
90 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 117 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
91 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 118 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
92 '../ui/display/display.gyp:display_unittests', 119 '../ui/display/display.gyp:display_unittests',
93 '../ui/events/events_unittests.gyp:events_unittests', 120 '../ui/events/events_unittests.gyp:events_unittests',
94 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 121 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
95 '../ui/gl/gl_tests.gyp:gl_unittests', 122 '../ui/gl/gl_tests.gyp:gl_unittests',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 '../components/nacl.gyp:nacl_loader_unittests_run', 661 '../components/nacl.gyp:nacl_loader_unittests_run',
635 ] 662 ]
636 }], 663 }],
637 ['toolkit_views==1', { 664 ['toolkit_views==1', {
638 'dependencies': [ 665 'dependencies': [
639 '../ui/views/views.gyp:views_unittests_run', 666 '../ui/views/views.gyp:views_unittests_run',
640 ], 667 ],
641 }], 668 }],
642 ], 669 ],
643 }], 670 }],
644 ['use_openssl==1', {
645 'dependencies': [
646 # TODO(GYP): All of these targets still need to be converted.
647 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test',
648 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test',
649 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test' ,
650 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test' ,
651 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test' ,
652 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test',
653 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_tim e_test',
654 '../third_party/boringssl/boringssl_tests.gyp:boringssl_thread_test' ,
655 '../third_party/boringssl/boringssl_tests.gyp:boringssl_base64_test' ,
656 '../third_party/boringssl/boringssl_tests.gyp:boringssl_gcm_test',
657 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bytestring_t est',
658 '../third_party/boringssl/boringssl_tests.gyp:boringssl_evp_test',
659 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dsa_test',
660 '../third_party/boringssl/boringssl_tests.gyp:boringssl_rsa_test',
661 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hmac_test',
662 '../third_party/boringssl/boringssl_tests.gyp:boringssl_aead_test',
663 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ssl_test',
664 '../third_party/boringssl/boringssl_tests.gyp:boringssl_err_test',
665 '../third_party/boringssl/boringssl_tests.gyp:boringssl_lhash_test',
666 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pbkdf_test',
667 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dh_test',
668 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs12_test' ,
669 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul' ,
670 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test',
671 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test',
672 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test',
673 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests',
674 ],
675 }],
676 ['chromeos==1', { 671 ['chromeos==1', {
677 'dependencies': [ 672 'dependencies': [
678 '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unit test', 673 '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unit test',
679 ], 674 ],
680 }], 675 }],
681 ['chromeos==1 or OS=="mac"', { 676 ['chromeos==1 or OS=="mac"', {
682 'dependencies': [ 677 'dependencies': [
683 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni ttest', 678 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni ttest',
684 ], 679 ],
685 }], 680 }],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 }], 767 }],
773 ['OS=="android" and target_arch != "x64"', { 768 ['OS=="android" and target_arch != "x64"', {
774 'dependencies': [ 769 'dependencies': [
775 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 770 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
776 ], 771 ],
777 }], 772 }],
778 ], 773 ],
779 }, 774 },
780 ] 775 ]
781 } 776 }
OLDNEW
« no previous file with comments | « build/config/crypto.gni ('k') | build/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698