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

Side by Side Diff: content/test/BUILD.gn

Issue 1889423002: Move Windows DPI Code from ui/gfx to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "//storage/browser", 72 "//storage/browser",
73 "//storage/common", 73 "//storage/common",
74 "//testing/gmock", 74 "//testing/gmock",
75 "//testing/gtest", 75 "//testing/gtest",
76 "//ui/accessibility:ax_gen", 76 "//ui/accessibility:ax_gen",
77 "//ui/base", 77 "//ui/base",
78 "//ui/base:test_support", 78 "//ui/base:test_support",
79 "//ui/base:ui_data_pack", 79 "//ui/base:ui_data_pack",
80 "//ui/base/ime", 80 "//ui/base/ime",
81 "//ui/compositor:test_support", 81 "//ui/compositor:test_support",
82 "//ui/display",
82 "//ui/events:dom_keycode_converter", 83 "//ui/events:dom_keycode_converter",
83 "//ui/events:events_base", 84 "//ui/events:events_base",
84 "//ui/events:gesture_detection", 85 "//ui/events:gesture_detection",
85 "//ui/events:test_support", 86 "//ui/events:test_support",
86 "//ui/gfx:test_support", 87 "//ui/gfx:test_support",
87 "//ui/gl", 88 "//ui/gl",
88 "//ui/gl:test_support", 89 "//ui/gl:test_support",
89 "//ui/resources", 90 "//ui/resources",
90 "//ui/surface", 91 "//ui/surface",
91 "//url", 92 "//url",
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 "//gpu:test_support", 1020 "//gpu:test_support",
1020 "//media/base/android", 1021 "//media/base/android",
1021 "//media/base/android:media_java", 1022 "//media/base/android:media_java",
1022 "//media/capture/video/android:capture_java", 1023 "//media/capture/video/android:capture_java",
1023 "//testing/gmock", 1024 "//testing/gmock",
1024 "//ui/android:ui_java", 1025 "//ui/android:ui_java",
1025 ] 1026 ]
1026 } 1027 }
1027 } 1028 }
1028 } 1029 }
OLDNEW
« no previous file with comments | « content/renderer/renderer_main_platform_delegate_win.cc ('k') | content/test/blink_test_environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698