| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/ui/zoom:ui_zoom", |
| 116 "//components/url_fixer", | 116 "//components/url_fixer", |
| 117 "//components/user_prefs", | 117 "//components/user_prefs", |
| 118 "//components/variations", | 118 "//components/variations", |
| 119 "//components/variations/net", | 119 "//components/variations/net", |
| 120 "//components/webdata/common", | 120 "//components/webdata/common", |
| 121 "//components/webdata_services", |
| 121 "//components/web_resource", | 122 "//components/web_resource", |
| 122 "//content/public/browser", | 123 "//content/public/browser", |
| 123 "//content/public/common", | 124 "//content/public/common", |
| 124 "//courgette:courgette_lib", | 125 "//courgette:courgette_lib", |
| 125 "//crypto", | 126 "//crypto", |
| 126 "//google_apis", | 127 "//google_apis", |
| 127 "//gpu/config", | 128 "//gpu/config", |
| 128 "//jingle:notifier", | 129 "//jingle:notifier", |
| 129 "//skia", | 130 "//skia", |
| 130 "//sql", | 131 "//sql", |
| (...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1051 ] | 1052 ] |
| 1052 } | 1053 } |
| 1053 | 1054 |
| 1054 if (enable_wifi_bootstrapping) { | 1055 if (enable_wifi_bootstrapping) { |
| 1055 sources += [ | 1056 sources += [ |
| 1056 "local_discovery/wifi/mock_wifi_manager.cc", | 1057 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1057 "local_discovery/wifi/mock_wifi_manager.h", | 1058 "local_discovery/wifi/mock_wifi_manager.h", |
| 1058 ] | 1059 ] |
| 1059 } | 1060 } |
| 1060 } | 1061 } |
| OLD | NEW |