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

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

Issue 1834243003: Revert of Move ScreenWin to ui/display (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 | « ui/gfx/win/screen_win_display.cc ('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 29 matching lines...) Expand all
40 "//ui/views/resources", 40 "//ui/views/resources",
41 "//url", 41 "//url",
42 ] 42 ]
43 43
44 public_deps = [ 44 public_deps = [
45 "//base", 45 "//base",
46 "//ui/accessibility:ax_gen", 46 "//ui/accessibility:ax_gen",
47 "//ui/base", 47 "//ui/base",
48 "//ui/base/ime", 48 "//ui/base/ime",
49 "//ui/compositor", 49 "//ui/compositor",
50 "//ui/display",
51 "//ui/events", 50 "//ui/events",
52 "//ui/events:events_base", 51 "//ui/events:events_base",
53 "//ui/events/platform", 52 "//ui/events/platform",
54 "//ui/gfx", 53 "//ui/gfx",
55 "//ui/gfx/geometry", 54 "//ui/gfx/geometry",
56 "//ui/views/resources", 55 "//ui/views/resources",
57 ] 56 ]
58 57
59 if (use_x11 && !is_chromeos) { 58 if (use_x11 && !is_chromeos) {
60 deps += [ "//ui/display/util" ] 59 deps += [ "//ui/display/util" ]
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "//ui/base:test_support", 313 "//ui/base:test_support",
315 "//ui/compositor", 314 "//ui/compositor",
316 "//ui/events:test_support", 315 "//ui/events:test_support",
317 "//ui/gl:test_support", 316 "//ui/gl:test_support",
318 "//ui/resources", 317 "//ui/resources",
319 "//ui/resources:ui_test_pak", 318 "//ui/resources:ui_test_pak",
320 "//ui/strings", 319 "//ui/strings",
321 ] 320 ]
322 } 321 }
323 } 322 }
OLDNEW
« no previous file with comments | « ui/gfx/win/screen_win_display.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698