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

Side by Side Diff: build/gn_migration.gypi

Issue 2108153003: Roll src/third_party/boringssl/src 3cab5572b..95c6956 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll a little further Created 4 years, 5 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 | « DEPS ('k') | net/socket/ssl_client_socket_impl.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) 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 '../net/net.gyp:net_unittests', 70 '../net/net.gyp:net_unittests',
71 '../printing/printing.gyp:printing_unittests', 71 '../printing/printing.gyp:printing_unittests',
72 '../skia/skia_tests.gyp:skia_unittests', 72 '../skia/skia_tests.gyp:skia_unittests',
73 '../sql/sql.gyp:sql_unittests', 73 '../sql/sql.gyp:sql_unittests',
74 '../sync/sync.gyp:sync_unit_tests', 74 '../sync/sync.gyp:sync_unit_tests',
75 '../testing/gmock.gyp:gmock_main', 75 '../testing/gmock.gyp:gmock_main',
76 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he ap_unittests', 76 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he ap_unittests',
77 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl atform_unittests', 77 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl atform_unittests',
78 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests', 78 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests',
79 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', 79 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests',
80 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test',
81 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test',
82 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test',
83 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test',
84 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test',
85 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test',
86 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_time_te st',
87 '../third_party/boringssl/boringssl_tests.gyp:boringssl_thread_test',
88 '../third_party/boringssl/boringssl_tests.gyp:boringssl_base64_test',
89 '../third_party/boringssl/boringssl_tests.gyp:boringssl_gcm_test',
90 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bytestring_test' ,
91 '../third_party/boringssl/boringssl_tests.gyp:boringssl_evp_test',
92 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dsa_test',
93 '../third_party/boringssl/boringssl_tests.gyp:boringssl_rsa_test',
94 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hmac_test',
95 '../third_party/boringssl/boringssl_tests.gyp:boringssl_aead_test',
96 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ssl_test',
97 '../third_party/boringssl/boringssl_tests.gyp:boringssl_err_test',
98 '../third_party/boringssl/boringssl_tests.gyp:boringssl_lhash_test',
99 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pbkdf_test',
100 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dh_test',
101 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs12_test',
102 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul',
103 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test',
104 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test',
105 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test',
106 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests', 80 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests',
107 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', 81 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
108 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests', 82 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
109 '../third_party/smhasher/smhasher.gyp:pmurhash', 83 '../third_party/smhasher/smhasher.gyp:pmurhash',
110 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', 84 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host',
111 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 85 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
112 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 86 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
113 '../ui/display/display.gyp:display_unittests', 87 '../ui/display/display.gyp:display_unittests',
114 '../ui/events/events_unittests.gyp:events_unittests', 88 '../ui/events/events_unittests.gyp:events_unittests',
115 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 89 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 }], 760 }],
787 ['OS=="android" and target_arch != "x64"', { 761 ['OS=="android" and target_arch != "x64"', {
788 'dependencies': [ 762 'dependencies': [
789 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 763 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
790 ], 764 ],
791 }], 765 }],
792 ], 766 ],
793 }, 767 },
794 ] 768 ]
795 } 769 }
OLDNEW
« no previous file with comments | « DEPS ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698