| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'includes': [ | 5 'includes': [ |
| 6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso
urces. | 6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso
urces. |
| 7 '../../build/util/version.gypi' | 7 '../../build/util/version.gypi' |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| 11 'package_name': 'chrome_public_apk', | 11 'package_name': 'chrome_public_apk', |
| 12 'manifest_package': 'org.chromium.chrome', | 12 'manifest_package': 'org.chromium.chrome', |
| 13 'sync_shell_manifest_package': 'org.chromium.chrome.sync_shell', | 13 'sync_shell_manifest_package': 'org.chromium.chrome.sync_shell', |
| 14 'chrome_public_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_public_apk_
manifest/AndroidManifest.xml', | 14 'chrome_public_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_public_apk_
manifest/AndroidManifest.xml', |
| 15 'chrome_public_test_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_public
_test_apk_manifest/AndroidManifest.xml', | 15 'chrome_public_test_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_public
_test_apk_manifest/AndroidManifest.xml', |
| 16 'chrome_sync_shell_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_sync_sh
ell_apk_manifest/AndroidManifest.xml', | 16 'chrome_sync_shell_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_sync_sh
ell_apk_manifest/AndroidManifest.xml', |
| 17 'chrome_sync_shell_test_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_sy
nc_shell_test_apk_manifest/AndroidManifest.xml', | 17 'chrome_sync_shell_test_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/chrome_sy
nc_shell_test_apk_manifest/AndroidManifest.xml', |
| 18 # This list is shared with GN. | 18 # This list is shared with GN. |
| 19 # Defines a list of source files should be present in the open-source | 19 # Defines a list of source files should be present in the open-source |
| 20 # chrome-apk but not in the published static_library which is included in th
e | 20 # chrome-apk but not in the published static_library which is included in th
e |
| 21 # real chrome for android. | 21 # real chrome for android. |
| 22 'chrome_public_app_native_sources': [ | 22 'chrome_public_app_native_sources': [ |
| 23 '../app/android/chrome_main_delegate_android_initializer.cc', |
| 23 '../browser/android/chrome_entry_point.cc', | 24 '../browser/android/chrome_entry_point.cc', |
| 24 '../browser/android/chrome_main_delegate_staging_android_initializer.cc', | |
| 25 ], | 25 ], |
| 26 }, | 26 }, |
| 27 'targets': [ | 27 'targets': [ |
| 28 { | 28 { |
| 29 #GN: //chrome/android::custom_tabs_service_aidl | 29 #GN: //chrome/android::custom_tabs_service_aidl |
| 30 'target_name': 'custom_tabs_service_aidl', | 30 'target_name': 'custom_tabs_service_aidl', |
| 31 'type': 'none', | 31 'type': 'none', |
| 32 'variables': { | 32 'variables': { |
| 33 'aidl_interface_file': 'java/src/android/support/customtabs/common.aidl'
, | 33 'aidl_interface_file': 'java/src/android/support/customtabs/common.aidl'
, |
| 34 'aidl_import_include': 'java/src/android/support/customtabs', | 34 'aidl_import_include': 'java/src/android/support/customtabs', |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 ], | 381 ], |
| 382 }, | 382 }, |
| 383 ], | 383 ], |
| 384 } | 384 } |
| 385 | 385 |
| 386 # Local Variables: | 386 # Local Variables: |
| 387 # tab-width:2 | 387 # tab-width:2 |
| 388 # indent-tabs-mode:nil | 388 # indent-tabs-mode:nil |
| 389 # End: | 389 # End: |
| 390 # vim: set expandtab tabstop=2 shiftwidth=2: | 390 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |