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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1223793018: Fake MD Flags sample WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc', 1899 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc',
1900 'browser/ui/webui/options/supervised_user_create_confirm_handler.h', 1900 'browser/ui/webui/options/supervised_user_create_confirm_handler.h',
1901 'browser/ui/webui/options/supervised_user_import_handler.cc', 1901 'browser/ui/webui/options/supervised_user_import_handler.cc',
1902 'browser/ui/webui/options/supervised_user_import_handler.h', 1902 'browser/ui/webui/options/supervised_user_import_handler.h',
1903 'browser/ui/webui/options/supervised_user_learn_more_handler.cc', 1903 'browser/ui/webui/options/supervised_user_learn_more_handler.cc',
1904 'browser/ui/webui/options/supervised_user_learn_more_handler.h', 1904 'browser/ui/webui/options/supervised_user_learn_more_handler.h',
1905 'browser/ui/webui/options/sync_setup_handler.cc', 1905 'browser/ui/webui/options/sync_setup_handler.cc',
1906 'browser/ui/webui/options/sync_setup_handler.h', 1906 'browser/ui/webui/options/sync_setup_handler.h',
1907 'browser/ui/webui/plugins_ui.cc', 1907 'browser/ui/webui/plugins_ui.cc',
1908 'browser/ui/webui/plugins_ui.h', 1908 'browser/ui/webui/plugins_ui.h',
1909 'browser/ui/webui/polymer_flags_ui.cc',
1910 'browser/ui/webui/polymer_flags_ui.h',
1909 'browser/ui/webui/profile_info_watcher.cc', 1911 'browser/ui/webui/profile_info_watcher.cc',
1910 'browser/ui/webui/profile_info_watcher.h', 1912 'browser/ui/webui/profile_info_watcher.h',
1911 'browser/ui/webui/quota_internals/quota_internals_handler.cc', 1913 'browser/ui/webui/quota_internals/quota_internals_handler.cc',
1912 'browser/ui/webui/quota_internals/quota_internals_handler.h', 1914 'browser/ui/webui/quota_internals/quota_internals_handler.h',
1913 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', 1915 'browser/ui/webui/quota_internals/quota_internals_proxy.cc',
1914 'browser/ui/webui/quota_internals/quota_internals_proxy.h', 1916 'browser/ui/webui/quota_internals/quota_internals_proxy.h',
1915 'browser/ui/webui/quota_internals/quota_internals_types.cc', 1917 'browser/ui/webui/quota_internals/quota_internals_types.cc',
1916 'browser/ui/webui/quota_internals/quota_internals_types.h', 1918 'browser/ui/webui/quota_internals/quota_internals_types.h',
1917 'browser/ui/webui/quota_internals/quota_internals_ui.cc', 1919 'browser/ui/webui/quota_internals/quota_internals_ui.cc',
1918 'browser/ui/webui/quota_internals/quota_internals_ui.h', 1920 'browser/ui/webui/quota_internals/quota_internals_ui.h',
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 ], 3208 ],
3207 'sources': [ 3209 'sources': [
3208 '<@(chrome_browser_ui_non_mobile_sources)', 3210 '<@(chrome_browser_ui_non_mobile_sources)',
3209 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3211 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3210 ], 3212 ],
3211 }], 3213 }],
3212 ], 3214 ],
3213 }, 3215 },
3214 ], 3216 ],
3215 } 3217 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698