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

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

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint errors/warnings Created 5 years, 2 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/app_list/demo/app_list_demo_views.cc ('k') | ui/views/examples/examples.gyp » ('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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "examples_with_content_main_exe.cc", 155 "examples_with_content_main_exe.cc",
156 ] 156 ]
157 157
158 defines = [ "VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION" ] 158 defines = [ "VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION" ]
159 159
160 deps = [ 160 deps = [
161 ":views_examples_with_content_lib", 161 ":views_examples_with_content_lib",
162 "//base", 162 "//base",
163 "//build/config/sanitizers:deps", 163 "//build/config/sanitizers:deps",
164 "//content", 164 "//content",
165 "//content:startup_helper_win", 165 "//content:sandbox_helper_win",
166 "//ui/views_content_client", 166 "//ui/views_content_client",
167 ] 167 ]
168 168
169 if (is_win) { 169 if (is_win) {
170 configs += [ "//build/config/win:windowed" ] 170 configs += [ "//build/config/win:windowed" ]
171 configs -= [ "//build/config/win:console" ] 171 configs -= [ "//build/config/win:console" ]
172 } 172 }
173 } 173 }
OLDNEW
« no previous file with comments | « ui/app_list/demo/app_list_demo_views.cc ('k') | ui/views/examples/examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698