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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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/html_viewer/web_url_loader_impl.cc ('k') | components/pdf_viewer/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 8
9 source_set("lib") { 9 source_set("lib") {
10 sources = [ 10 sources = [
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "//mojo/shell/public/cpp:test_support", 191 "//mojo/shell/public/cpp:test_support",
192 "//ui/gfx:test_support", 192 "//ui/gfx:test_support",
193 "//ui/gfx/geometry", 193 "//ui/gfx/geometry",
194 "//ui/mojo/geometry:interfaces", 194 "//ui/mojo/geometry:interfaces",
195 "//ui/mojo/geometry:util", 195 "//ui/mojo/geometry:util",
196 ] 196 ]
197 197
198 data_deps = [ 198 data_deps = [
199 ":lib", 199 ":lib",
200 ] 200 ]
201
202 if (use_x11) {
203 deps += [ "//tools/xdisplaycheck" ]
204 }
201 } 205 }
OLDNEW
« no previous file with comments | « components/html_viewer/web_url_loader_impl.cc ('k') | components/pdf_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698