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

Side by Side Diff: chrome/chrome_browser.gypi

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: 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3960 matching lines...) Expand 10 before | Expand all | Expand 10 after
3971 { 3971 {
3972 # GN: //chrome/android:chrome_android_java_enums_srcjar 3972 # GN: //chrome/android:chrome_android_java_enums_srcjar
3973 'target_name': 'connectivity_check_result_java', 3973 'target_name': 'connectivity_check_result_java',
3974 'type': 'none', 3974 'type': 'none',
3975 'variables': { 3975 'variables': {
3976 'source_file': 'browser/android/feedback/connectivity_checker.cc', 3976 'source_file': 'browser/android/feedback/connectivity_checker.cc',
3977 }, 3977 },
3978 'includes': [ '../build/android/java_cpp_enum.gypi' ], 3978 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3979 }, 3979 },
3980 { 3980 {
3981 # GN: //chrome/android:chrome_android_java_enums_srcjar
3982 'target_name': 'most_visited_tile_type_java',
3983 'type': 'none',
3984 'variables': {
3985 'source_file': 'browser/android/most_visited_sites.cc',
3986 },
3987 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3988 },
3989 {
3981 # GN: //chrome/android:resource_id_javagen 3990 # GN: //chrome/android:resource_id_javagen
3982 'target_name': 'resource_id_java', 3991 'target_name': 'resource_id_java',
3983 'type': 'none', 3992 'type': 'none',
3984 'sources': [ 3993 'sources': [
3985 'android/java/ResourceId.template', 3994 'android/java/ResourceId.template',
3986 ], 3995 ],
3987 'variables': { 3996 'variables': {
3988 'package_name': 'org/chromium/chrome/browser', 3997 'package_name': 'org/chromium/chrome/browser',
3989 'template_deps': ['browser/android/resource_id.h'], 3998 'template_deps': ['browser/android/resource_id.h'],
3990 }, 3999 },
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
4105 '../components/components.gyp:omnibox_browser', 4114 '../components/components.gyp:omnibox_browser',
4106 '../components/components.gyp:rlz', 4115 '../components/components.gyp:rlz',
4107 '../components/components.gyp:search_engines', 4116 '../components/components.gyp:search_engines',
4108 '../rlz/rlz.gyp:rlz_lib', 4117 '../rlz/rlz.gyp:rlz_lib',
4109 ], 4118 ],
4110 }, 4119 },
4111 ], 4120 ],
4112 }], 4121 }],
4113 ], 4122 ],
4114 } 4123 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698