| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "//components/cloud_devices/common", | 87 "//components/cloud_devices/common", |
| 88 "//components/component_updater", | 88 "//components/component_updater", |
| 89 "//components/content_settings/core/browser", | 89 "//components/content_settings/core/browser", |
| 90 "//components/content_settings/core/common", | 90 "//components/content_settings/core/common", |
| 91 "//components/crx_file", | 91 "//components/crx_file", |
| 92 "//components/data_reduction_proxy/core/browser", | 92 "//components/data_reduction_proxy/core/browser", |
| 93 "//components/device_event_log", | 93 "//components/device_event_log", |
| 94 "//components/domain_reliability", | 94 "//components/domain_reliability", |
| 95 "//components/enhanced_bookmarks", | 95 "//components/enhanced_bookmarks", |
| 96 "//components/favicon_base", | 96 "//components/favicon_base", |
| 97 "//components/favicon/core/browser", | 97 "//components/favicon/core", |
| 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", |
| 107 "//components/metrics:profiler", | 107 "//components/metrics:profiler", |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1105 ] | 1105 ] |
| 1106 } | 1106 } |
| 1107 | 1107 |
| 1108 if (enable_wifi_bootstrapping) { | 1108 if (enable_wifi_bootstrapping) { |
| 1109 sources += [ | 1109 sources += [ |
| 1110 "local_discovery/wifi/mock_wifi_manager.cc", | 1110 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1111 "local_discovery/wifi/mock_wifi_manager.h", | 1111 "local_discovery/wifi/mock_wifi_manager.h", |
| 1112 ] | 1112 ] |
| 1113 } | 1113 } |
| 1114 } | 1114 } |
| OLD | NEW |