| 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 import("//ui/ozone/ozone.gni") | 9 import("//ui/ozone/ozone.gni") |
| 10 | 10 |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 441 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 442 "//build/config/compiler:no_size_t_to_int_warning", | 442 "//build/config/compiler:no_size_t_to_int_warning", |
| 443 ] | 443 ] |
| 444 | 444 |
| 445 defines = [ "VIEWS_IMPLEMENTATION" ] | 445 defines = [ "VIEWS_IMPLEMENTATION" ] |
| 446 | 446 |
| 447 deps = [ | 447 deps = [ |
| 448 ":aggregate_vector_icons", | 448 ":aggregate_vector_icons", |
| 449 "//base:i18n", | 449 "//base:i18n", |
| 450 "//base/third_party/dynamic_annotations", | 450 "//base/third_party/dynamic_annotations", |
| 451 "//cc/paint", |
| 451 "//services/ui/public/interfaces", | 452 "//services/ui/public/interfaces", |
| 452 "//skia", | 453 "//skia", |
| 453 "//third_party/icu", | 454 "//third_party/icu", |
| 454 "//ui/accessibility", | 455 "//ui/accessibility", |
| 455 "//ui/display", | 456 "//ui/display", |
| 456 "//ui/native_theme", | 457 "//ui/native_theme", |
| 457 "//ui/native_theme:native_theme_browser", | 458 "//ui/native_theme:native_theme_browser", |
| 458 "//ui/resources", | 459 "//ui/resources", |
| 459 "//ui/strings", | 460 "//ui/strings", |
| 460 "//ui/views/resources", | 461 "//ui/views/resources", |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 "//ui/base:test_support", | 1075 "//ui/base:test_support", |
| 1075 "//ui/compositor", | 1076 "//ui/compositor", |
| 1076 "//ui/events:test_support", | 1077 "//ui/events:test_support", |
| 1077 "//ui/gl:test_support", | 1078 "//ui/gl:test_support", |
| 1078 "//ui/resources", | 1079 "//ui/resources", |
| 1079 "//ui/resources:ui_test_pak", | 1080 "//ui/resources:ui_test_pak", |
| 1080 "//ui/strings", | 1081 "//ui/strings", |
| 1081 ] | 1082 ] |
| 1082 } | 1083 } |
| 1083 } | 1084 } |
| OLD | NEW |