| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
| 9 | 9 |
| 10 # Historical note: Ash shipped on Windows for a couple years to support | 10 # Historical note: Ash shipped on Windows for a couple years to support |
| (...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 "//ui/views", | 1455 "//ui/views", |
| 1456 "//ui/views:test_support", | 1456 "//ui/views:test_support", |
| 1457 "//ui/wm", | 1457 "//ui/wm", |
| 1458 "//url", | 1458 "//url", |
| 1459 ] | 1459 ] |
| 1460 | 1460 |
| 1461 data_deps = [ | 1461 data_deps = [ |
| 1462 "//ash/strings:ash_test_strings", | 1462 "//ash/strings:ash_test_strings", |
| 1463 "//ash/resources:ash_test_resources_100_percent", | 1463 "//ash/resources:ash_test_resources_100_percent", |
| 1464 "//ash/resources:ash_test_resources_200_percent", | 1464 "//ash/resources:ash_test_resources_200_percent", |
| 1465 "//testing/buildbot/filters:ash_unittests_filters", |
| 1465 ] | 1466 ] |
| 1466 | 1467 |
| 1467 if (!use_x11) { | 1468 if (!use_x11) { |
| 1468 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ] | 1469 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ] |
| 1469 } | 1470 } |
| 1470 | 1471 |
| 1471 # Usage of content should be in ash_with_content. | 1472 # Usage of content should be in ash_with_content. |
| 1472 assert_no_deps = [ | 1473 assert_no_deps = [ |
| 1473 "//content/public/browser", | 1474 "//content/public/browser", |
| 1474 "//content/public/common", | 1475 "//content/public/common", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 1491 "//content/public/app:both", | 1492 "//content/public/app:both", |
| 1492 "//device/bluetooth", | 1493 "//device/bluetooth", |
| 1493 ] | 1494 ] |
| 1494 | 1495 |
| 1495 data_deps = [ | 1496 data_deps = [ |
| 1496 "//ash/strings:ash_test_strings", | 1497 "//ash/strings:ash_test_strings", |
| 1497 "//ash/resources:ash_test_resources_with_content_100_percent", | 1498 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1498 "//ash/resources:ash_test_resources_200_percent", | 1499 "//ash/resources:ash_test_resources_200_percent", |
| 1499 ] | 1500 ] |
| 1500 } | 1501 } |
| OLD | NEW |