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

Side by Side Diff: components/web_view/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: . 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
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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 source_set("switches") { 7 source_set("switches") {
8 sources = [ 8 sources = [
9 "web_view_switches.cc", 9 "web_view_switches.cc",
10 "web_view_switches.h", 10 "web_view_switches.h",
(...skipping 23 matching lines...) Expand all
34 34
35 deps = [ 35 deps = [
36 ":switches", 36 ":switches",
37 "//base", 37 "//base",
38 "//components/clipboard/public/interfaces", 38 "//components/clipboard/public/interfaces",
39 "//components/devtools_service/public/cpp", 39 "//components/devtools_service/public/cpp",
40 "//components/devtools_service/public/interfaces", 40 "//components/devtools_service/public/interfaces",
41 "//components/resource_provider/public/interfaces", 41 "//components/resource_provider/public/interfaces",
42 "//components/view_manager/public/cpp", 42 "//components/view_manager/public/cpp",
43 "//components/view_manager/public/interfaces", 43 "//components/view_manager/public/interfaces",
44 "//components/web_view/test_runner/public/interfaces",
44 "//mojo/application/public/cpp:sources", 45 "//mojo/application/public/cpp:sources",
45 "//mojo/application/public/interfaces", 46 "//mojo/application/public/interfaces",
46 "//mojo/common:common_base", 47 "//mojo/common:common_base",
47 "//mojo/converters/geometry", 48 "//mojo/converters/geometry",
48 "//mojo/services/network/public/interfaces", 49 "//mojo/services/network/public/interfaces",
49 "//mojo/services/tracing/public/interfaces", 50 "//mojo/services/tracing/public/interfaces",
50 "//third_party/mojo/src/mojo/public/cpp/bindings", 51 "//third_party/mojo/src/mojo/public/cpp/bindings",
51 "//url", 52 "//url",
52 ] 53 ]
53 54
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "//components/view_manager/public/interfaces", 99 "//components/view_manager/public/interfaces",
99 "//components/web_view/public/interfaces", 100 "//components/web_view/public/interfaces",
100 "//mojo/application/public/cpp:sources", 101 "//mojo/application/public/cpp:sources",
101 "//mojo/application/public/cpp:test_support", 102 "//mojo/application/public/cpp:test_support",
102 "//ui/mojo/geometry:interfaces", 103 "//ui/mojo/geometry:interfaces",
103 "//ui/mojo/geometry:util", 104 "//ui/mojo/geometry:util",
104 ] 105 ]
105 106
106 data_deps = [ "//components/view_manager" ] 107 data_deps = [ "//components/view_manager" ]
107 } 108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698