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

Side by Side Diff: extensions/shell/BUILD.gn

Issue 2331343012: Create MetricsPrivateDelegate for metricsPrivate behavior (Closed)
Patch Set: ExtensionsAPIClient owns MetricsPrivateDelegate instance Created 4 years, 3 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 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("//build/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "//v8", 58 "//v8",
59 ] 59 ]
60 60
61 sources = [ 61 sources = [
62 "app/paths_mac.h", 62 "app/paths_mac.h",
63 "app/paths_mac.mm", 63 "app/paths_mac.mm",
64 "app/shell_main_delegate.cc", 64 "app/shell_main_delegate.cc",
65 "app/shell_main_delegate.h", 65 "app/shell_main_delegate.h",
66 "browser/api/identity/identity_api.cc", 66 "browser/api/identity/identity_api.cc",
67 "browser/api/identity/identity_api.h", 67 "browser/api/identity/identity_api.h",
68 "browser/api/metrics_private/shell_metrics_private_delegate.cc",
69 "browser/api/metrics_private/shell_metrics_private_delegate.h",
68 "browser/default_shell_browser_main_delegate.cc", 70 "browser/default_shell_browser_main_delegate.cc",
69 "browser/default_shell_browser_main_delegate.h", 71 "browser/default_shell_browser_main_delegate.h",
70 "browser/desktop_controller.cc", 72 "browser/desktop_controller.cc",
71 "browser/desktop_controller.h", 73 "browser/desktop_controller.h",
72 "browser/media_capture_util.cc", 74 "browser/media_capture_util.cc",
73 "browser/media_capture_util.h", 75 "browser/media_capture_util.h",
74 "browser/shell_app_delegate.cc", 76 "browser/shell_app_delegate.cc",
75 "browser/shell_app_delegate.h", 77 "browser/shell_app_delegate.h",
76 "browser/shell_app_view_guest_delegate.cc", 78 "browser/shell_app_view_guest_delegate.cc",
77 "browser/shell_app_view_guest_delegate.h", 79 "browser/shell_app_view_guest_delegate.h",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "//extensions/browser", 345 "//extensions/browser",
344 ] 346 ]
345 347
346 if (is_chromeos) { 348 if (is_chromeos) {
347 deps += [ 349 deps += [
348 "//chromeos:test_support", 350 "//chromeos:test_support",
349 "//components/keyed_service/content", 351 "//components/keyed_service/content",
350 ] 352 ]
351 } 353 }
352 } 354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698