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

Side by Side Diff: headless/BUILD.gn

Issue 1940633002: Rename gfx::Display/Screen to display::Display/Screen in headless (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | headless/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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 8
9 group("headless") { 9 group("headless") {
10 deps = [ 10 deps = [
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "//content/public/app:both", 253 "//content/public/app:both",
254 "//content/public/browser", 254 "//content/public/browser",
255 "//content/public/child", 255 "//content/public/child",
256 "//content/public/common", 256 "//content/public/common",
257 "//content/public/renderer", 257 "//content/public/renderer",
258 "//content/public/utility", 258 "//content/public/utility",
259 "//net", 259 "//net",
260 "//ui/aura", 260 "//ui/aura",
261 "//ui/base", 261 "//ui/base",
262 "//ui/compositor", 262 "//ui/compositor",
263 "//ui/display",
263 "//ui/ozone", 264 "//ui/ozone",
264 "//url", 265 "//url",
265 ] 266 ]
266 } 267 }
267 268
268 group("headless_tests") { 269 group("headless_tests") {
269 testonly = true 270 testonly = true
270 271
271 deps = [ 272 deps = [
272 ":client_api_generator_tests", 273 ":client_api_generator_tests",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 sources = [ 333 sources = [
333 "app/headless_shell.cc", 334 "app/headless_shell.cc",
334 "app/headless_shell_switches.cc", 335 "app/headless_shell_switches.cc",
335 "app/headless_shell_switches.h", 336 "app/headless_shell_switches.h",
336 ] 337 ]
337 338
338 deps = [ 339 deps = [
339 "//headless:headless_lib", 340 "//headless:headless_lib",
340 ] 341 ]
341 } 342 }
OLDNEW
« no previous file with comments | « no previous file | headless/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698