| 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("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 "//components/variations", | 161 "//components/variations", |
| 162 "//components/variations/service", | 162 "//components/variations/service", |
| 163 "//components/version_ui", | 163 "//components/version_ui", |
| 164 "//components/web_cache/browser", | 164 "//components/web_cache/browser", |
| 165 "//components/web_resource", | 165 "//components/web_resource", |
| 166 "//components/zoom", | 166 "//components/zoom", |
| 167 "//content/app/resources", | 167 "//content/app/resources", |
| 168 "//content/public/common", | 168 "//content/public/common", |
| 169 "//crypto", | 169 "//crypto", |
| 170 "//device/core", | 170 "//device/core", |
| 171 "//device/nfc", | |
| 172 "//device/usb", | 171 "//device/usb", |
| 173 "//media", | 172 "//media", |
| 174 "//net:net_with_v8", | 173 "//net:net_with_v8", |
| 175 "//net:stale_while_revalidate_experiment_domains", | 174 "//net:stale_while_revalidate_experiment_domains", |
| 176 "//services/shell/runner/common", | 175 "//services/shell/runner/common", |
| 177 "//skia", | 176 "//skia", |
| 178 "//storage/browser", | 177 "//storage/browser", |
| 179 "//storage/common", | 178 "//storage/common", |
| 180 "//third_party/WebKit/public:resources", | 179 "//third_party/WebKit/public:resources", |
| 181 "//third_party/adobe/flash:flapper_version_h", | 180 "//third_party/adobe/flash:flapper_version_h", |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 "passwords/passwords_model_delegate_mock.cc", | 754 "passwords/passwords_model_delegate_mock.cc", |
| 756 "passwords/passwords_model_delegate_mock.h", | 755 "passwords/passwords_model_delegate_mock.h", |
| 757 ] | 756 ] |
| 758 deps += [ "//chrome/test:test_support_ui" ] | 757 deps += [ "//chrome/test:test_support_ui" ] |
| 759 } | 758 } |
| 760 | 759 |
| 761 if (enable_extensions) { | 760 if (enable_extensions) { |
| 762 deps += [ "//extensions/browser" ] | 761 deps += [ "//extensions/browser" ] |
| 763 } | 762 } |
| 764 } | 763 } |
| OLD | NEW |