OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
941 'includes': [ '../build/java.gypi' ], | 941 'includes': [ '../build/java.gypi' ], |
942 }, | 942 }, |
943 { | 943 { |
944 'target_name': 'base_java_test_support', | 944 'target_name': 'base_java_test_support', |
945 'type': 'none', | 945 'type': 'none', |
946 'dependencies': [ | 946 'dependencies': [ |
947 'base_java', | 947 'base_java', |
948 ], | 948 ], |
949 'variables': { | 949 'variables': { |
950 'package_name': 'base_javatests', | 950 'package_name': 'base_javatests', |
951 'java_in_dir': '../base/android/javatests', | 951 'java_in_dir': 'android/javatests', |
mkosiba (inactive)
2012/09/05 16:07:13
do you need this change?
mnaganov (inactive)
2012/09/05 16:58:10
It is not required, just drive-by a cleanup.
| |
952 }, | 952 }, |
953 'includes': [ '../build/java.gypi' ], | 953 'includes': [ '../build/java.gypi' ], |
954 }, | 954 }, |
955 ], | 955 ], |
956 }], | 956 }], |
957 ['OS == "win"', { | 957 ['OS == "win"', { |
958 'targets': [ | 958 'targets': [ |
959 { | 959 { |
960 'target_name': 'debug_message', | 960 'target_name': 'debug_message', |
961 'type': 'executable', | 961 'type': 'executable', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1024 '--result', '<@(_outputs)', | 1024 '--result', '<@(_outputs)', |
1025 '--isolate', 'base_unittests.isolate', | 1025 '--isolate', 'base_unittests.isolate', |
1026 ], | 1026 ], |
1027 }, | 1027 }, |
1028 ], | 1028 ], |
1029 }, | 1029 }, |
1030 ], | 1030 ], |
1031 }], | 1031 }], |
1032 ], | 1032 ], |
1033 } | 1033 } |
OLD | NEW |