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

Unified Diff: components/demo_ui.gypi

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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components.gyp ('k') | components/demo_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/demo_ui.gypi
diff --git a/components/demo_ui.gypi b/components/demo_ui.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..e88ecc1682d9606d9aadfb0b0ae1e76f5d67db3c
--- /dev/null
+++ b/components/demo_ui.gypi
@@ -0,0 +1,32 @@
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'variables': {
+ 'declaration_file': 'demo_ui/demo.json'
+ },
+ 'includes': ['webui_generator/generator/wug.gypi'],
+ },
+ {
+ 'variables': {
+ 'declaration_file': 'demo_ui/events/events_demo.json'
+ },
+ 'includes': ['webui_generator/generator/wug.gypi'],
+ },
+ {
+ 'variables': {
+ 'declaration_file': 'demo_ui/strings/strings_demo.json'
+ },
+ 'includes': ['webui_generator/generator/wug.gypi'],
+ },
+ {
+ 'variables': {
+ 'declaration_file': 'demo_ui/reuse/reuse_demo.json'
+ },
+ 'includes': ['webui_generator/generator/wug.gypi'],
+ },
+ ]
+}
« no previous file with comments | « components/components.gyp ('k') | components/demo_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698