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

Side by Side Diff: components/test_runner/BUILD.gn

Issue 1965073002: Rename gfx::Display to display::Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « chrome/browser/ui/window_sizer/window_sizer.h ('k') | components/test_runner/DEPS » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 } 9 }
10 10
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 ":resources", 108 ":resources",
109 "//base:base", 109 "//base:base",
110 "//base:i18n", 110 "//base:i18n",
111 "//cc", 111 "//cc",
112 "//cc/blink", 112 "//cc/blink",
113 "//gin", 113 "//gin",
114 "//gpu", 114 "//gpu",
115 "//net", 115 "//net",
116 "//skia", 116 "//skia",
117 "//third_party/WebKit/public:blink", 117 "//third_party/WebKit/public:blink",
118 "//ui/display",
118 "//ui/events:dom_keycode_converter", 119 "//ui/events:dom_keycode_converter",
119 "//ui/events:events_base", 120 "//ui/events:events_base",
120 "//ui/gfx", 121 "//ui/gfx",
121 "//ui/gfx:test_support", 122 "//ui/gfx:test_support",
122 "//ui/gfx/geometry", 123 "//ui/gfx/geometry",
123 "//url", 124 "//url",
124 "//v8", 125 "//v8",
125 ] 126 ]
126 } 127 }
127 128
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 if (is_mac) { 204 if (is_mac) {
204 libs = [ "AppKit.framework" ] 205 libs = [ "AppKit.framework" ]
205 } 206 }
206 207
207 deps = [ 208 deps = [
208 "//build/config/sanitizers:deps", 209 "//build/config/sanitizers:deps",
209 "//build/win:default_exe_manifest", 210 "//build/win:default_exe_manifest",
210 ] 211 ]
211 } 212 }
212 } 213 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer.h ('k') | components/test_runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698