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

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 1438903002: p1 mus+ash chrome renders ui and content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, fixed release build 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
« no previous file with comments | « content/browser/compositor/software_output_device_mus.cc ('k') | ui/views/mus/DEPS » ('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("//tools/grit/repack.gni") 5 import("//tools/grit/repack.gni")
6 6
7 component("mus") { 7 component("mus") {
8 output_name = "ui_views_mus_lib" 8 output_name = "ui_views_mus_lib"
9 9
10 sources = [ 10 sources = [
(...skipping 24 matching lines...) Expand all
35 public_deps = [ 35 public_deps = [
36 ":resources", 36 ":resources",
37 "//components/mus/public/cpp", 37 "//components/mus/public/cpp",
38 ] 38 ]
39 deps = [ 39 deps = [
40 "//base", 40 "//base",
41 "//base:i18n", 41 "//base:i18n",
42 "//base/third_party/dynamic_annotations", 42 "//base/third_party/dynamic_annotations",
43 "//cc", 43 "//cc",
44 "//cc/surfaces", 44 "//cc/surfaces",
45 "//components/bitmap_uploader",
45 "//components/mus/gles2:lib", 46 "//components/mus/gles2:lib",
46 "//components/mus/public/cpp", 47 "//components/mus/public/cpp",
47 "//components/mus/public/interfaces", 48 "//components/mus/public/interfaces",
48 "//components/resource_provider/public/cpp", 49 "//components/resource_provider/public/cpp",
49 "//components/resource_provider/public/interfaces", 50 "//components/resource_provider/public/interfaces",
50 "//skia", 51 "//skia",
51 "//mojo/application/public/cpp", 52 "//mojo/application/public/cpp",
52 "//mojo/application/public/interfaces", 53 "//mojo/application/public/interfaces",
53 "//mojo/converters/geometry", 54 "//mojo/converters/geometry",
54 "//mojo/converters/ime", 55 "//mojo/converters/ime",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 } 117 }
117 118
118 group("for_component") { 119 group("for_component") {
119 public_deps = [ 120 public_deps = [
120 ":mus", 121 ":mus",
121 ] 122 ]
122 deps = [ 123 deps = [
123 "//mojo/gles2", 124 "//mojo/gles2",
124 ] 125 ]
125 } 126 }
OLDNEW
« no previous file with comments | « content/browser/compositor/software_output_device_mus.cc ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698