| 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 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1260 'type': 'none', | 1260 'type': 'none', |
| 1261 'dependencies': [ | 1261 'dependencies': [ |
| 1262 'base_java', | 1262 'base_java', |
| 1263 'base_java_test_support', | 1263 'base_java_test_support', |
| 1264 ], | 1264 ], |
| 1265 'variables': { | 1265 'variables': { |
| 1266 'java_in_dir': '../base/android/javatests', | 1266 'java_in_dir': '../base/android/javatests', |
| 1267 }, | 1267 }, |
| 1268 'includes': [ '../build/java.gypi' ], | 1268 'includes': [ '../build/java.gypi' ], |
| 1269 }, | 1269 }, |
| 1270 { |
| 1271 'target_name': 'crazy_linker', |
| 1272 'type': 'shared_library', |
| 1273 'sources': [ |
| 1274 'android/linker/crazy_linker_jni.cpp', |
| 1275 ], |
| 1276 'includes': [ '../third_party/crazy_linker/crazy_linker.gypi' ], |
| 1277 }, |
| 1270 ], | 1278 ], |
| 1271 }], | 1279 }], |
| 1272 ['OS == "win"', { | 1280 ['OS == "win"', { |
| 1273 'targets': [ | 1281 'targets': [ |
| 1274 { | 1282 { |
| 1275 'target_name': 'debug_message', | 1283 'target_name': 'debug_message', |
| 1276 'type': 'executable', | 1284 'type': 'executable', |
| 1277 'sources': [ | 1285 'sources': [ |
| 1278 'debug_message.cc', | 1286 'debug_message.cc', |
| 1279 ], | 1287 ], |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1321 'base_unittests.isolate', | 1329 'base_unittests.isolate', |
| 1322 ], | 1330 ], |
| 1323 'sources': [ | 1331 'sources': [ |
| 1324 'base_unittests.isolate', | 1332 'base_unittests.isolate', |
| 1325 ], | 1333 ], |
| 1326 }, | 1334 }, |
| 1327 ], | 1335 ], |
| 1328 }], | 1336 }], |
| 1329 ], | 1337 ], |
| 1330 } | 1338 } |
| OLD | NEW |