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

Side by Side Diff: headless/BUILD.gn

Issue 1906423003: headless: Remove old load observer API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update headless shell. 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/app/headless_shell.cc » ('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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "//base", 322 "//base",
323 "//content/test:browsertest_base", 323 "//content/test:browsertest_base",
324 "//content/test:test_support", 324 "//content/test:test_support",
325 "//headless:headless_lib", 325 "//headless:headless_lib",
326 "//testing/gmock", 326 "//testing/gmock",
327 "//testing/gtest", 327 "//testing/gtest",
328 ] 328 ]
329 } 329 }
330 330
331 executable("headless_shell") { 331 executable("headless_shell") {
332 testonly = true
333
334 sources = [ 332 sources = [
335 "app/headless_shell.cc", 333 "app/headless_shell.cc",
336 "app/headless_shell_switches.cc", 334 "app/headless_shell_switches.cc",
337 "app/headless_shell_switches.h", 335 "app/headless_shell_switches.h",
338 ] 336 ]
339 337
340 deps = [ 338 deps = [
341 "//headless:headless_lib", 339 "//headless:headless_lib",
342 ] 340 ]
343 } 341 }
OLDNEW
« no previous file with comments | « no previous file | headless/app/headless_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698