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

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

Issue 2688593002: WIP: Towards merging OffscreenCanvas and Mus code
Patch Set: Fix reflector unit test Created 3 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 | « ui/compositor/test/in_process_context_factory.cc ('k') | ui/views/examples/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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 component("views_examples_lib") { 7 component("views_examples_lib") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "examples_main.cc", 100 "examples_main.cc",
101 ] 101 ]
102 102
103 deps = [ 103 deps = [
104 ":views_examples_lib", 104 ":views_examples_lib",
105 "//base", 105 "//base",
106 "//base:i18n", 106 "//base:i18n",
107 "//base/test:test_support", 107 "//base/test:test_support",
108 "//build/config/sanitizers:deps", 108 "//build/config/sanitizers:deps",
109 "//build/win:default_exe_manifest", 109 "//build/win:default_exe_manifest",
110 "//cc/surfaces", 110 "//components/display_compositor",
111 "//ui/base", 111 "//ui/base",
112 "//ui/compositor", 112 "//ui/compositor",
113 "//ui/compositor:test_support", 113 "//ui/compositor:test_support",
114 "//ui/gfx", 114 "//ui/gfx",
115 "//ui/gl/init", 115 "//ui/gl/init",
116 "//ui/resources:ui_test_pak", 116 "//ui/resources:ui_test_pak",
117 "//ui/views", 117 "//ui/views",
118 "//ui/views:test_support", 118 "//ui/views:test_support",
119 ] 119 ]
120 120
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 deps = [ 184 deps = [
185 "//content:resources", 185 "//content:resources",
186 ] 186 ]
187 sources = [ 187 sources = [
188 "$root_gen_dir/content/content_resources.pak", 188 "$root_gen_dir/content/content_resources.pak",
189 ] 189 ]
190 outputs = [ 190 outputs = [
191 "$root_out_dir/content_resources.pak", 191 "$root_out_dir/content_resources.pak",
192 ] 192 ]
193 } 193 }
OLDNEW
« no previous file with comments | « ui/compositor/test/in_process_context_factory.cc ('k') | ui/views/examples/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698