| 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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1463 # GN: //base:base_multidex_gen | 1463 # GN: //base:base_multidex_gen |
| 1464 'target_name': 'base_multidex_gen', | 1464 'target_name': 'base_multidex_gen', |
| 1465 'type': 'none', | 1465 'type': 'none', |
| 1466 'sources': [ | 1466 'sources': [ |
| 1467 'android/java/templates/ChromiumMultiDex.template', | 1467 'android/java/templates/ChromiumMultiDex.template', |
| 1468 ], | 1468 ], |
| 1469 'variables': { | 1469 'variables': { |
| 1470 'package_name': 'org/chromium/base/multidex', | 1470 'package_name': 'org/chromium/base/multidex', |
| 1471 'template_deps': [], | 1471 'template_deps': [], |
| 1472 'additional_gcc_preprocess_options': [ | 1472 'additional_gcc_preprocess_options': [ |
| 1473 '--defines', 'CONFIGURATION_NAME_<(CONFIGURATION_NAME)', | 1473 '--defines', 'MULTIDEX_CONFIGURATION_<(CONFIGURATION_NAME)', |
| 1474 ], | 1474 ], |
| 1475 }, | 1475 }, |
| 1476 'includes': ['../build/android/java_cpp_template.gypi'], | 1476 'includes': ['../build/android/java_cpp_template.gypi'], |
| 1477 }, | 1477 }, |
| 1478 { | 1478 { |
| 1479 # GN: //base:base_android_java_enums_srcjar | 1479 # GN: //base:base_android_java_enums_srcjar |
| 1480 'target_name': 'base_java_library_process_type', | 1480 'target_name': 'base_java_library_process_type', |
| 1481 'type': 'none', | 1481 'type': 'none', |
| 1482 'variables': { | 1482 'variables': { |
| 1483 'source_file': 'android/library_loader/library_loader_hooks.h', | 1483 'source_file': 'android/library_loader/library_loader_hooks.h', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1715 '../build/isolate.gypi', | 1715 '../build/isolate.gypi', |
| 1716 ], | 1716 ], |
| 1717 'sources': [ | 1717 'sources': [ |
| 1718 'base_unittests.isolate', | 1718 'base_unittests.isolate', |
| 1719 ], | 1719 ], |
| 1720 }, | 1720 }, |
| 1721 ], | 1721 ], |
| 1722 }], | 1722 }], |
| 1723 ], | 1723 ], |
| 1724 } | 1724 } |
| OLD | NEW |