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

Side by Side Diff: chrome/chrome.gyp

Issue 1714383002: Android: Record metrics for buttons in the Origin Info Bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'data_use_ui_message_enum_java', 544 'data_use_ui_message_enum_java',
545 'document_tab_model_info_proto_java', 545 'document_tab_model_info_proto_java',
546 'infobar_action_type_java', 546 'infobar_action_type_java',
547 'most_visited_tile_type_java', 547 'most_visited_tile_type_java',
548 'page_info_connection_type_java', 548 'page_info_connection_type_java',
549 'profile_account_management_metrics_java', 549 'profile_account_management_metrics_java',
550 'resource_id_java', 550 'resource_id_java',
551 'shortcut_source_java', 551 'shortcut_source_java',
552 'signin_metrics_enum_java', 552 'signin_metrics_enum_java',
553 'tab_load_status_java', 553 'tab_load_status_java',
554 'website_settings_action_java',
554 '../base/base.gyp:base', 555 '../base/base.gyp:base',
555 '../build/android/java_google_api_keys.gyp:google_api_keys_java', 556 '../build/android/java_google_api_keys.gyp:google_api_keys_java',
556 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', 557 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
557 '../components/components.gyp:autocomplete_match_java', 558 '../components/components.gyp:autocomplete_match_java',
558 '../components/components.gyp:autocomplete_match_type_java', 559 '../components/components.gyp:autocomplete_match_type_java',
559 '../components/components.gyp:bookmarks_java', 560 '../components/components.gyp:bookmarks_java',
560 '../components/components.gyp:dom_distiller_core_java', 561 '../components/components.gyp:dom_distiller_core_java',
561 '../components/components.gyp:gcm_driver_java', 562 '../components/components.gyp:gcm_driver_java',
562 '../components/components.gyp:infobar_delegate_java', 563 '../components/components.gyp:infobar_delegate_java',
563 '../components/components.gyp:invalidation_java', 564 '../components/components.gyp:invalidation_java',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 { 679 {
679 # GN: //chrome:signin_metrics_enum_javagen 680 # GN: //chrome:signin_metrics_enum_javagen
680 'target_name': 'signin_metrics_enum_java', 681 'target_name': 'signin_metrics_enum_java',
681 'type': 'none', 682 'type': 'none',
682 'variables': { 683 'variables': {
683 'source_file': '../components/signin/core/browser/signin_metrics.h', 684 'source_file': '../components/signin/core/browser/signin_metrics.h',
684 }, 685 },
685 'includes': [ '../build/android/java_cpp_enum.gypi' ], 686 'includes': [ '../build/android/java_cpp_enum.gypi' ],
686 }, 687 },
687 { 688 {
689 # GN: //chrome:website_settings_action_javagen
690 'target_name': 'website_settings_action_java',
691 'type': 'none',
692 'variables': {
693 'source_file': 'browser/ui/website_settings/website_settings.h',
694 },
695 'includes': [ '../build/android/java_cpp_enum.gypi' ],
696 },
697 {
688 # GN: //chrome:data_use_ui_message_enum_javagen 698 # GN: //chrome:data_use_ui_message_enum_javagen
689 'target_name': 'data_use_ui_message_enum_java', 699 'target_name': 'data_use_ui_message_enum_java',
690 'type': 'none', 700 'type': 'none',
691 'variables': { 701 'variables': {
692 'source_file': 'browser/android/data_usage/data_use_tab_ui_manager_a ndroid.cc', 702 'source_file': 'browser/android/data_usage/data_use_tab_ui_manager_a ndroid.cc',
693 }, 703 },
694 'includes': [ '../build/android/java_cpp_enum.gypi' ], 704 'includes': [ '../build/android/java_cpp_enum.gypi' ],
695 }, 705 },
696 ], # 'targets' 706 ], # 'targets'
697 'includes': [ 707 'includes': [
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 # expired. crbug.com/577698 804 # expired. crbug.com/577698
795 '../components/components.gyp:startup_metric_utils_common', 805 '../components/components.gyp:startup_metric_utils_common',
796 ], 806 ],
797 }], 807 }],
798 ], 808 ],
799 }, 809 },
800 ], 810 ],
801 }], 811 }],
802 ], # 'conditions' 812 ], # 'conditions'
803 } 813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698