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

Side by Side Diff: chrome/chrome.gyp

Issue 929533002: [App banners] Add UMA metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@banner_cleanup
Patch Set: Fixing rebase Created 5 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
« no previous file with comments | « chrome/browser/banners/app_banner_settings_helper.cc ('k') | chrome/chrome_browser.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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 }], # chromeos==1 592 }], # chromeos==1
593 ['OS=="android"', 593 ['OS=="android"',
594 { 594 {
595 'targets': [ 595 'targets': [
596 { 596 {
597 # GN: //chrome/android:chrome_java 597 # GN: //chrome/android:chrome_java
598 'target_name': 'chrome_java', 598 'target_name': 'chrome_java',
599 'type': 'none', 599 'type': 'none',
600 'dependencies': [ 600 'dependencies': [
601 'activity_type_ids_java', 601 'activity_type_ids_java',
602 'app_banner_metrics_ids_java',
603 'chrome_resources.gyp:chrome_strings', 602 'chrome_resources.gyp:chrome_strings',
604 'chrome_strings_grd', 603 'chrome_strings_grd',
605 'chrome_version_java', 604 'chrome_version_java',
606 'document_tab_model_info_proto_java', 605 'document_tab_model_info_proto_java',
607 'profile_account_management_metrics_java', 606 'profile_account_management_metrics_java',
608 'content_setting_java', 607 'content_setting_java',
609 'content_settings_type_java', 608 'content_settings_type_java',
610 'page_info_connection_type_java', 609 'page_info_connection_type_java',
611 'profile_sync_service_model_type_selection_java', 610 'profile_sync_service_model_type_selection_java',
612 'resource_id_java', 611 'resource_id_java',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'service/service_utility_process_host.cc', 778 'service/service_utility_process_host.cc',
780 'service/service_utility_process_host.h', 779 'service/service_utility_process_host.h',
781 ], 780 ],
782 }], 781 }],
783 ], 782 ],
784 }, 783 },
785 ], 784 ],
786 }], 785 }],
787 ], # 'conditions' 786 ], # 'conditions'
788 } 787 }
OLDNEW
« no previous file with comments | « chrome/browser/banners/app_banner_settings_helper.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698