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

Side by Side Diff: components/exo/BUILD.gn

Issue 2163253003: Moves ash/strings to ash/common/strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extraneous Created 4 years, 5 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 | « chrome/tools/build/repack_locales.py ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("exo") { 8 source_set("exo") {
9 sources = [ 9 sources = [
10 "buffer.cc", 10 "buffer.cc",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 132
133 deps = [ 133 deps = [
134 ":unit_tests", 134 ":unit_tests",
135 "//ash:test_support", 135 "//ash:test_support",
136 "//base", 136 "//base",
137 "//base/test:test_support", 137 "//base/test:test_support",
138 "//device/gamepad:test_helpers", 138 "//device/gamepad:test_helpers",
139 ] 139 ]
140 140
141 data_deps = [ 141 data_deps = [
142 "//ash/common/strings:ash_test_strings",
142 "//ash/resources:ash_test_resources_100_percent", 143 "//ash/resources:ash_test_resources_100_percent",
143 "//ash/resources:ash_test_resources_200_percent", 144 "//ash/resources:ash_test_resources_200_percent",
144 "//ash/strings:ash_test_strings",
145 ] 145 ]
146 146
147 if (use_x11) { 147 if (use_x11) {
148 deps += [ "//tools/xdisplaycheck" ] 148 deps += [ "//tools/xdisplaycheck" ]
149 } 149 }
150 150
151 if (is_linux) { 151 if (is_linux) {
152 deps += [ "//components/exo/wayland:unit_tests" ] 152 deps += [ "//components/exo/wayland:unit_tests" ]
153 } 153 }
154 } 154 }
OLDNEW
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698