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

Side by Side Diff: components/demo_ui/BUILD.gn

Issue 925333002: Demo UI made with a help of WUG toolkit (DO NOT SEND TO CQ). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « components/demo_ui.gypi ('k') | components/demo_ui/demo.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//components/webui_generator/generator/wug.gni")
6
7 wug("demo_wug_generated") {
8 source = "demo.json"
9 }
10
11 wug("events_demo_wug_generated") {
12 source = "//components/demo_ui/events/events_demo.json"
13 }
14
15 wug("strings_demo_wug_generated") {
16 source = "strings/strings_demo.json"
17 }
18
19 wug("reuse_demo_wug_generated") {
20 source = "reuse/reuse_demo.json"
21 }
22
23 group("demo_ui") {
24 public_deps = [
25 ":demo_wug_generated",
26 ":events_demo_wug_generated",
27 ":strings_demo_wug_generated",
28 ":reuse_demo_wug_generated",
29 "//components/webui_generator",
30 ]
31 }
OLDNEW
« no previous file with comments | « components/demo_ui.gypi ('k') | components/demo_ui/demo.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698