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

Side by Side Diff: components/cronet.gypi

Issue 1934083002: [Cronet] Use gn desc deps to find third_party licenses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build from gyp project. Created 4 years, 6 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/ios/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'conditions': [ 6 'conditions': [
7 ['OS=="android"', { 7 ['OS=="android"', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'cronet_jni_headers', 10 'target_name': 'cronet_jni_headers',
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 }, 727 },
728 'actions': [ 728 'actions': [
729 { 729 {
730 'action_name': 'version_header', 730 'action_name': 'version_header',
731 'message': 'Generating version header file: <@(_outputs)', 731 'message': 'Generating version header file: <@(_outputs)',
732 'inputs': [ 732 'inputs': [
733 '<(version_path)', 733 '<(version_path)',
734 'cronet/version.h.in', 734 'cronet/version.h.in',
735 ], 735 ],
736 'outputs': [ 736 'outputs': [
737 '<(SHARED_INTERMEDIATE_DIR)/components/cronet/version.h', 737 '<(SHARED_INTERMEDIATE_DIR)/components/cronet/ios/version.h',
738 ], 738 ],
739 'action': [ 739 'action': [
740 'python', 740 'python',
741 '<(version_py_path)', 741 '<(version_py_path)',
742 '-e', 'VERSION_FULL="<(version_full)"', 742 '-e', 'VERSION_FULL="<(version_full)"',
743 'cronet/version.h.in', 743 'cronet/version.h.in',
744 '<@(_outputs)', 744 '<@(_outputs)',
745 ], 745 ],
746 'includes': [ 746 'includes': [
747 '../build/util/version.gypi', 747 '../build/util/version.gypi',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'cronet/ios/test/cronet_bidirectional_stream_test.mm', 932 'cronet/ios/test/cronet_bidirectional_stream_test.mm',
933 'cronet/ios/test/cronet_test_runner.mm', 933 'cronet/ios/test/cronet_test_runner.mm',
934 ], 934 ],
935 }, 935 },
936 ], 936 ],
937 }, 937 },
938 ], 938 ],
939 }], # OS=="ios" 939 }], # OS=="ios"
940 ], 940 ],
941 } 941 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | components/cronet/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698