| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "//chrome/browser/net:cert_logger_proto", | 45 "//chrome/browser/net:cert_logger_proto", |
| 46 "//chrome/browser/net:probe_message_proto", | 46 "//chrome/browser/net:probe_message_proto", |
| 47 "//chrome/browser/ui", | 47 "//chrome/browser/ui", |
| 48 "//chrome/common", | 48 "//chrome/common", |
| 49 "//chrome/common/net", | 49 "//chrome/common/net", |
| 50 "//components/autofill/core/browser", | 50 "//components/autofill/core/browser", |
| 51 "//components/bookmarks/browser", | 51 "//components/bookmarks/browser", |
| 52 "//components/captive_portal", | 52 "//components/captive_portal", |
| 53 "//components/cloud_devices/common", | 53 "//components/cloud_devices/common", |
| 54 "//components/component_updater", | 54 "//components/component_updater", |
| 55 "//components/content_settings/core/browser", |
| 55 "//components/content_settings/core/common", | 56 "//components/content_settings/core/common", |
| 56 "//components/crx_file", | 57 "//components/crx_file", |
| 57 "//components/data_reduction_proxy/browser", | 58 "//components/data_reduction_proxy/browser", |
| 58 "//components/domain_reliability", | 59 "//components/domain_reliability", |
| 59 "//components/favicon_base", | 60 "//components/favicon_base", |
| 60 "//components/favicon/core", | 61 "//components/favicon/core", |
| 61 "//components/feedback", | 62 "//components/feedback", |
| 62 "//components/gcm_driver", | 63 "//components/gcm_driver", |
| 63 "//components/google/core/browser", | 64 "//components/google/core/browser", |
| 64 "//components/history/core/browser", | 65 "//components/history/core/browser", |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 ] | 925 ] |
| 925 } | 926 } |
| 926 | 927 |
| 927 if (enable_wifi_bootstrapping) { | 928 if (enable_wifi_bootstrapping) { |
| 928 sources += [ | 929 sources += [ |
| 929 "local_discovery/wifi/mock_wifi_manager.cc", | 930 "local_discovery/wifi/mock_wifi_manager.cc", |
| 930 "local_discovery/wifi/mock_wifi_manager.h", | 931 "local_discovery/wifi/mock_wifi_manager.h", |
| 931 ] | 932 ] |
| 932 } | 933 } |
| 933 } | 934 } |
| OLD | NEW |