| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/base", | 563 "//device/base", |
| 564 "//device/bluetooth/public/interfaces:experimental_interfaces", | 564 "//device/bluetooth/public/interfaces:experimental_interfaces", |
| 565 "//device/usb", | 565 "//device/usb", |
| 566 "//media", | 566 "//media", |
| 567 "//net:net_with_v8", | 567 "//net:net_with_v8", |
| 568 "//services/shell/runner/common", | 568 "//services/service_manager/runner/common", |
| 569 "//skia", | 569 "//skia", |
| 570 "//storage/browser", | 570 "//storage/browser", |
| 571 "//storage/common", | 571 "//storage/common", |
| 572 "//third_party/WebKit/public:resources", | 572 "//third_party/WebKit/public:resources", |
| 573 "//third_party/adobe/flash:flapper_version_h", | 573 "//third_party/adobe/flash:flapper_version_h", |
| 574 "//third_party/brotli", | 574 "//third_party/brotli", |
| 575 "//third_party/cacheinvalidation", | 575 "//third_party/cacheinvalidation", |
| 576 "//third_party/cld:cld_version", | 576 "//third_party/cld:cld_version", |
| 577 "//third_party/icu", | 577 "//third_party/icu", |
| 578 "//third_party/leveldatabase", | 578 "//third_party/leveldatabase", |
| (...skipping 2838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3417 "test/test_confirm_bubble_model.cc", | 3417 "test/test_confirm_bubble_model.cc", |
| 3418 "test/test_confirm_bubble_model.h", | 3418 "test/test_confirm_bubble_model.h", |
| 3419 ] | 3419 ] |
| 3420 deps += [ "//chrome/test:test_support_ui" ] | 3420 deps += [ "//chrome/test:test_support_ui" ] |
| 3421 } | 3421 } |
| 3422 | 3422 |
| 3423 if (enable_extensions) { | 3423 if (enable_extensions) { |
| 3424 deps += [ "//extensions/browser" ] | 3424 deps += [ "//extensions/browser" ] |
| 3425 } | 3425 } |
| 3426 } | 3426 } |
| OLD | NEW |