OLD | NEW |
---|---|
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 Loading... | |
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 Loading... | |
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 } |
OLD | NEW |