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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 "//ppapi/features", | 577 "//ppapi/features", |
578 "//printing/features", | 578 "//printing/features", |
579 "//rlz/features", | 579 "//rlz/features", |
580 "//services/service_manager/runner/common", | 580 "//services/service_manager/runner/common", |
581 "//skia", | 581 "//skia", |
582 "//storage/browser", | 582 "//storage/browser", |
583 "//storage/common", | 583 "//storage/common", |
584 "//third_party/WebKit/public:features", | 584 "//third_party/WebKit/public:features", |
585 "//third_party/WebKit/public:resources", | 585 "//third_party/WebKit/public:resources", |
586 "//third_party/adobe/flash:flapper_version_h", | 586 "//third_party/adobe/flash:flapper_version_h", |
587 "//third_party/brotli", | 587 "//third_party/brotli:dec", |
588 "//third_party/cacheinvalidation", | 588 "//third_party/cacheinvalidation", |
589 "//third_party/cld:cld_version", | 589 "//third_party/cld:cld_version", |
590 "//third_party/icu", | 590 "//third_party/icu", |
591 "//third_party/leveldatabase", | 591 "//third_party/leveldatabase", |
592 "//third_party/libjingle", | 592 "//third_party/libjingle", |
593 "//third_party/re2", | 593 "//third_party/re2", |
594 "//third_party/zlib", | 594 "//third_party/zlib", |
595 "//ui/accessibility", | 595 "//ui/accessibility", |
596 "//ui/base", | 596 "//ui/base", |
597 "//ui/base/ime", | 597 "//ui/base/ime", |
(...skipping 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3492 "test/test_confirm_bubble_model.cc", | 3492 "test/test_confirm_bubble_model.cc", |
3493 "test/test_confirm_bubble_model.h", | 3493 "test/test_confirm_bubble_model.h", |
3494 ] | 3494 ] |
3495 deps += [ "//chrome/test:test_support_ui" ] | 3495 deps += [ "//chrome/test:test_support_ui" ] |
3496 } | 3496 } |
3497 | 3497 |
3498 if (enable_extensions) { | 3498 if (enable_extensions) { |
3499 deps += [ "//extensions/browser" ] | 3499 deps += [ "//extensions/browser" ] |
3500 } | 3500 } |
3501 } | 3501 } |
OLD | NEW |