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

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

Issue 1033103002: Plugin Power Saver: Overhaul plugin-power-saver flags. Show in UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing histogram for new flag Created 5 years, 9 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/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 8
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//components/metrics:net", 106 "//components/metrics:net",
107 "//components/metrics:profiler", 107 "//components/metrics:profiler",
108 "//components/metrics/proto:proto", 108 "//components/metrics/proto:proto",
109 "//components/navigation_metrics", 109 "//components/navigation_metrics",
110 "//components/network_time", 110 "//components/network_time",
111 "//components/omnibox", 111 "//components/omnibox",
112 "//components/os_crypt", 112 "//components/os_crypt",
113 "//components/packed_ct_ev_whitelist", 113 "//components/packed_ct_ev_whitelist",
114 "//components/password_manager/core/browser", 114 "//components/password_manager/core/browser",
115 "//components/password_manager/core/common", 115 "//components/password_manager/core/common",
116 "//components/plugins/common",
Lei Zhang 2015/03/28 01:11:57 Shouldn't this be gated on "if (enable_plugins)" ?
tommycli 2015/03/30 18:25:16 Done.
116 "//components/policy:policy_component", 117 "//components/policy:policy_component",
117 "//components/precache/core", 118 "//components/precache/core",
118 "//components/query_parser", 119 "//components/query_parser",
119 "//components/rappor", 120 "//components/rappor",
120 "//components/renderer_context_menu", 121 "//components/renderer_context_menu",
121 "//components/search", 122 "//components/search",
122 "//components/search_engines", 123 "//components/search_engines",
123 "//components/search_provider_logos", 124 "//components/search_provider_logos",
124 "//components/signin/core/browser", 125 "//components/signin/core/browser",
125 "//components/startup_metric_utils", 126 "//components/startup_metric_utils",
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 ] 1107 ]
1107 } 1108 }
1108 1109
1109 if (enable_wifi_bootstrapping) { 1110 if (enable_wifi_bootstrapping) {
1110 sources += [ 1111 sources += [
1111 "local_discovery/wifi/mock_wifi_manager.cc", 1112 "local_discovery/wifi/mock_wifi_manager.cc",
1112 "local_discovery/wifi/mock_wifi_manager.h", 1113 "local_discovery/wifi/mock_wifi_manager.h",
1113 ] 1114 ]
1114 } 1115 }
1115 } 1116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698