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 "//net:net_with_v8", | 572 "//net:net_with_v8", |
573 "//ppapi/features", | 573 "//ppapi/features", |
574 "//printing/features", | 574 "//printing/features", |
575 "//services/service_manager/runner/common", | 575 "//services/service_manager/runner/common", |
576 "//skia", | 576 "//skia", |
577 "//storage/browser", | 577 "//storage/browser", |
578 "//storage/common", | 578 "//storage/common", |
579 "//third_party/WebKit/public:features", | 579 "//third_party/WebKit/public:features", |
580 "//third_party/WebKit/public:resources", | 580 "//third_party/WebKit/public:resources", |
581 "//third_party/adobe/flash:flapper_version_h", | 581 "//third_party/adobe/flash:flapper_version_h", |
582 "//third_party/brotli", | 582 "//third_party/brotli:dec", |
583 "//third_party/cacheinvalidation", | 583 "//third_party/cacheinvalidation", |
584 "//third_party/cld:cld_version", | 584 "//third_party/cld:cld_version", |
585 "//third_party/icu", | 585 "//third_party/icu", |
586 "//third_party/leveldatabase", | 586 "//third_party/leveldatabase", |
587 "//third_party/libjingle", | 587 "//third_party/libjingle", |
588 "//third_party/re2", | 588 "//third_party/re2", |
589 "//third_party/zlib", | 589 "//third_party/zlib", |
590 "//ui/accessibility", | 590 "//ui/accessibility", |
591 "//ui/base", | 591 "//ui/base", |
592 "//ui/base/ime", | 592 "//ui/base/ime", |
(...skipping 2889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3482 "test/test_confirm_bubble_model.cc", | 3482 "test/test_confirm_bubble_model.cc", |
3483 "test/test_confirm_bubble_model.h", | 3483 "test/test_confirm_bubble_model.h", |
3484 ] | 3484 ] |
3485 deps += [ "//chrome/test:test_support_ui" ] | 3485 deps += [ "//chrome/test:test_support_ui" ] |
3486 } | 3486 } |
3487 | 3487 |
3488 if (enable_extensions) { | 3488 if (enable_extensions) { |
3489 deps += [ "//extensions/browser" ] | 3489 deps += [ "//extensions/browser" ] |
3490 } | 3490 } |
3491 } | 3491 } |
OLD | NEW |