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

Side by Side Diff: chrome/chrome.gyp

Issue 1411913005: Make Google API keys available for the Java codebase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'connection_security_levels_java', 534 'connection_security_levels_java',
535 'connectivity_check_result_java', 535 'connectivity_check_result_java',
536 'document_tab_model_info_proto_java', 536 'document_tab_model_info_proto_java',
537 'infobar_action_type_java', 537 'infobar_action_type_java',
538 'google_api_keys_java',
Lei Zhang 2015/10/27 20:16:05 nit: alphabetical order
dvh 2015/10/27 20:22:52 Done. That said, the current alphabetical order is
Lei Zhang 2015/10/27 20:25:17 Indeed! Feel free to sort it. I don't see a warnin
538 'profile_account_management_metrics_java', 539 'profile_account_management_metrics_java',
539 'content_setting_java', 540 'content_setting_java',
540 'content_settings_type_java', 541 'content_settings_type_java',
541 'most_visited_tile_type_java', 542 'most_visited_tile_type_java',
542 'page_info_connection_type_java', 543 'page_info_connection_type_java',
543 'resource_id_java', 544 'resource_id_java',
544 'tab_load_status_java', 545 'tab_load_status_java',
545 'shortcut_source_java', 546 'shortcut_source_java',
546 '../base/base.gyp:base', 547 '../base/base.gyp:base',
547 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', 548 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 '<(DEPTH)/third_party/kasko' 794 '<(DEPTH)/third_party/kasko'
794 ], 795 ],
795 }, 796 },
796 }, 797 },
797 }, 798 },
798 }, 799 },
799 ], 800 ],
800 }], 801 }],
801 ], # 'conditions' 802 ], # 'conditions'
802 } 803 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/chrome_browser.gypi » ('j') | chrome/chrome_browser.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698