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

Side by Side Diff: build/gn_migration.gypi

Issue 1553623003: Port cronet_package GYP target to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix issues Created 4 years, 11 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.gn ('k') | components/cronet/android/BUILD.gn » ('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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 '../breakpad/breakpad.gyp:breakpad_unittests_deps', 186 '../breakpad/breakpad.gyp:breakpad_unittests_deps',
187 '../breakpad/breakpad.gyp:symupload#host', 187 '../breakpad/breakpad.gyp:symupload#host',
188 '../breakpad/breakpad.gyp:microdump_stackwalk#host', 188 '../breakpad/breakpad.gyp:microdump_stackwalk#host',
189 '../breakpad/breakpad.gyp:minidump_dump#host', 189 '../breakpad/breakpad.gyp:minidump_dump#host',
190 '../breakpad/breakpad.gyp:minidump_stackwalk#host', 190 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
191 '../build/android/rezip.gyp:rezip_apk_jar', 191 '../build/android/rezip.gyp:rezip_apk_jar',
192 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 192 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
193 '../cc/cc_tests.gyp:cc_perftests_apk', 193 '../cc/cc_tests.gyp:cc_perftests_apk',
194 '../cc/cc_tests.gyp:cc_unittests_apk', 194 '../cc/cc_tests.gyp:cc_unittests_apk',
195 #"//clank" TODO(GYP) - conditional somehow? 195 #"//clank" TODO(GYP) - conditional somehow?
196 '../components/components.gyp:cronet_package',
196 '../components/components.gyp:cronet_sample_apk', 197 '../components/components.gyp:cronet_sample_apk',
197 '../components/components.gyp:cronet_sample_test_apk', 198 '../components/components.gyp:cronet_sample_test_apk',
198 '../components/components.gyp:cronet_test_apk', 199 '../components/components.gyp:cronet_test_apk',
199 '../components/components.gyp:cronet_test_instrumentation_apk', 200 '../components/components.gyp:cronet_test_instrumentation_apk',
200 '../components/components.gyp:cronet_unittests_apk', 201 '../components/components.gyp:cronet_unittests_apk',
201 '../components/components_tests.gyp:components_browsertests_apk', 202 '../components/components_tests.gyp:components_browsertests_apk',
202 '../components/components_tests.gyp:components_junit_tests', 203 '../components/components_tests.gyp:components_junit_tests',
203 '../components/components_tests.gyp:components_unittests_apk', 204 '../components/components_tests.gyp:components_unittests_apk',
204 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', 205 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
205 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 206 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 }], 777 }],
777 ['OS=="android" and target_arch != "x64"', { 778 ['OS=="android" and target_arch != "x64"', {
778 'dependencies': [ 779 'dependencies': [
779 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 780 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
780 ], 781 ],
781 }], 782 }],
782 ], 783 ],
783 }, 784 },
784 ] 785 ]
785 } 786 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698