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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 368143002: Add a chrome://interstitials page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fixes Created 6 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 | 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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'browser/ui/webui/help/version_updater.h', 1623 'browser/ui/webui/help/version_updater.h',
1624 'browser/ui/webui/help/version_updater_chromeos.cc', 1624 'browser/ui/webui/help/version_updater_chromeos.cc',
1625 'browser/ui/webui/help/version_updater_chromeos.h', 1625 'browser/ui/webui/help/version_updater_chromeos.h',
1626 'browser/ui/webui/help/version_updater_mac.h', 1626 'browser/ui/webui/help/version_updater_mac.h',
1627 'browser/ui/webui/help/version_updater_mac.mm', 1627 'browser/ui/webui/help/version_updater_mac.mm',
1628 'browser/ui/webui/help/version_updater_win.cc', 1628 'browser/ui/webui/help/version_updater_win.cc',
1629 'browser/ui/webui/identity_internals_ui.cc', 1629 'browser/ui/webui/identity_internals_ui.cc',
1630 'browser/ui/webui/identity_internals_ui.h', 1630 'browser/ui/webui/identity_internals_ui.h',
1631 'browser/ui/webui/inspect_ui.cc', 1631 'browser/ui/webui/inspect_ui.cc',
1632 'browser/ui/webui/inspect_ui.h', 1632 'browser/ui/webui/inspect_ui.h',
1633 'browser/ui/webui/interstitials/interstitial_ui.cc',
1634 'browser/ui/webui/interstitials/interstitial_ui.h',
1633 'browser/ui/webui/ntp/app_launcher_handler.cc', 1635 'browser/ui/webui/ntp/app_launcher_handler.cc',
1634 'browser/ui/webui/ntp/app_launcher_handler.h', 1636 'browser/ui/webui/ntp/app_launcher_handler.h',
1635 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1637 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1636 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1638 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1637 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1639 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1638 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1640 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1639 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1641 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1640 'browser/ui/webui/ntp/favicon_webui_handler.h', 1642 'browser/ui/webui/ntp/favicon_webui_handler.h',
1641 'browser/ui/webui/ntp/foreign_session_handler.cc', 1643 'browser/ui/webui/ntp/foreign_session_handler.cc',
1642 'browser/ui/webui/ntp/foreign_session_handler.h', 1644 'browser/ui/webui/ntp/foreign_session_handler.h',
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
2921 ['enable_webrtc==1', { 2923 ['enable_webrtc==1', {
2922 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ], 2924 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ],
2923 }], 2925 }],
2924 ['enable_service_discovery==1', { 2926 ['enable_service_discovery==1', {
2925 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ], 2927 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ],
2926 }], 2928 }],
2927 ], 2929 ],
2928 }, 2930 },
2929 ], 2931 ],
2930 } 2932 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698