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

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

Issue 577823002: Moves ProfilerMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.h » ('j') | components/metrics.gypi » ('J')
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "//components/favicon/core", 54 "//components/favicon/core",
55 "//components/feedback", 55 "//components/feedback",
56 "//components/gcm_driver", 56 "//components/gcm_driver",
57 "//components/google/core/browser", 57 "//components/google/core/browser",
58 "//components/history/core/browser", 58 "//components/history/core/browser",
59 "//components/history/core/common", 59 "//components/history/core/common",
60 "//components/infobars/core", 60 "//components/infobars/core",
61 "//components/invalidation", 61 "//components/invalidation",
62 "//components/metrics:gpu", 62 "//components/metrics:gpu",
63 "//components/metrics:net", 63 "//components/metrics:net",
64 "//components/metrics:profiler",
64 "//components/metrics/proto:proto", 65 "//components/metrics/proto:proto",
65 "//components/navigation_metrics", 66 "//components/navigation_metrics",
66 "//components/network_time", 67 "//components/network_time",
67 "//components/omaha_query_params", 68 "//components/omaha_query_params",
68 "//components/omnibox", 69 "//components/omnibox",
69 "//components/os_crypt", 70 "//components/os_crypt",
70 "//components/password_manager/core/browser", 71 "//components/password_manager/core/browser",
71 "//components/password_manager/core/common", 72 "//components/password_manager/core/common",
72 "//components/pdf/browser", 73 "//components/pdf/browser",
73 "//components/policy:policy_component", 74 "//components/policy:policy_component",
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 ] 908 ]
908 } 909 }
909 910
910 if (enable_wifi_bootstrapping) { 911 if (enable_wifi_bootstrapping) {
911 sources += [ 912 sources += [
912 "local_discovery/wifi/mock_wifi_manager.cc", 913 "local_discovery/wifi/mock_wifi_manager.cc",
913 "local_discovery/wifi/mock_wifi_manager.h", 914 "local_discovery/wifi/mock_wifi_manager.h",
914 ] 915 ]
915 } 916 }
916 } 917 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.h » ('j') | components/metrics.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698