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

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 2331343012: Create MetricsPrivateDelegate for metricsPrivate behavior (Closed)
Patch Set: nit & rebase Created 4 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 | « no previous file | chrome/browser/extensions/api/chrome_extensions_api_client.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 8
9 assert(enable_extensions) 9 assert(enable_extensions)
10 10
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "api/messaging/message_property_provider.cc", 282 "api/messaging/message_property_provider.cc",
283 "api/messaging/message_property_provider.h", 283 "api/messaging/message_property_provider.h",
284 "api/messaging/message_service.cc", 284 "api/messaging/message_service.cc",
285 "api/messaging/message_service.h", 285 "api/messaging/message_service.h",
286 "api/messaging/native_message_port.cc", 286 "api/messaging/native_message_port.cc",
287 "api/messaging/native_message_port.h", 287 "api/messaging/native_message_port.h",
288 "api/messaging/native_messaging_host_manifest.cc", 288 "api/messaging/native_messaging_host_manifest.cc",
289 "api/messaging/native_messaging_host_manifest.h", 289 "api/messaging/native_messaging_host_manifest.h",
290 "api/messaging/native_messaging_policy_handler.cc", 290 "api/messaging/native_messaging_policy_handler.cc",
291 "api/messaging/native_messaging_policy_handler.h", 291 "api/messaging/native_messaging_policy_handler.h",
292 "api/metrics_private/chrome_metrics_private_delegate.cc",
293 "api/metrics_private/chrome_metrics_private_delegate.h",
292 "api/metrics_private/metrics_private_api.cc", 294 "api/metrics_private/metrics_private_api.cc",
293 "api/metrics_private/metrics_private_api.h", 295 "api/metrics_private/metrics_private_api.h",
294 "api/module/module.cc", 296 "api/module/module.cc",
295 "api/module/module.h", 297 "api/module/module.h",
296 "api/music_manager_private/device_id.cc", 298 "api/music_manager_private/device_id.cc",
297 "api/music_manager_private/device_id.h", 299 "api/music_manager_private/device_id.h",
298 "api/music_manager_private/device_id_chromeos.cc", 300 "api/music_manager_private/device_id_chromeos.cc",
299 "api/music_manager_private/device_id_linux.cc", 301 "api/music_manager_private/device_id_linux.cc",
300 "api/music_manager_private/device_id_mac.cc", 302 "api/music_manager_private/device_id_mac.cc",
301 "api/music_manager_private/device_id_win.cc", 303 "api/music_manager_private/device_id_win.cc",
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 "api/braille_display_private/brlapi_connection.cc", 1168 "api/braille_display_private/brlapi_connection.cc",
1167 "api/braille_display_private/brlapi_connection.h", 1169 "api/braille_display_private/brlapi_connection.h",
1168 "api/braille_display_private/brlapi_keycode_map.cc", 1170 "api/braille_display_private/brlapi_keycode_map.cc",
1169 "api/braille_display_private/brlapi_keycode_map.h", 1171 "api/braille_display_private/brlapi_keycode_map.h",
1170 ] 1172 ]
1171 deps += [ "//build/linux/libbrlapi" ] 1173 deps += [ "//build/linux/libbrlapi" ]
1172 } else { 1174 } else {
1173 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1175 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1174 } 1176 }
1175 } 1177 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/chrome_extensions_api_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698