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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 { | 524 { |
525 # GN: //chrome/android:chrome_java | 525 # GN: //chrome/android:chrome_java |
526 'target_name': 'chrome_java', | 526 'target_name': 'chrome_java', |
527 'type': 'none', | 527 'type': 'none', |
528 'dependencies': [ | 528 'dependencies': [ |
529 'activity_type_ids_java', | 529 'activity_type_ids_java', |
530 'chrome_locale_paks', | 530 'chrome_locale_paks', |
531 'chrome_resources.gyp:chrome_strings', | 531 'chrome_resources.gyp:chrome_strings', |
532 'chrome_strings_grd', | 532 'chrome_strings_grd', |
533 'chrome_version_java', | 533 'chrome_version_java', |
| 534 'content_setting_java', |
| 535 'content_settings_type_java', |
534 'connection_security_levels_java', | 536 'connection_security_levels_java', |
535 'connectivity_check_result_java', | 537 'connectivity_check_result_java', |
536 'document_tab_model_info_proto_java', | 538 'document_tab_model_info_proto_java', |
537 'infobar_action_type_java', | 539 'infobar_action_type_java', |
538 'profile_account_management_metrics_java', | |
539 'content_setting_java', | |
540 'content_settings_type_java', | |
541 'most_visited_tile_type_java', | 540 'most_visited_tile_type_java', |
542 'page_info_connection_type_java', | 541 'page_info_connection_type_java', |
| 542 'profile_account_management_metrics_java', |
543 'resource_id_java', | 543 'resource_id_java', |
| 544 'shortcut_source_java', |
544 'tab_load_status_java', | 545 'tab_load_status_java', |
545 'shortcut_source_java', | |
546 '../base/base.gyp:base', | 546 '../base/base.gyp:base', |
| 547 '../build/android/java_google_api_keys.gyp:google_api_keys_java', |
547 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', | 548 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', |
548 '../components/components.gyp:bookmarks_java', | 549 '../components/components.gyp:bookmarks_java', |
549 '../components/components.gyp:dom_distiller_core_java', | 550 '../components/components.gyp:dom_distiller_core_java', |
550 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', | 551 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', |
551 '../components/components.gyp:gcm_driver_java', | 552 '../components/components.gyp:gcm_driver_java', |
552 '../components/components.gyp:invalidation_java', | 553 '../components/components.gyp:invalidation_java', |
553 '../components/components.gyp:navigation_interception_java', | 554 '../components/components.gyp:navigation_interception_java', |
554 '../components/components.gyp:offline_pages_enums_java', | 555 '../components/components.gyp:offline_pages_enums_java', |
555 '../components/components.gyp:precache_java', | 556 '../components/components.gyp:precache_java', |
556 '../components/components.gyp:safe_json_java', | 557 '../components/components.gyp:safe_json_java', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 '<(DEPTH)/third_party/kasko' | 793 '<(DEPTH)/third_party/kasko' |
793 ], | 794 ], |
794 }, | 795 }, |
795 }, | 796 }, |
796 }, | 797 }, |
797 }, | 798 }, |
798 ], | 799 ], |
799 }], | 800 }], |
800 ], # 'conditions' | 801 ], # 'conditions' |
801 } | 802 } |
OLD | NEW |