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

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

Issue 1898033003: Revert https://codereview.chromium.org/1871233002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « ui/latency_info/latency_info_unittests.gyp ('k') | ui/views/views.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 17 matching lines...) Expand all
28 28
29 defines = [ "VIEWS_IMPLEMENTATION" ] 29 defines = [ "VIEWS_IMPLEMENTATION" ]
30 30
31 deps = [ 31 deps = [
32 "//base:i18n", 32 "//base:i18n",
33 "//base/third_party/dynamic_annotations", 33 "//base/third_party/dynamic_annotations",
34 "//skia", 34 "//skia",
35 "//third_party/icu", 35 "//third_party/icu",
36 "//ui/accessibility", 36 "//ui/accessibility",
37 "//ui/display", 37 "//ui/display",
38 "//ui/latency_info",
39 "//ui/native_theme", 38 "//ui/native_theme",
40 "//ui/resources", 39 "//ui/resources",
41 "//ui/strings", 40 "//ui/strings",
42 "//ui/views/resources", 41 "//ui/views/resources",
43 "//url", 42 "//url",
44 ] 43 ]
45 44
46 public_deps = [ 45 public_deps = [
47 "//base", 46 "//base",
48 "//ui/accessibility:ax_gen", 47 "//ui/accessibility:ax_gen",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "//ui/base:test_support", 320 "//ui/base:test_support",
322 "//ui/compositor", 321 "//ui/compositor",
323 "//ui/events:test_support", 322 "//ui/events:test_support",
324 "//ui/gl:test_support", 323 "//ui/gl:test_support",
325 "//ui/resources", 324 "//ui/resources",
326 "//ui/resources:ui_test_pak", 325 "//ui/resources:ui_test_pak",
327 "//ui/strings", 326 "//ui/strings",
328 ] 327 ]
329 } 328 }
330 } 329 }
OLDNEW
« no previous file with comments | « ui/latency_info/latency_info_unittests.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698