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

Side by Side Diff: ash/test/BUILD.gn

Issue 2542493002: Replace kCanMaximize/Minimize/Resize with kResizeBehavior. (Closed)
Patch Set: Fix int->bool compile issue. Created 4 years 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 | « ash/mus/non_client_frame_controller.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # Used to test ash with an aura backend. 7 # Used to test ash with an aura backend.
8 source_set("ash_with_aura_test_support") { 8 source_set("ash_with_aura_test_support") {
9 testonly = true 9 testonly = true
10 sources = [ 10 sources = [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 deps = [ 135 deps = [
136 "//ash/common/test:test_support", 136 "//ash/common/test:test_support",
137 "//ash/public/cpp", 137 "//ash/public/cpp",
138 "//ash/public/interfaces", 138 "//ash/public/interfaces",
139 "//ash/resources", 139 "//ash/resources",
140 "//base:i18n", 140 "//base:i18n",
141 "//base/test:test_support", 141 "//base/test:test_support",
142 "//components/signin/core/account_id", 142 "//components/signin/core/account_id",
143 "//components/user_manager:user_manager", 143 "//components/user_manager:user_manager",
144 "//device/bluetooth", 144 "//device/bluetooth",
145 "//services/ui/public/interfaces",
145 "//skia", 146 "//skia",
146 "//testing/gtest", 147 "//testing/gtest",
147 "//ui/accessibility", 148 "//ui/accessibility",
148 "//ui/app_list:test_support", 149 "//ui/app_list:test_support",
149 "//ui/app_list/presenter", 150 "//ui/app_list/presenter",
150 "//ui/aura", 151 "//ui/aura",
151 "//ui/aura:test_support", 152 "//ui/aura:test_support",
152 "//ui/base:test_support", 153 "//ui/base:test_support",
153 "//ui/compositor:test_support", 154 "//ui/compositor:test_support",
154 "//ui/display/types", 155 "//ui/display/types",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 deps = [ 204 deps = [
204 ":test_support_with_content", 205 ":test_support_with_content",
205 "//base", 206 "//base",
206 "//skia", 207 "//skia",
207 "//testing/gtest", 208 "//testing/gtest",
208 "//ui/aura", 209 "//ui/aura",
209 "//ui/base", 210 "//ui/base",
210 "//ui/gl:test_support", 211 "//ui/gl:test_support",
211 ] 212 ]
212 } 213 }
OLDNEW
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698