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

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

Issue 1925493002: Add manifests to many more gn built exe files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/aura/BUILD.gn ('k') | win8/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 6
7 component("views_examples_lib") { 7 component("views_examples_lib") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 sources = [ 99 sources = [
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 "//build/config/sanitizers:deps", 107 "//build/config/sanitizers:deps",
108 "//build/win:default_exe_manifest",
108 "//ui/base", 109 "//ui/base",
109 "//ui/compositor", 110 "//ui/compositor",
110 "//ui/compositor:test_support", 111 "//ui/compositor:test_support",
111 "//ui/gfx", 112 "//ui/gfx",
112 "//ui/gl", 113 "//ui/gl",
113 "//ui/resources:ui_test_pak", 114 "//ui/resources:ui_test_pak",
114 "//ui/views", 115 "//ui/views",
115 "//ui/views:test_support", 116 "//ui/views:test_support",
116 "//ui/wm", 117 "//ui/wm",
117 ] 118 ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 sources = [ 155 sources = [
155 "examples_with_content_main_exe.cc", 156 "examples_with_content_main_exe.cc",
156 ] 157 ]
157 158
158 defines = [ "VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION" ] 159 defines = [ "VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION" ]
159 160
160 deps = [ 161 deps = [
161 ":views_examples_with_content_lib", 162 ":views_examples_with_content_lib",
162 "//base", 163 "//base",
163 "//build/config/sanitizers:deps", 164 "//build/config/sanitizers:deps",
165 "//build/win:default_exe_manifest",
164 "//content", 166 "//content",
165 "//content:sandbox_helper_win", 167 "//content:sandbox_helper_win",
166 "//sandbox", 168 "//sandbox",
167 "//ui/views_content_client", 169 "//ui/views_content_client",
168 ] 170 ]
169 171
170 if (is_win) { 172 if (is_win) {
171 configs += [ "//build/config/win:windowed" ] 173 configs += [ "//build/config/win:windowed" ]
172 configs -= [ "//build/config/win:console" ] 174 configs -= [ "//build/config/win:console" ]
173 } 175 }
174 } 176 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | win8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698