| 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 # //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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "//components/search_provider_logos", | 106 "//components/search_provider_logos", |
| 107 "//components/signin/core/browser", | 107 "//components/signin/core/browser", |
| 108 "//components/startup_metric_utils", | 108 "//components/startup_metric_utils", |
| 109 "//components/strings", | 109 "//components/strings", |
| 110 "//components/suggestions", | 110 "//components/suggestions", |
| 111 "//components/sync_driver", | 111 "//components/sync_driver", |
| 112 "//components/translate/core/browser", | 112 "//components/translate/core/browser", |
| 113 "//components/translate/core/common", | 113 "//components/translate/core/common", |
| 114 "//components/url_fixer", | 114 "//components/url_fixer", |
| 115 "//components/user_prefs", | 115 "//components/user_prefs", |
| 116 "//components/variations", |
| 117 "//components/variations/net", |
| 116 "//components/webdata/common", | 118 "//components/webdata/common", |
| 117 "//content/public/browser", | 119 "//content/public/browser", |
| 118 "//content/public/common", | 120 "//content/public/common", |
| 119 "//courgette:courgette_lib", | 121 "//courgette:courgette_lib", |
| 120 "//crypto", | 122 "//crypto", |
| 121 "//google_apis", | 123 "//google_apis", |
| 122 "//gpu/config", | 124 "//gpu/config", |
| 123 "//jingle:notifier", | 125 "//jingle:notifier", |
| 124 "//skia", | 126 "//skia", |
| 125 "//sql", | 127 "//sql", |
| (...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 ] | 946 ] |
| 945 } | 947 } |
| 946 | 948 |
| 947 if (enable_wifi_bootstrapping) { | 949 if (enable_wifi_bootstrapping) { |
| 948 sources += [ | 950 sources += [ |
| 949 "local_discovery/wifi/mock_wifi_manager.cc", | 951 "local_discovery/wifi/mock_wifi_manager.cc", |
| 950 "local_discovery/wifi/mock_wifi_manager.h", | 952 "local_discovery/wifi/mock_wifi_manager.h", |
| 951 ] | 953 ] |
| 952 } | 954 } |
| 953 } | 955 } |
| OLD | NEW |