| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "//components/favicon/core", | 61 "//components/favicon/core", |
| 62 "//components/feedback", | 62 "//components/feedback", |
| 63 "//components/gcm_driver", | 63 "//components/gcm_driver", |
| 64 "//components/google/core/browser", | 64 "//components/google/core/browser", |
| 65 "//components/history/core/browser", | 65 "//components/history/core/browser", |
| 66 "//components/history/core/common", | 66 "//components/history/core/common", |
| 67 "//components/infobars/core", | 67 "//components/infobars/core", |
| 68 "//components/invalidation", | 68 "//components/invalidation", |
| 69 "//components/metrics:gpu", | 69 "//components/metrics:gpu", |
| 70 "//components/metrics:net", | 70 "//components/metrics:net", |
| 71 "//components/metrics:profiler", |
| 71 "//components/metrics/proto:proto", | 72 "//components/metrics/proto:proto", |
| 72 "//components/native_app_window", | 73 "//components/native_app_window", |
| 73 "//components/navigation_metrics", | 74 "//components/navigation_metrics", |
| 74 "//components/network_time", | 75 "//components/network_time", |
| 75 "//components/omaha_query_params", | 76 "//components/omaha_query_params", |
| 76 "//components/omnibox", | 77 "//components/omnibox", |
| 77 "//components/os_crypt", | 78 "//components/os_crypt", |
| 78 "//components/password_manager/core/browser", | 79 "//components/password_manager/core/browser", |
| 79 "//components/password_manager/core/common", | 80 "//components/password_manager/core/common", |
| 80 "//components/policy:policy_component", | 81 "//components/policy:policy_component", |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 ] | 930 ] |
| 930 } | 931 } |
| 931 | 932 |
| 932 if (enable_wifi_bootstrapping) { | 933 if (enable_wifi_bootstrapping) { |
| 933 sources += [ | 934 sources += [ |
| 934 "local_discovery/wifi/mock_wifi_manager.cc", | 935 "local_discovery/wifi/mock_wifi_manager.cc", |
| 935 "local_discovery/wifi/mock_wifi_manager.h", | 936 "local_discovery/wifi/mock_wifi_manager.h", |
| 936 ] | 937 ] |
| 937 } | 938 } |
| 938 } | 939 } |
| OLD | NEW |