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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 'includes': [ '../build/java.gypi' ], | 954 'includes': [ '../build/java.gypi' ], |
955 }, | 955 }, |
956 { | 956 { |
957 'target_name': 'base_java_test_support', | 957 'target_name': 'base_java_test_support', |
958 'type': 'none', | 958 'type': 'none', |
959 'dependencies': [ | 959 'dependencies': [ |
960 'base_java', | 960 'base_java', |
961 ], | 961 ], |
962 'variables': { | 962 'variables': { |
963 'package_name': 'base_javatests', | 963 'package_name': 'base_javatests', |
964 'java_in_dir': '../base/android/javatests', | 964 'java_in_dir': 'android/javatests', |
965 }, | 965 }, |
966 'includes': [ '../build/java.gypi' ], | 966 'includes': [ '../build/java.gypi' ], |
967 }, | 967 }, |
968 ], | 968 ], |
969 }], | 969 }], |
970 ['OS == "win"', { | 970 ['OS == "win"', { |
971 'targets': [ | 971 'targets': [ |
972 { | 972 { |
973 'target_name': 'debug_message', | 973 'target_name': 'debug_message', |
974 'type': 'executable', | 974 'type': 'executable', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 '--result', '<@(_outputs)', | 1037 '--result', '<@(_outputs)', |
1038 '--isolate', 'base_unittests.isolate', | 1038 '--isolate', 'base_unittests.isolate', |
1039 ], | 1039 ], |
1040 }, | 1040 }, |
1041 ], | 1041 ], |
1042 }, | 1042 }, |
1043 ], | 1043 ], |
1044 }], | 1044 }], |
1045 ], | 1045 ], |
1046 } | 1046 } |
OLD | NEW |