| 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 "//components/web_cache/browser", | 572 "//components/web_cache/browser", |
| 573 "//components/web_resource", | 573 "//components/web_resource", |
| 574 "//components/zoom", | 574 "//components/zoom", |
| 575 "//content/app/resources", | 575 "//content/app/resources", |
| 576 "//content/public/common", | 576 "//content/public/common", |
| 577 "//crypto", | 577 "//crypto", |
| 578 "//device/base", | 578 "//device/base", |
| 579 "//device/bluetooth/public/interfaces:experimental_interfaces", | 579 "//device/bluetooth/public/interfaces:experimental_interfaces", |
| 580 "//device/usb", | 580 "//device/usb", |
| 581 "//extensions/features", | 581 "//extensions/features", |
| 582 "//extensions/strings", |
| 582 "//media", | 583 "//media", |
| 583 "//net:net", | 584 "//net:net", |
| 584 "//ppapi/features", | 585 "//ppapi/features", |
| 585 "//printing/features", | 586 "//printing/features", |
| 586 "//rlz/features", | 587 "//rlz/features", |
| 587 "//services/service_manager/runner/common", | 588 "//services/service_manager/runner/common", |
| 588 "//skia", | 589 "//skia", |
| 589 "//storage/browser", | 590 "//storage/browser", |
| 590 "//storage/common", | 591 "//storage/common", |
| 591 "//third_party/WebKit/public:features", | 592 "//third_party/WebKit/public:features", |
| (...skipping 2942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3534 "test/test_confirm_bubble_model.cc", | 3535 "test/test_confirm_bubble_model.cc", |
| 3535 "test/test_confirm_bubble_model.h", | 3536 "test/test_confirm_bubble_model.h", |
| 3536 ] | 3537 ] |
| 3537 deps += [ "//chrome/test:test_support_ui" ] | 3538 deps += [ "//chrome/test:test_support_ui" ] |
| 3538 } | 3539 } |
| 3539 | 3540 |
| 3540 if (enable_extensions) { | 3541 if (enable_extensions) { |
| 3541 deps += [ "//extensions/browser" ] | 3542 deps += [ "//extensions/browser" ] |
| 3542 } | 3543 } |
| 3543 } | 3544 } |
| OLD | NEW |