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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 "//components/cloud_devices/common", | 86 "//components/cloud_devices/common", |
87 "//components/component_updater", | 87 "//components/component_updater", |
88 "//components/content_settings/core/browser", | 88 "//components/content_settings/core/browser", |
89 "//components/content_settings/core/common", | 89 "//components/content_settings/core/common", |
90 "//components/crx_file", | 90 "//components/crx_file", |
91 "//components/data_reduction_proxy/core/browser", | 91 "//components/data_reduction_proxy/core/browser", |
92 "//components/device_event_log", | 92 "//components/device_event_log", |
93 "//components/domain_reliability", | 93 "//components/domain_reliability", |
94 "//components/enhanced_bookmarks", | 94 "//components/enhanced_bookmarks", |
95 "//components/favicon_base", | 95 "//components/favicon_base", |
96 "//components/favicon/core", | 96 "//components/favicon/core/browser", |
97 "//components/feedback", | 97 "//components/feedback", |
98 "//components/gcm_driver", | 98 "//components/gcm_driver", |
99 "//components/google/core/browser", | 99 "//components/google/core/browser", |
100 "//components/handoff", | 100 "//components/handoff", |
101 "//components/history/core/browser", | 101 "//components/history/core/browser", |
102 "//components/history/core/common", | 102 "//components/history/core/common", |
103 "//components/infobars/core", | 103 "//components/infobars/core", |
104 "//components/invalidation", | 104 "//components/invalidation", |
105 "//components/metrics:gpu", | 105 "//components/metrics:gpu", |
106 "//components/metrics:net", | 106 "//components/metrics:net", |
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1101 ] | 1101 ] |
1102 } | 1102 } |
1103 | 1103 |
1104 if (enable_wifi_bootstrapping) { | 1104 if (enable_wifi_bootstrapping) { |
1105 sources += [ | 1105 sources += [ |
1106 "local_discovery/wifi/mock_wifi_manager.cc", | 1106 "local_discovery/wifi/mock_wifi_manager.cc", |
1107 "local_discovery/wifi/mock_wifi_manager.h", | 1107 "local_discovery/wifi/mock_wifi_manager.h", |
1108 ] | 1108 ] |
1109 } | 1109 } |
1110 } | 1110 } |
OLD | NEW |