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

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

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 years, 1 month 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 sources = [ 111 sources = [
112 "frame_apptest.cc", 112 "frame_apptest.cc",
113 "web_view_apptest.cc", 113 "web_view_apptest.cc",
114 ] 114 ]
115 115
116 deps = [ 116 deps = [
117 ":lib", 117 ":lib",
118 ":test_support", 118 ":test_support",
119 "//base", 119 "//base",
120 "//base/test:test_config", 120 "//base/test:test_config",
121 "//components/mus/public/cpp",
121 "//components/mus/public/cpp/tests:test_support", 122 "//components/mus/public/cpp/tests:test_support",
122 "//components/mus/public/interfaces", 123 "//components/mus/public/interfaces",
123 "//components/mus/public/cpp",
124 "//components/web_view/public/cpp", 124 "//components/web_view/public/cpp",
125 "//components/web_view/public/interfaces", 125 "//components/web_view/public/interfaces",
126 "//mojo/application/public/cpp:sources", 126 "//mojo/application/public/cpp:sources",
127 "//mojo/application/public/cpp:test_support", 127 "//mojo/application/public/cpp:test_support",
128 "//mojo/util:filename_util", 128 "//mojo/util:filename_util",
129 "//ui/mojo/geometry:interfaces", 129 "//ui/mojo/geometry:interfaces",
130 "//ui/mojo/geometry:util", 130 "//ui/mojo/geometry:util",
131 "//url:url", 131 "//url:url",
132 ] 132 ]
133 133
134 data_deps = [ 134 data_deps = [
135 ":web_view", 135 ":web_view",
136 ] 136 ]
137 } 137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698