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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11415063: Adds about:user-actions page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing OVERRIDE. Created 8 years, 1 month 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2065 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 'browser/ui/webui/task_manager/task_manager_ui.cc', 2076 'browser/ui/webui/task_manager/task_manager_ui.cc',
2077 'browser/ui/webui/task_manager/task_manager_ui.h', 2077 'browser/ui/webui/task_manager/task_manager_ui.h',
2078 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', 2078 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc',
2079 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', 2079 'browser/ui/webui/test_chrome_web_ui_controller_factory.h',
2080 'browser/ui/webui/theme_source.cc', 2080 'browser/ui/webui/theme_source.cc',
2081 'browser/ui/webui/theme_source.h', 2081 'browser/ui/webui/theme_source.h',
2082 'browser/ui/webui/tracing_ui.cc', 2082 'browser/ui/webui/tracing_ui.cc',
2083 'browser/ui/webui/tracing_ui.h', 2083 'browser/ui/webui/tracing_ui.h',
2084 'browser/ui/webui/uber/uber_ui.cc', 2084 'browser/ui/webui/uber/uber_ui.cc',
2085 'browser/ui/webui/uber/uber_ui.h', 2085 'browser/ui/webui/uber/uber_ui.h',
2086 'browser/ui/webui/user_actions/user_actions_ui.cc',
2087 'browser/ui/webui/user_actions/user_actions_ui.h',
2088 'browser/ui/webui/user_actions/user_actions_ui_handler.cc',
2089 'browser/ui/webui/user_actions/user_actions_ui_handler.h',
2086 'browser/ui/webui/version_handler.cc', 2090 'browser/ui/webui/version_handler.cc',
2087 'browser/ui/webui/version_handler.h', 2091 'browser/ui/webui/version_handler.h',
2088 'browser/ui/webui/version_handler_chromeos.cc', 2092 'browser/ui/webui/version_handler_chromeos.cc',
2089 'browser/ui/webui/version_handler_chromeos.h', 2093 'browser/ui/webui/version_handler_chromeos.h',
2090 'browser/ui/webui/version_ui.cc', 2094 'browser/ui/webui/version_ui.cc',
2091 'browser/ui/webui/version_ui.h', 2095 'browser/ui/webui/version_ui.h',
2092 'browser/ui/webui/web_ui_util.cc', 2096 'browser/ui/webui/web_ui_util.cc',
2093 'browser/ui/webui/web_ui_util.h', 2097 'browser/ui/webui/web_ui_util.h',
2094 'browser/ui/webui/welcome_ui_android.cc', 2098 'browser/ui/webui/welcome_ui_android.cc',
2095 'browser/ui/webui/welcome_ui_android.h', 2099 'browser/ui/webui/welcome_ui_android.h',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2753 }, { # else: enable_app_list==0 2757 }, { # else: enable_app_list==0
2754 'sources/': [ 2758 'sources/': [
2755 ['exclude', '^browser/ui/views/app_list/'], 2759 ['exclude', '^browser/ui/views/app_list/'],
2756 ['exclude', '^browser/ui/app_list/'], 2760 ['exclude', '^browser/ui/app_list/'],
2757 ] 2761 ]
2758 }], 2762 }],
2759 ], 2763 ],
2760 }, 2764 },
2761 ], 2765 ],
2762 } 2766 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698