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

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: rebase, update to GYP v2 Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/webui/md_flags_ui.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 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc', 1973 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc',
1974 'browser/ui/webui/options/supervised_user_create_confirm_handler.h', 1974 'browser/ui/webui/options/supervised_user_create_confirm_handler.h',
1975 'browser/ui/webui/options/supervised_user_import_handler.cc', 1975 'browser/ui/webui/options/supervised_user_import_handler.cc',
1976 'browser/ui/webui/options/supervised_user_import_handler.h', 1976 'browser/ui/webui/options/supervised_user_import_handler.h',
1977 'browser/ui/webui/options/supervised_user_learn_more_handler.cc', 1977 'browser/ui/webui/options/supervised_user_learn_more_handler.cc',
1978 'browser/ui/webui/options/supervised_user_learn_more_handler.h', 1978 'browser/ui/webui/options/supervised_user_learn_more_handler.h',
1979 'browser/ui/webui/options/sync_setup_handler.cc', 1979 'browser/ui/webui/options/sync_setup_handler.cc',
1980 'browser/ui/webui/options/sync_setup_handler.h', 1980 'browser/ui/webui/options/sync_setup_handler.h',
1981 'browser/ui/webui/policy_indicator_localized_strings_provider.cc', 1981 'browser/ui/webui/policy_indicator_localized_strings_provider.cc',
1982 'browser/ui/webui/policy_indicator_localized_strings_provider.h', 1982 'browser/ui/webui/policy_indicator_localized_strings_provider.h',
1983 'browser/ui/webui/md_flags_ui.cc',
1984 'browser/ui/webui/md_flags_ui.h',
1983 'browser/ui/webui/profile_info_watcher.cc', 1985 'browser/ui/webui/profile_info_watcher.cc',
1984 'browser/ui/webui/profile_info_watcher.h', 1986 'browser/ui/webui/profile_info_watcher.h',
1985 'browser/ui/webui/quota_internals/quota_internals_handler.cc', 1987 'browser/ui/webui/quota_internals/quota_internals_handler.cc',
1986 'browser/ui/webui/quota_internals/quota_internals_handler.h', 1988 'browser/ui/webui/quota_internals/quota_internals_handler.h',
1987 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', 1989 'browser/ui/webui/quota_internals/quota_internals_proxy.cc',
1988 'browser/ui/webui/quota_internals/quota_internals_proxy.h', 1990 'browser/ui/webui/quota_internals/quota_internals_proxy.h',
1989 'browser/ui/webui/quota_internals/quota_internals_types.cc', 1991 'browser/ui/webui/quota_internals/quota_internals_types.cc',
1990 'browser/ui/webui/quota_internals/quota_internals_types.h', 1992 'browser/ui/webui/quota_internals/quota_internals_types.h',
1991 'browser/ui/webui/quota_internals/quota_internals_ui.cc', 1993 'browser/ui/webui/quota_internals/quota_internals_ui.cc',
1992 'browser/ui/webui/quota_internals/quota_internals_ui.h', 1994 'browser/ui/webui/quota_internals/quota_internals_ui.h',
(...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
3348 ], 3350 ],
3349 'sources': [ 3351 'sources': [
3350 '<@(chrome_browser_ui_non_mobile_sources)', 3352 '<@(chrome_browser_ui_non_mobile_sources)',
3351 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3353 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3352 ], 3354 ],
3353 }], 3355 }],
3354 ], 3356 ],
3355 }, 3357 },
3356 ], 3358 ],
3357 } 3359 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/md_flags_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698