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

Side by Side Diff: chrome/chrome.gyp

Issue 1373983003: Add UMA stats for which icon types are shown and clicked on the NTP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed test Created 5 years, 2 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/most_visited_sites.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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'chrome_resources.gyp:chrome_strings', 567 'chrome_resources.gyp:chrome_strings',
568 'chrome_strings_grd', 568 'chrome_strings_grd',
569 'chrome_version_java', 569 'chrome_version_java',
570 'connection_security_levels_java', 570 'connection_security_levels_java',
571 'connectivity_check_result_java', 571 'connectivity_check_result_java',
572 'document_tab_model_info_proto_java', 572 'document_tab_model_info_proto_java',
573 'infobar_action_type_java', 573 'infobar_action_type_java',
574 'profile_account_management_metrics_java', 574 'profile_account_management_metrics_java',
575 'content_setting_java', 575 'content_setting_java',
576 'content_settings_type_java', 576 'content_settings_type_java',
577 'most_visited_tile_type_java',
577 'page_info_connection_type_java', 578 'page_info_connection_type_java',
578 'resource_id_java', 579 'resource_id_java',
579 'tab_load_status_java', 580 'tab_load_status_java',
580 'shortcut_source_java', 581 'shortcut_source_java',
581 '../base/base.gyp:base', 582 '../base/base.gyp:base',
582 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', 583 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
583 '../components/components.gyp:bookmarks_java', 584 '../components/components.gyp:bookmarks_java',
584 '../components/components.gyp:dom_distiller_core_java', 585 '../components/components.gyp:dom_distiller_core_java',
585 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', 586 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar',
586 '../components/components.gyp:gcm_driver_java', 587 '../components/components.gyp:gcm_driver_java',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 '<(DEPTH)/third_party/kasko' 829 '<(DEPTH)/third_party/kasko'
829 ], 830 ],
830 }, 831 },
831 }, 832 },
832 }, 833 },
833 }, 834 },
834 ], 835 ],
835 }], 836 }],
836 ], # 'conditions' 837 ], # 'conditions'
837 } 838 }
OLDNEW
« no previous file with comments | « chrome/browser/android/most_visited_sites.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698