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

Side by Side Diff: chrome/chrome_browser_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, 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 | « chrome/browser/ui/webui/demo_ui/strings/strings_demo.cc ('k') | chrome/common/url_constants.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'browser/ui/webui/constrained_web_dialog_delegate_base.cc', 1025 'browser/ui/webui/constrained_web_dialog_delegate_base.cc',
1026 'browser/ui/webui/constrained_web_dialog_delegate_base.h', 1026 'browser/ui/webui/constrained_web_dialog_delegate_base.h',
1027 'browser/ui/webui/constrained_web_dialog_ui.cc', 1027 'browser/ui/webui/constrained_web_dialog_ui.cc',
1028 'browser/ui/webui/constrained_web_dialog_ui.h', 1028 'browser/ui/webui/constrained_web_dialog_ui.h',
1029 'browser/ui/webui/cookies_tree_model_util.cc', 1029 'browser/ui/webui/cookies_tree_model_util.cc',
1030 'browser/ui/webui/cookies_tree_model_util.h', 1030 'browser/ui/webui/cookies_tree_model_util.h',
1031 'browser/ui/webui/crashes_ui.cc', 1031 'browser/ui/webui/crashes_ui.cc',
1032 'browser/ui/webui/crashes_ui.h', 1032 'browser/ui/webui/crashes_ui.h',
1033 'browser/ui/webui/device_log_ui.cc', 1033 'browser/ui/webui/device_log_ui.cc',
1034 'browser/ui/webui/device_log_ui.h', 1034 'browser/ui/webui/device_log_ui.h',
1035 'browser/ui/webui/demo_ui/demo.cc',
1036 'browser/ui/webui/demo_ui/demo.h',
1037 'browser/ui/webui/demo_ui/demo_ui.cc',
1038 'browser/ui/webui/demo_ui/demo_ui.h',
1039 'browser/ui/webui/demo_ui/events/events_demo.cc',
1040 'browser/ui/webui/demo_ui/events/events_demo.h',
1041 'browser/ui/webui/demo_ui/strings/strings_demo.cc',
1042 'browser/ui/webui/demo_ui/strings/strings_demo.h',
1043 'browser/ui/webui/demo_ui/reuse/reuse_demo.cc',
1044 'browser/ui/webui/demo_ui/reuse/reuse_demo.h',
1035 'browser/ui/webui/domain_reliability_internals_ui.cc', 1045 'browser/ui/webui/domain_reliability_internals_ui.cc',
1036 'browser/ui/webui/domain_reliability_internals_ui.h', 1046 'browser/ui/webui/domain_reliability_internals_ui.h',
1037 'browser/ui/webui/favicon_source.cc', 1047 'browser/ui/webui/favicon_source.cc',
1038 'browser/ui/webui/favicon_source.h', 1048 'browser/ui/webui/favicon_source.h',
1039 'browser/ui/webui/fileicon_source.cc', 1049 'browser/ui/webui/fileicon_source.cc',
1040 'browser/ui/webui/fileicon_source.h', 1050 'browser/ui/webui/fileicon_source.h',
1041 'browser/ui/webui/flags_ui.cc', 1051 'browser/ui/webui/flags_ui.cc',
1042 'browser/ui/webui/flags_ui.h', 1052 'browser/ui/webui/flags_ui.h',
1043 'browser/ui/webui/gcm_internals_ui.cc', 1053 'browser/ui/webui/gcm_internals_ui.cc',
1044 'browser/ui/webui/gcm_internals_ui.h', 1054 'browser/ui/webui/gcm_internals_ui.h',
(...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
2723 '<@(chrome_browser_ui_toolbar_model_sources)', 2733 '<@(chrome_browser_ui_toolbar_model_sources)',
2724 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2734 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2725 ], 2735 ],
2726 'dependencies': [ 2736 'dependencies': [
2727 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2737 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2728 'debugger', 2738 'debugger',
2729 'installer_util', 2739 'installer_util',
2730 '../components/components.gyp:app_modal', 2740 '../components/components.gyp:app_modal',
2731 '../components/components.gyp:autofill_content_risk_proto', 2741 '../components/components.gyp:autofill_content_risk_proto',
2732 '../components/components.gyp:translate_content_common', 2742 '../components/components.gyp:translate_content_common',
2743 '../components/components.gyp:demo_wug_generated',
2744 '../components/components.gyp:events_demo_wug_generated',
2745 '../components/components.gyp:reuse_demo_wug_generated',
2746 '../components/components.gyp:strings_demo_wug_generated',
2747 '../components/components.gyp:webui_generator',
2733 '../content/app/resources/content_resources.gyp:content_resources', 2748 '../content/app/resources/content_resources.gyp:content_resources',
2734 '../media/media.gyp:media', 2749 '../media/media.gyp:media',
2735 '../net/net.gyp:net_with_v8', 2750 '../net/net.gyp:net_with_v8',
2736 '../storage/storage_browser.gyp:storage', 2751 '../storage/storage_browser.gyp:storage',
2737 '../storage/storage_common.gyp:storage_common', 2752 '../storage/storage_common.gyp:storage_common',
2738 '../third_party/expat/expat.gyp:expat', 2753 '../third_party/expat/expat.gyp:expat',
2739 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2754 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2740 '../third_party/libjingle/libjingle.gyp:libjingle', 2755 '../third_party/libjingle/libjingle.gyp:libjingle',
2741 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 2756 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2742 '../third_party/npapi/npapi.gyp:npapi', 2757 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
3148 ], 3163 ],
3149 'sources': [ 3164 'sources': [
3150 '<@(chrome_browser_ui_non_mobile_sources)', 3165 '<@(chrome_browser_ui_non_mobile_sources)',
3151 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3166 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3152 ], 3167 ],
3153 }], 3168 }],
3154 ], 3169 ],
3155 }, 3170 },
3156 ], 3171 ],
3157 } 3172 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/demo_ui/strings/strings_demo.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698