| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |