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