| 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 "//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", |
| 596 "//ui/compositor", | 596 "//ui/compositor", |
| 597 "//ui/content_accelerators", | 597 "//ui/content_accelerators", |
| 598 "//ui/display", | 598 "//ui/display", |
| 599 "//ui/display/manager", |
| 599 "//ui/events", | 600 "//ui/events", |
| 600 "//ui/events:gesture_detection", | 601 "//ui/events:gesture_detection", |
| 601 "//ui/gfx", | 602 "//ui/gfx", |
| 602 "//ui/gfx/geometry", | 603 "//ui/gfx/geometry", |
| 603 "//ui/message_center", | 604 "//ui/message_center", |
| 604 "//ui/native_theme", | 605 "//ui/native_theme", |
| 605 "//ui/native_theme:native_theme_browser", | 606 "//ui/native_theme:native_theme_browser", |
| 606 "//ui/resources", | 607 "//ui/resources", |
| 607 "//ui/shell_dialogs", | 608 "//ui/shell_dialogs", |
| 608 "//ui/snapshot", | 609 "//ui/snapshot", |
| (...skipping 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3475 "test/test_confirm_bubble_model.cc", | 3476 "test/test_confirm_bubble_model.cc", |
| 3476 "test/test_confirm_bubble_model.h", | 3477 "test/test_confirm_bubble_model.h", |
| 3477 ] | 3478 ] |
| 3478 deps += [ "//chrome/test:test_support_ui" ] | 3479 deps += [ "//chrome/test:test_support_ui" ] |
| 3479 } | 3480 } |
| 3480 | 3481 |
| 3481 if (enable_extensions) { | 3482 if (enable_extensions) { |
| 3482 deps += [ "//extensions/browser" ] | 3483 deps += [ "//extensions/browser" ] |
| 3483 } | 3484 } |
| 3484 } | 3485 } |
| OLD | NEW |