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

Side by Side Diff: mandoline/BUILD.gn

Issue 1308973005: html_viewer/web_view: An app for running layout-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot/merge Created 5 years, 3 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 | « components/web_view/test_runner/test_runner_main.cc ('k') | no next file » | 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 group("all") { 7 group("all") {
8 # Meta-target, don't link into production code. 8 # Meta-target, don't link into production code.
9 testonly = true 9 testonly = true
10 10
(...skipping 24 matching lines...) Expand all
35 deps += [ 35 deps += [
36 "//components/clipboard:apptests", 36 "//components/clipboard:apptests",
37 "//components/filesystem:apptests", 37 "//components/filesystem:apptests",
38 "//components/html_viewer:apptests", 38 "//components/html_viewer:apptests",
39 "//components/html_viewer:html_viewer_unittests", 39 "//components/html_viewer:html_viewer_unittests",
40 "//components/html_viewer:layout_test_html_viewer", 40 "//components/html_viewer:layout_test_html_viewer",
41 "//components/resource_provider:apptests", 41 "//components/resource_provider:apptests",
42 "//components/resource_provider:resource_provider_unittests", 42 "//components/resource_provider:resource_provider_unittests",
43 "//components/view_manager:tests", 43 "//components/view_manager:tests",
44 "//components/web_view:apptests", 44 "//components/web_view:apptests",
45 "//components/web_view/test_runner",
45 "//media/mojo/services:tests", 46 "//media/mojo/services:tests",
46 "//sql/mojo:apptests", 47 "//sql/mojo:apptests",
47 ] 48 ]
48 49
49 if (use_aura) { 50 if (use_aura) {
50 deps += [ "//mandoline/ui/desktop_ui:mandoline_browser_apptests" ] 51 deps += [ "//mandoline/ui/desktop_ui:mandoline_browser_apptests" ]
51 } 52 }
52 } 53 }
53 } 54 }
OLDNEW
« no previous file with comments | « components/web_view/test_runner/test_runner_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698