| 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'],
|
| + },
|
| + ]
|
| +}
|
|
|