Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Side by Side Diff: ui/views/BUILD.gn

Issue 2852733002: Duplicate -Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: move unittest to ui/views Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/ui_devtools/devtools/window_element.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 import("//ui/vector_icons/vector_icons.gni") 10 import("//ui/vector_icons/vector_icons.gni")
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 } 1038 }
1039 } 1039 }
1040 } 1040 }
1041 1041
1042 if (!is_chromeos) { 1042 if (!is_chromeos) {
1043 sources += [ "widget/desktop_widget_unittest.cc" ] 1043 sources += [ "widget/desktop_widget_unittest.cc" ]
1044 } 1044 }
1045 1045
1046 deps = [ 1046 deps = [
1047 ":views_unittests_sources", 1047 ":views_unittests_sources",
1048 "//components/ui_devtools:devtool_unittests",
1048 ] 1049 ]
1049 } 1050 }
1050 1051
1051 if (is_mac) { 1052 if (is_mac) {
1052 test("macviews_interactive_ui_tests") { 1053 test("macviews_interactive_ui_tests") {
1053 sources = [ 1054 sources = [
1054 "cocoa/bridged_native_widget_interactive_uitest.mm", 1055 "cocoa/bridged_native_widget_interactive_uitest.mm",
1055 "run_all_unittests_main.cc", 1056 "run_all_unittests_main.cc",
1056 "widget/native_widget_mac_interactive_uitest.mm", 1057 "widget/native_widget_mac_interactive_uitest.mm",
1057 ] 1058 ]
1058 deps = [ 1059 deps = [
1059 ":test_support", 1060 ":test_support",
1060 ":views", 1061 ":views",
1061 "//base", 1062 "//base",
1062 "//base/test:test_support", 1063 "//base/test:test_support",
1063 "//skia", 1064 "//skia",
1064 "//testing/gtest", 1065 "//testing/gtest",
1065 "//ui/base:test_support", 1066 "//ui/base:test_support",
1066 "//ui/compositor", 1067 "//ui/compositor",
1067 "//ui/events:test_support", 1068 "//ui/events:test_support",
1068 "//ui/gl:test_support", 1069 "//ui/gl:test_support",
1069 "//ui/resources", 1070 "//ui/resources",
1070 "//ui/resources:ui_test_pak", 1071 "//ui/resources:ui_test_pak",
1071 "//ui/strings", 1072 "//ui/strings",
1072 ] 1073 ]
1073 } 1074 }
1074 } 1075 }
OLDNEW
« no previous file with comments | « components/ui_devtools/devtools/window_element.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698