| 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 "//components/user_prefs", | 552 "//components/user_prefs", |
| 553 "//components/variations", | 553 "//components/variations", |
| 554 "//components/variations/service", | 554 "//components/variations/service", |
| 555 "//components/version_ui", | 555 "//components/version_ui", |
| 556 "//components/web_cache/browser", | 556 "//components/web_cache/browser", |
| 557 "//components/web_resource", | 557 "//components/web_resource", |
| 558 "//components/zoom", | 558 "//components/zoom", |
| 559 "//content/app/resources", | 559 "//content/app/resources", |
| 560 "//content/public/common", | 560 "//content/public/common", |
| 561 "//crypto", | 561 "//crypto", |
| 562 "//device/base", |
| 562 "//device/bluetooth/public/interfaces:experimental_interfaces", | 563 "//device/bluetooth/public/interfaces:experimental_interfaces", |
| 563 "//device/core", | |
| 564 "//device/usb", | 564 "//device/usb", |
| 565 "//media", | 565 "//media", |
| 566 "//net:net_with_v8", | 566 "//net:net_with_v8", |
| 567 "//services/shell/runner/common", | 567 "//services/shell/runner/common", |
| 568 "//skia", | 568 "//skia", |
| 569 "//storage/browser", | 569 "//storage/browser", |
| 570 "//storage/common", | 570 "//storage/common", |
| 571 "//third_party/WebKit/public:resources", | 571 "//third_party/WebKit/public:resources", |
| 572 "//third_party/adobe/flash:flapper_version_h", | 572 "//third_party/adobe/flash:flapper_version_h", |
| 573 "//third_party/brotli", | 573 "//third_party/brotli", |
| (...skipping 2844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3418 "test/test_confirm_bubble_model.cc", | 3418 "test/test_confirm_bubble_model.cc", |
| 3419 "test/test_confirm_bubble_model.h", | 3419 "test/test_confirm_bubble_model.h", |
| 3420 ] | 3420 ] |
| 3421 deps += [ "//chrome/test:test_support_ui" ] | 3421 deps += [ "//chrome/test:test_support_ui" ] |
| 3422 } | 3422 } |
| 3423 | 3423 |
| 3424 if (enable_extensions) { | 3424 if (enable_extensions) { |
| 3425 deps += [ "//extensions/browser" ] | 3425 deps += [ "//extensions/browser" ] |
| 3426 } | 3426 } |
| 3427 } | 3427 } |
| OLD | NEW |