| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 # # chrome/browser/metrics/variations/generate_resources_map.py | 161 # # chrome/browser/metrics/variations/generate_resources_map.py |
| 162 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', | 162 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', |
| 163 | 163 |
| 164 defines = nacl_defines | 164 defines = nacl_defines |
| 165 | 165 |
| 166 deps += [ | 166 deps += [ |
| 167 "//apps", | 167 "//apps", |
| 168 "//cc", | 168 "//cc", |
| 169 "//chrome/browser/devtools", | 169 "//chrome/browser/devtools", |
| 170 "//chrome/installer/util", | 170 "//chrome/installer/util", |
| 171 "//components/app_modal_dialogs", | 171 "//components/app_modal", |
| 172 "//components/autofill/content/browser", | 172 "//components/autofill/content/browser", |
| 173 "//components/dom_distiller/content", | 173 "//components/dom_distiller/content", |
| 174 "//components/keyed_service/content", | 174 "//components/keyed_service/content", |
| 175 "//components/navigation_interception", | 175 "//components/navigation_interception", |
| 176 "//components/password_manager/content/browser", | 176 "//components/password_manager/content/browser", |
| 177 "//components/precache/content", | 177 "//components/precache/content", |
| 178 "//components/sessions:sessions_content", | 178 "//components/sessions:sessions_content", |
| 179 "//components/storage_monitor", | 179 "//components/storage_monitor", |
| 180 "//components/translate/content/browser", | 180 "//components/translate/content/browser", |
| 181 "//components/url_matcher", | 181 "//components/url_matcher", |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 967 ] | 967 ] |
| 968 } | 968 } |
| 969 | 969 |
| 970 if (enable_wifi_bootstrapping) { | 970 if (enable_wifi_bootstrapping) { |
| 971 sources += [ | 971 sources += [ |
| 972 "local_discovery/wifi/mock_wifi_manager.cc", | 972 "local_discovery/wifi/mock_wifi_manager.cc", |
| 973 "local_discovery/wifi/mock_wifi_manager.h", | 973 "local_discovery/wifi/mock_wifi_manager.h", |
| 974 ] | 974 ] |
| 975 } | 975 } |
| 976 } | 976 } |
| OLD | NEW |