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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 296003012: [fsp] Introduce chrome://fsp-internals for logging and debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indentation. Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/chromeos/fsp_internals_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 '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 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', 2015 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc',
2016 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', 2016 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h',
2017 'browser/ui/webui/chromeos/drive_internals_ui.cc', 2017 'browser/ui/webui/chromeos/drive_internals_ui.cc',
2018 'browser/ui/webui/chromeos/drive_internals_ui.h', 2018 'browser/ui/webui/chromeos/drive_internals_ui.h',
2019 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', 2019 'browser/ui/webui/chromeos/first_run/first_run_actor.cc',
2020 'browser/ui/webui/chromeos/first_run/first_run_actor.h', 2020 'browser/ui/webui/chromeos/first_run/first_run_actor.h',
2021 'browser/ui/webui/chromeos/first_run/first_run_handler.cc', 2021 'browser/ui/webui/chromeos/first_run/first_run_handler.cc',
2022 'browser/ui/webui/chromeos/first_run/first_run_handler.h', 2022 'browser/ui/webui/chromeos/first_run/first_run_handler.h',
2023 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', 2023 'browser/ui/webui/chromeos/first_run/first_run_ui.cc',
2024 'browser/ui/webui/chromeos/first_run/first_run_ui.h', 2024 'browser/ui/webui/chromeos/first_run/first_run_ui.h',
2025 'browser/ui/webui/chromeos/fsp_internals_ui.cc',
2026 'browser/ui/webui/chromeos/fsp_internals_ui.h',
2025 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', 2027 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc',
2026 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', 2028 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h',
2027 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', 2029 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc',
2028 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', 2030 'browser/ui/webui/chromeos/keyboard_overlay_ui.h',
2029 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc', 2031 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc',
2030 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h', 2032 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h',
2031 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.cc', 2033 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.cc',
2032 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.h', 2034 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.h',
2033 'browser/ui/webui/chromeos/login/base_screen_handler.cc', 2035 'browser/ui/webui/chromeos/login/base_screen_handler.cc',
2034 'browser/ui/webui/chromeos/login/base_screen_handler.h', 2036 'browser/ui/webui/chromeos/login/base_screen_handler.h',
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
3155 ], 3157 ],
3156 'sources!': [ 3158 'sources!': [
3157 'browser/ui/views/session_crashed_bubble_view.cc', 3159 'browser/ui/views/session_crashed_bubble_view.cc',
3158 'browser/ui/views/session_crashed_bubble_view.h', 3160 'browser/ui/views/session_crashed_bubble_view.h',
3159 ], 3161 ],
3160 }], 3162 }],
3161 ], 3163 ],
3162 }, 3164 },
3163 ], 3165 ],
3164 } 3166 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/fsp_internals_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698