Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: chrome/chrome.gyp

Issue 1830983002: Implement InstanceIDAndroid using InstanceIDWithSubtype.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid1subtype
Patch Set: Make mNativeInstanceIDAndroid non-final Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 '../base/base.gyp:base_build_config_gen', 561 '../base/base.gyp:base_build_config_gen',
562 '../build/android/java_google_api_keys.gyp:google_api_keys_java', 562 '../build/android/java_google_api_keys.gyp:google_api_keys_java',
563 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', 563 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
564 '../components/components.gyp:app_restrictions_resources', 564 '../components/components.gyp:app_restrictions_resources',
565 '../components/components.gyp:autocomplete_match_java', 565 '../components/components.gyp:autocomplete_match_java',
566 '../components/components.gyp:autocomplete_match_type_java', 566 '../components/components.gyp:autocomplete_match_type_java',
567 '../components/components.gyp:bookmarks_java', 567 '../components/components.gyp:bookmarks_java',
568 '../components/components.gyp:dom_distiller_core_java', 568 '../components/components.gyp:dom_distiller_core_java',
569 '../components/components.gyp:gcm_driver_java', 569 '../components/components.gyp:gcm_driver_java',
570 '../components/components.gyp:infobar_delegate_java', 570 '../components/components.gyp:infobar_delegate_java',
571 '../components/components.gyp:instance_id_driver_java',
571 '../components/components.gyp:invalidation_java', 572 '../components/components.gyp:invalidation_java',
572 '../components/components.gyp:investigated_scenario_java', 573 '../components/components.gyp:investigated_scenario_java',
573 '../components/components.gyp:navigation_interception_java', 574 '../components/components.gyp:navigation_interception_java',
574 '../components/components.gyp:offline_page_feature_enums_java', 575 '../components/components.gyp:offline_page_feature_enums_java',
575 '../components/components.gyp:offline_page_model_enums_java', 576 '../components/components.gyp:offline_page_model_enums_java',
576 '../components/components.gyp:policy_java', 577 '../components/components.gyp:policy_java',
577 '../components/components.gyp:precache_java', 578 '../components/components.gyp:precache_java',
578 '../components/components.gyp:safe_json_java', 579 '../components/components.gyp:safe_json_java',
579 '../components/components.gyp:security_state_enums_java', 580 '../components/components.gyp:security_state_enums_java',
580 '../components/components.gyp:service_tab_launcher_java', 581 '../components/components.gyp:service_tab_launcher_java',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 # expired. crbug.com/577698 812 # expired. crbug.com/577698
812 '../components/components.gyp:startup_metric_utils_common', 813 '../components/components.gyp:startup_metric_utils_common',
813 ], 814 ],
814 }], 815 }],
815 ], 816 ],
816 }, 817 },
817 ], 818 ],
818 }], 819 }],
819 ], # 'conditions' 820 ], # 'conditions'
820 } 821 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698