| 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 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1215 'includes': [ '../build/jni_generator.gypi' ], | 1215 'includes': [ '../build/jni_generator.gypi' ], |
| 1216 }, | 1216 }, |
| 1217 { | 1217 { |
| 1218 'target_name': 'base_unittests_jni_headers', | 1218 'target_name': 'base_unittests_jni_headers', |
| 1219 'type': 'none', | 1219 'type': 'none', |
| 1220 'sources': [ | 1220 'sources': [ |
| 1221 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java', | 1221 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java', |
| 1222 ], | 1222 ], |
| 1223 'variables': { | 1223 'variables': { |
| 1224 'jni_gen_package': 'base', | 1224 'jni_gen_package': 'base', |
| 1225 'jni_generator_ptr_type': 'long', |
| 1225 }, | 1226 }, |
| 1226 'includes': [ '../build/jni_generator.gypi' ], | 1227 'includes': [ '../build/jni_generator.gypi' ], |
| 1227 }, | 1228 }, |
| 1228 { | 1229 { |
| 1229 'target_name': 'base_java', | 1230 'target_name': 'base_java', |
| 1230 'type': 'none', | 1231 'type': 'none', |
| 1231 'variables': { | 1232 'variables': { |
| 1232 'java_in_dir': '../base/android/java', | 1233 'java_in_dir': '../base/android/java', |
| 1233 }, | 1234 }, |
| 1234 'dependencies': [ | 1235 'dependencies': [ |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 'base_unittests.isolate', | 1361 'base_unittests.isolate', |
| 1361 ], | 1362 ], |
| 1362 'sources': [ | 1363 'sources': [ |
| 1363 'base_unittests.isolate', | 1364 'base_unittests.isolate', |
| 1364 ], | 1365 ], |
| 1365 }, | 1366 }, |
| 1366 ], | 1367 ], |
| 1367 }], | 1368 }], |
| 1368 ], | 1369 ], |
| 1369 } | 1370 } |
| OLD | NEW |