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

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: 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/chrome.gyp ('k') | tools/android/eclipse/.classpath » ('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 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 3962 matching lines...) Expand 10 before | Expand all | Expand 10 after
3973 { 3973 {
3974 # GN: //chrome/android:chrome_android_java_enums_srcjar 3974 # GN: //chrome/android:chrome_android_java_enums_srcjar
3975 'target_name': 'connectivity_check_result_java', 3975 'target_name': 'connectivity_check_result_java',
3976 'type': 'none', 3976 'type': 'none',
3977 'variables': { 3977 'variables': {
3978 'source_file': 'browser/android/feedback/connectivity_checker.cc', 3978 'source_file': 'browser/android/feedback/connectivity_checker.cc',
3979 }, 3979 },
3980 'includes': [ '../build/android/java_cpp_enum.gypi' ], 3980 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3981 }, 3981 },
3982 { 3982 {
3983 # GN: //chrome/android:chrome_android_java_enums_srcjar
3984 'target_name': 'most_visited_tile_type_java',
3985 'type': 'none',
3986 'variables': {
3987 'source_file': 'browser/android/most_visited_sites.cc',
3988 },
3989 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3990 },
3991 {
3983 # GN: //chrome/android:resource_id_javagen 3992 # GN: //chrome/android:resource_id_javagen
3984 'target_name': 'resource_id_java', 3993 'target_name': 'resource_id_java',
3985 'type': 'none', 3994 'type': 'none',
3986 'sources': [ 3995 'sources': [
3987 'android/java/ResourceId.template', 3996 'android/java/ResourceId.template',
3988 ], 3997 ],
3989 'variables': { 3998 'variables': {
3990 'package_name': 'org/chromium/chrome/browser', 3999 'package_name': 'org/chromium/chrome/browser',
3991 'template_deps': ['browser/android/resource_id.h'], 4000 'template_deps': ['browser/android/resource_id.h'],
3992 }, 4001 },
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 '../components/components.gyp:omnibox_browser', 4116 '../components/components.gyp:omnibox_browser',
4108 '../components/components.gyp:rlz', 4117 '../components/components.gyp:rlz',
4109 '../components/components.gyp:search_engines', 4118 '../components/components.gyp:search_engines',
4110 '../rlz/rlz.gyp:rlz_lib', 4119 '../rlz/rlz.gyp:rlz_lib',
4111 ], 4120 ],
4112 }, 4121 },
4113 ], 4122 ],
4114 }], 4123 }],
4115 ], 4124 ],
4116 } 4125 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698