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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 "//components/search", | 105 "//components/search", |
106 "//components/search_engines", | 106 "//components/search_engines", |
107 "//components/search_provider_logos", | 107 "//components/search_provider_logos", |
108 "//components/signin/core/browser", | 108 "//components/signin/core/browser", |
109 "//components/startup_metric_utils", | 109 "//components/startup_metric_utils", |
110 "//components/strings", | 110 "//components/strings", |
111 "//components/suggestions", | 111 "//components/suggestions", |
112 "//components/sync_driver", | 112 "//components/sync_driver", |
113 "//components/translate/core/browser", | 113 "//components/translate/core/browser", |
114 "//components/translate/core/common", | 114 "//components/translate/core/common", |
| 115 "//components/ui/zoom:ui_zoom", |
115 "//components/url_fixer", | 116 "//components/url_fixer", |
116 "//components/user_prefs", | 117 "//components/user_prefs", |
117 "//components/variations", | 118 "//components/variations", |
118 "//components/variations/net", | 119 "//components/variations/net", |
119 "//components/webdata/common", | 120 "//components/webdata/common", |
120 "//components/web_resource", | 121 "//components/web_resource", |
121 "//content/public/browser", | 122 "//content/public/browser", |
122 "//content/public/common", | 123 "//content/public/common", |
123 "//courgette:courgette_lib", | 124 "//courgette:courgette_lib", |
124 "//crypto", | 125 "//crypto", |
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1047 ] | 1048 ] |
1048 } | 1049 } |
1049 | 1050 |
1050 if (enable_wifi_bootstrapping) { | 1051 if (enable_wifi_bootstrapping) { |
1051 sources += [ | 1052 sources += [ |
1052 "local_discovery/wifi/mock_wifi_manager.cc", | 1053 "local_discovery/wifi/mock_wifi_manager.cc", |
1053 "local_discovery/wifi/mock_wifi_manager.h", | 1054 "local_discovery/wifi/mock_wifi_manager.h", |
1054 ] | 1055 ] |
1055 } | 1056 } |
1056 } | 1057 } |
OLD | NEW |