Chromium Code Reviews| 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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 849 ] | 849 ] |
| 850 | 850 |
| 851 configs += [ "//build/config:precompiled_headers" ] | 851 configs += [ "//build/config:precompiled_headers" ] |
| 852 defines = [ "ASH_IMPLEMENTATION" ] | 852 defines = [ "ASH_IMPLEMENTATION" ] |
| 853 | 853 |
| 854 public_deps = [ | 854 public_deps = [ |
| 855 "//ash/common/strings", | 855 "//ash/common/strings", |
| 856 "//ash/resources", | 856 "//ash/resources", |
| 857 "//ash/resources/vector_icons", | 857 "//ash/resources/vector_icons", |
| 858 "//ash/shared:app_types", | 858 "//ash/shared:app_types", |
| 859 | |
| 860 # This is a tiny dependency that just defines some service name strings & is | |
| 861 # not equivalent to depending on content in a more substantial manner. | |
| 862 "//content/public/common:service_names", | |
|
James Cook
2017/01/23 17:25:05
Per offline discussion, can you ping ben and see i
sky
2017/01/23 17:27:41
Will do.
| |
| 863 ] | 859 ] |
| 864 deps = [ | 860 deps = [ |
| 865 "//ash/autoclick/common:autoclick", | 861 "//ash/autoclick/common:autoclick", |
| 866 "//ash/public/cpp", | 862 "//ash/public/cpp", |
| 867 "//ash/public/interfaces", | 863 "//ash/public/interfaces", |
| 868 "//ash/touch_hud", | 864 "//ash/touch_hud", |
| 869 "//base", | 865 "//base", |
| 870 "//base:i18n", | 866 "//base:i18n", |
| 871 "//base/third_party/dynamic_annotations", | 867 "//base/third_party/dynamic_annotations", |
| 872 "//cc", | 868 "//cc", |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1427 "//content/public/app:both", | 1423 "//content/public/app:both", |
| 1428 "//device/bluetooth", | 1424 "//device/bluetooth", |
| 1429 ] | 1425 ] |
| 1430 | 1426 |
| 1431 data_deps = [ | 1427 data_deps = [ |
| 1432 "//ash/common/strings:ash_test_strings", | 1428 "//ash/common/strings:ash_test_strings", |
| 1433 "//ash/resources:ash_test_resources_with_content_100_percent", | 1429 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1434 "//ash/resources:ash_test_resources_200_percent", | 1430 "//ash/resources:ash_test_resources_200_percent", |
| 1435 ] | 1431 ] |
| 1436 } | 1432 } |
| OLD | NEW |