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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2057853002: Opens the HaTS dialog with an empty HTML (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/chromeos/hats/hats_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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', 197 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc',
198 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', 198 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h',
199 'browser/ui/webui/chromeos/drive_internals_ui.cc', 199 'browser/ui/webui/chromeos/drive_internals_ui.cc',
200 'browser/ui/webui/chromeos/drive_internals_ui.h', 200 'browser/ui/webui/chromeos/drive_internals_ui.h',
201 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', 201 'browser/ui/webui/chromeos/first_run/first_run_actor.cc',
202 'browser/ui/webui/chromeos/first_run/first_run_actor.h', 202 'browser/ui/webui/chromeos/first_run/first_run_actor.h',
203 'browser/ui/webui/chromeos/first_run/first_run_handler.cc', 203 'browser/ui/webui/chromeos/first_run/first_run_handler.cc',
204 'browser/ui/webui/chromeos/first_run/first_run_handler.h', 204 'browser/ui/webui/chromeos/first_run/first_run_handler.h',
205 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', 205 'browser/ui/webui/chromeos/first_run/first_run_ui.cc',
206 'browser/ui/webui/chromeos/first_run/first_run_ui.h', 206 'browser/ui/webui/chromeos/first_run/first_run_ui.h',
207 'browser/ui/webui/chromeos/hats/hats_ui.cc',
208 'browser/ui/webui/chromeos/hats/hats_ui.h',
207 'browser/ui/webui/chromeos/image_source.cc', 209 'browser/ui/webui/chromeos/image_source.cc',
208 'browser/ui/webui/chromeos/image_source.h', 210 'browser/ui/webui/chromeos/image_source.h',
209 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', 211 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc',
210 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', 212 'browser/ui/webui/chromeos/keyboard_overlay_ui.h',
211 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc', 213 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc',
212 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h', 214 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h',
213 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.cc', 215 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.cc',
214 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.h', 216 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.h',
215 'browser/ui/webui/chromeos/login/auto_enrollment_check_screen_handler.cc', 217 'browser/ui/webui/chromeos/login/auto_enrollment_check_screen_handler.cc',
216 'browser/ui/webui/chromeos/login/auto_enrollment_check_screen_handler.h', 218 'browser/ui/webui/chromeos/login/auto_enrollment_check_screen_handler.h',
(...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3349 ], 3351 ],
3350 'sources': [ 3352 'sources': [
3351 '<@(chrome_browser_ui_non_mobile_sources)', 3353 '<@(chrome_browser_ui_non_mobile_sources)',
3352 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3354 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3353 ], 3355 ],
3354 }], 3356 }],
3355 ], 3357 ],
3356 }, 3358 },
3357 ], 3359 ],
3358 } 3360 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/hats/hats_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698