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

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

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 10 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 | « ui/snapshot/snapshot.gyp ('k') | ui/views/examples/examples.gyp » ('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 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 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("views.gyp") ], 10 [ rebase_path("views.gyp") ],
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 ] 202 ]
203 } 203 }
204 204
205 test("views_unittests") { 205 test("views_unittests") {
206 sources = gypi_values.views_unittests_sources 206 sources = gypi_values.views_unittests_sources
207 207
208 deps = [ 208 deps = [
209 ":test_support", 209 ":test_support",
210 "//base", 210 "//base",
211 "//base:i18n", 211 "//base:i18n",
212 "//base/allocator",
213 "//base/test:test_support", 212 "//base/test:test_support",
214 "//cc", 213 "//cc",
215 "//skia", 214 "//skia",
216 "//testing/gtest", 215 "//testing/gtest",
217 "//third_party/icu", 216 "//third_party/icu",
218 "//ui/accessibility", 217 "//ui/accessibility",
219 "//ui/base", 218 "//ui/base",
220 "//ui/base:test_support", 219 "//ui/base:test_support",
221 "//ui/base/ime", 220 "//ui/base/ime",
222 "//ui/compositor:test_support", 221 "//ui/compositor:test_support",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "//ui/base:test_support", 308 "//ui/base:test_support",
310 "//ui/compositor", 309 "//ui/compositor",
311 "//ui/events:test_support", 310 "//ui/events:test_support",
312 "//ui/gl:test_support", 311 "//ui/gl:test_support",
313 "//ui/resources", 312 "//ui/resources",
314 "//ui/resources:ui_test_pak", 313 "//ui/resources:ui_test_pak",
315 "//ui/strings", 314 "//ui/strings",
316 ] 315 ]
317 } 316 }
318 } 317 }
OLDNEW
« no previous file with comments | « ui/snapshot/snapshot.gyp ('k') | ui/views/examples/examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698