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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1241823002: Add UMA metrics for Bookmark widgets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Histograms and Rappor Created 5 years, 5 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 4020 matching lines...) Expand 10 before | Expand all | Expand 10 after
4031 { 4031 {
4032 # GN: //chrome/android:chrome_android_java_enums_srcjar 4032 # GN: //chrome/android:chrome_android_java_enums_srcjar
4033 'target_name': 'tab_load_status_java', 4033 'target_name': 'tab_load_status_java',
4034 'type': 'none', 4034 'type': 'none',
4035 'variables': { 4035 'variables': {
4036 'source_file': 'browser/android/tab_android.h', 4036 'source_file': 'browser/android/tab_android.h',
4037 }, 4037 },
4038 'includes': [ '../build/android/java_cpp_enum.gypi' ], 4038 'includes': [ '../build/android/java_cpp_enum.gypi' ],
4039 }, 4039 },
4040 { 4040 {
4041 # GN: //chrome/android:chrome_android_java_enums_srcjar
4042 'target_name': 'shortcut_source_java',
4043 'type': 'none',
4044 'variables': {
4045 'source_file': 'browser/android/shortcut_info.h',
4046 },
4047 'includes': [ '../build/android/java_cpp_enum.gypi' ],
4048 },
4049 {
4041 #GN: //chrome/browser:client_discourse_context_proto 4050 #GN: //chrome/browser:client_discourse_context_proto
4042 'target_name': 'client_discourse_context_proto', 4051 'target_name': 'client_discourse_context_proto',
4043 'type': 'static_library', 4052 'type': 'static_library',
4044 'sources': ['browser/android/proto/client_discourse_context.proto' ], 4053 'sources': ['browser/android/proto/client_discourse_context.proto' ],
4045 'variables': { 4054 'variables': {
4046 'proto_in_dir': 'browser/android/proto', 4055 'proto_in_dir': 'browser/android/proto',
4047 'proto_out_dir': 'chrome/browser/android/proto', 4056 'proto_out_dir': 'chrome/browser/android/proto',
4048 }, 4057 },
4049 'includes': [ '../build/protoc.gypi', ], 4058 'includes': [ '../build/protoc.gypi', ],
4050 }, 4059 },
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
4088 'variables': { 4097 'variables': {
4089 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4098 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4090 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4099 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4091 }, 4100 },
4092 'includes': [ '../build/protoc.gypi' ] 4101 'includes': [ '../build/protoc.gypi' ]
4093 }, 4102 },
4094 ], 4103 ],
4095 },], 4104 },],
4096 ], 4105 ],
4097 } 4106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698