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

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

Issue 2701373002: Add a DialogExample example to views_examples (Closed)
Patch Set: respond to comments 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 | « no previous file | ui/views/examples/dialog_example.h » ('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 = [
11 "bubble_example.cc", 11 "bubble_example.cc",
12 "bubble_example.h", 12 "bubble_example.h",
13 "button_example.cc", 13 "button_example.cc",
14 "button_example.h", 14 "button_example.h",
15 "button_sticker_sheet.cc", 15 "button_sticker_sheet.cc",
16 "button_sticker_sheet.h", 16 "button_sticker_sheet.h",
17 "checkbox_example.cc", 17 "checkbox_example.cc",
18 "checkbox_example.h", 18 "checkbox_example.h",
19 "combobox_example.cc", 19 "combobox_example.cc",
20 "combobox_example.h", 20 "combobox_example.h",
21 "dialog_example.cc",
22 "dialog_example.h",
21 "example_base.cc", 23 "example_base.cc",
22 "example_base.h", 24 "example_base.h",
23 "example_combobox_model.cc", 25 "example_combobox_model.cc",
24 "example_combobox_model.h", 26 "example_combobox_model.h",
25 "examples_window.cc", 27 "examples_window.cc",
26 "examples_window.h", 28 "examples_window.h",
27 "label_example.cc", 29 "label_example.cc",
28 "label_example.h", 30 "label_example.h",
29 "link_example.cc", 31 "link_example.cc",
30 "link_example.h", 32 "link_example.h",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 deps = [ 186 deps = [
185 "//content:resources", 187 "//content:resources",
186 ] 188 ]
187 sources = [ 189 sources = [
188 "$root_gen_dir/content/content_resources.pak", 190 "$root_gen_dir/content/content_resources.pak",
189 ] 191 ]
190 outputs = [ 192 outputs = [
191 "$root_out_dir/content_resources.pak", 193 "$root_out_dir/content_resources.pak",
192 ] 194 ]
193 } 195 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/examples/dialog_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698