| 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 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1395 'dependencies': [ | 1395 'dependencies': [ |
| 1396 'base_java', | 1396 'base_java', |
| 1397 'base_java_test_support', | 1397 'base_java_test_support', |
| 1398 ], | 1398 ], |
| 1399 'variables': { | 1399 'variables': { |
| 1400 'java_in_dir': '../base/android/javatests', | 1400 'java_in_dir': '../base/android/javatests', |
| 1401 }, | 1401 }, |
| 1402 'includes': [ '../build/java.gypi' ], | 1402 'includes': [ '../build/java.gypi' ], |
| 1403 }, | 1403 }, |
| 1404 { | 1404 { |
| 1405 # TODO(GN) | 1405 # GN: //base/android/chromium_android_linker |
| 1406 'target_name': 'chromium_android_linker', | 1406 'target_name': 'chromium_android_linker', |
| 1407 'type': 'shared_library', | 1407 'type': 'shared_library', |
| 1408 'conditions': [ | 1408 'conditions': [ |
| 1409 # Avoid breaking the webview build because it | 1409 # Avoid breaking the webview build because it |
| 1410 # does not have <(android_ndk_root)/crazy_linker.gyp. | 1410 # does not have <(android_ndk_root)/crazy_linker.gyp. |
| 1411 # Note that webview never uses the linker anyway. | 1411 # Note that webview never uses the linker anyway. |
| 1412 ['android_webview_build == 0', { | 1412 ['android_webview_build == 0', { |
| 1413 'sources': [ | 1413 'sources': [ |
| 1414 'android/linker/linker_jni.cc', | 1414 'android/linker/linker_jni.cc', |
| 1415 ], | 1415 ], |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 'dependencies': [ | 1488 'dependencies': [ |
| 1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1490 ], | 1490 ], |
| 1491 }], | 1491 }], |
| 1492 ], | 1492 ], |
| 1493 }, | 1493 }, |
| 1494 ], | 1494 ], |
| 1495 }], | 1495 }], |
| 1496 ], | 1496 ], |
| 1497 } | 1497 } |
| OLD | NEW |