| 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 "//storage/browser", | 589 "//storage/browser", |
| 590 "//storage/common", | 590 "//storage/common", |
| 591 "//third_party/WebKit/public:features", | 591 "//third_party/WebKit/public:features", |
| 592 "//third_party/WebKit/public:resources", | 592 "//third_party/WebKit/public:resources", |
| 593 "//third_party/adobe/flash:flapper_version_h", | 593 "//third_party/adobe/flash:flapper_version_h", |
| 594 "//third_party/brotli:dec", | 594 "//third_party/brotli:dec", |
| 595 "//third_party/cacheinvalidation", | 595 "//third_party/cacheinvalidation", |
| 596 "//third_party/cld:cld_version", | 596 "//third_party/cld:cld_version", |
| 597 "//third_party/icu", | 597 "//third_party/icu", |
| 598 "//third_party/leveldatabase", | 598 "//third_party/leveldatabase", |
| 599 "//third_party/libjingle", | |
| 600 "//third_party/re2", | 599 "//third_party/re2", |
| 600 "//third_party/webrtc_overrides", |
| 601 "//third_party/zlib", | 601 "//third_party/zlib", |
| 602 "//ui/accessibility", | 602 "//ui/accessibility", |
| 603 "//ui/base", | 603 "//ui/base", |
| 604 "//ui/base/ime", | 604 "//ui/base/ime", |
| 605 "//ui/compositor", | 605 "//ui/compositor", |
| 606 "//ui/content_accelerators", | 606 "//ui/content_accelerators", |
| 607 "//ui/display", | 607 "//ui/display", |
| 608 "//ui/display/manager", | 608 "//ui/display/manager", |
| 609 "//ui/events", | 609 "//ui/events", |
| 610 "//ui/events:gesture_detection", | 610 "//ui/events:gesture_detection", |
| (...skipping 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3534 "test/test_confirm_bubble_model.cc", | 3534 "test/test_confirm_bubble_model.cc", |
| 3535 "test/test_confirm_bubble_model.h", | 3535 "test/test_confirm_bubble_model.h", |
| 3536 ] | 3536 ] |
| 3537 deps += [ "//chrome/test:test_support_ui" ] | 3537 deps += [ "//chrome/test:test_support_ui" ] |
| 3538 } | 3538 } |
| 3539 | 3539 |
| 3540 if (enable_extensions) { | 3540 if (enable_extensions) { |
| 3541 deps += [ "//extensions/browser" ] | 3541 deps += [ "//extensions/browser" ] |
| 3542 } | 3542 } |
| 3543 } | 3543 } |
| OLD | NEW |