| 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 import("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.gni") |
| 9 | 9 |
| 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "//components/infobars/core", | 87 "//components/infobars/core", |
| 88 "//components/invalidation", | 88 "//components/invalidation", |
| 89 "//components/metrics:gpu", | 89 "//components/metrics:gpu", |
| 90 "//components/metrics:net", | 90 "//components/metrics:net", |
| 91 "//components/metrics:profiler", | 91 "//components/metrics:profiler", |
| 92 "//components/metrics/proto:proto", | 92 "//components/metrics/proto:proto", |
| 93 "//components/navigation_metrics", | 93 "//components/navigation_metrics", |
| 94 "//components/network_time", | 94 "//components/network_time", |
| 95 "//components/omnibox", | 95 "//components/omnibox", |
| 96 "//components/os_crypt", | 96 "//components/os_crypt", |
| 97 "//components/packed_ct_ev_whitelist", |
| 97 "//components/password_manager/core/browser", | 98 "//components/password_manager/core/browser", |
| 98 "//components/password_manager/core/common", | 99 "//components/password_manager/core/common", |
| 99 "//components/policy:policy_component", | 100 "//components/policy:policy_component", |
| 100 "//components/precache/core", | 101 "//components/precache/core", |
| 101 "//components/query_parser", | 102 "//components/query_parser", |
| 102 "//components/rappor", | 103 "//components/rappor", |
| 103 "//components/renderer_context_menu", | 104 "//components/renderer_context_menu", |
| 104 "//components/search", | 105 "//components/search", |
| 105 "//components/search_engines", | 106 "//components/search_engines", |
| 106 "//components/search_provider_logos", | 107 "//components/search_provider_logos", |
| (...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1064 ] | 1065 ] |
| 1065 } | 1066 } |
| 1066 | 1067 |
| 1067 if (enable_wifi_bootstrapping) { | 1068 if (enable_wifi_bootstrapping) { |
| 1068 sources += [ | 1069 sources += [ |
| 1069 "local_discovery/wifi/mock_wifi_manager.cc", | 1070 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1070 "local_discovery/wifi/mock_wifi_manager.h", | 1071 "local_discovery/wifi/mock_wifi_manager.h", |
| 1071 ] | 1072 ] |
| 1072 } | 1073 } |
| 1073 } | 1074 } |
| OLD | NEW |