| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "//components/user_prefs", | 553 "//components/user_prefs", |
| 554 "//components/variations", | 554 "//components/variations", |
| 555 "//components/variations/service", | 555 "//components/variations/service", |
| 556 "//components/version_ui", | 556 "//components/version_ui", |
| 557 "//components/web_cache/browser", | 557 "//components/web_cache/browser", |
| 558 "//components/web_resource", | 558 "//components/web_resource", |
| 559 "//components/zoom", | 559 "//components/zoom", |
| 560 "//content/app/resources", | 560 "//content/app/resources", |
| 561 "//content/public/common", | 561 "//content/public/common", |
| 562 "//crypto", | 562 "//crypto", |
| 563 "//device/bluetooth/public/interfaces:experimental_interfaces", | |
| 564 "//device/core", | 563 "//device/core", |
| 565 "//device/usb", | 564 "//device/usb", |
| 566 "//media", | 565 "//media", |
| 567 "//net:net_with_v8", | 566 "//net:net_with_v8", |
| 568 "//net:stale_while_revalidate_experiment_domains", | 567 "//net:stale_while_revalidate_experiment_domains", |
| 569 "//services/shell/runner/common", | 568 "//services/shell/runner/common", |
| 570 "//skia", | 569 "//skia", |
| 571 "//storage/browser", | 570 "//storage/browser", |
| 572 "//storage/common", | 571 "//storage/common", |
| 573 "//third_party/WebKit/public:resources", | 572 "//third_party/WebKit/public:resources", |
| (...skipping 2856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3430 "passwords/passwords_model_delegate_mock.cc", | 3429 "passwords/passwords_model_delegate_mock.cc", |
| 3431 "passwords/passwords_model_delegate_mock.h", | 3430 "passwords/passwords_model_delegate_mock.h", |
| 3432 ] | 3431 ] |
| 3433 deps += [ "//chrome/test:test_support_ui" ] | 3432 deps += [ "//chrome/test:test_support_ui" ] |
| 3434 } | 3433 } |
| 3435 | 3434 |
| 3436 if (enable_extensions) { | 3435 if (enable_extensions) { |
| 3437 deps += [ "//extensions/browser" ] | 3436 deps += [ "//extensions/browser" ] |
| 3438 } | 3437 } |
| 3439 } | 3438 } |
| OLD | NEW |