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

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

Issue 1852883002: Include the missing deps//ui/resources:ui_test_pak to make ResourceBundle work in views_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | 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 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "//ui/compositor:test_support", 223 "//ui/compositor:test_support",
224 "//ui/events:dom_keycode_converter", 224 "//ui/events:dom_keycode_converter",
225 "//ui/events:events_base", 225 "//ui/events:events_base",
226 "//ui/events:test_support", 226 "//ui/events:test_support",
227 "//ui/events/platform", 227 "//ui/events/platform",
228 "//ui/gfx:test_support", 228 "//ui/gfx:test_support",
229 "//ui/gfx/geometry", 229 "//ui/gfx/geometry",
230 "//ui/gl:test_support", 230 "//ui/gl:test_support",
231 "//ui/native_theme", 231 "//ui/native_theme",
232 "//ui/resources", 232 "//ui/resources",
233 "//ui/resources:ui_test_pak",
233 "//ui/strings", 234 "//ui/strings",
234 "//url", 235 "//url",
235 ] 236 ]
236 237
237 # TODO(thakis): This should be a data_deps on //ui/resources:ui_test_pak, but 238 # TODO(thakis): This should be a data_deps on //ui/resources:ui_test_pak, but
238 # that has no effect. (See similar TODOs elsewhere ui_test.pak is listed) 239 # that has no effect. (See similar TODOs elsewhere ui_test.pak is listed)
239 data = [ 240 data = [
240 "$root_out_dir/ui_test.pak", 241 "$root_out_dir/ui_test.pak",
241 ] 242 ]
242 243
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "//ui/base:test_support", 314 "//ui/base:test_support",
314 "//ui/compositor", 315 "//ui/compositor",
315 "//ui/events:test_support", 316 "//ui/events:test_support",
316 "//ui/gl:test_support", 317 "//ui/gl:test_support",
317 "//ui/resources", 318 "//ui/resources",
318 "//ui/resources:ui_test_pak", 319 "//ui/resources:ui_test_pak",
319 "//ui/strings", 320 "//ui/strings",
320 ] 321 ]
321 } 322 }
322 } 323 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698