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

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: bauerb comments 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 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 'browser/ui/webui/help/version_updater.h', 1606 'browser/ui/webui/help/version_updater.h',
1607 'browser/ui/webui/help/version_updater_chromeos.cc', 1607 'browser/ui/webui/help/version_updater_chromeos.cc',
1608 'browser/ui/webui/help/version_updater_chromeos.h', 1608 'browser/ui/webui/help/version_updater_chromeos.h',
1609 'browser/ui/webui/help/version_updater_mac.h', 1609 'browser/ui/webui/help/version_updater_mac.h',
1610 'browser/ui/webui/help/version_updater_mac.mm', 1610 'browser/ui/webui/help/version_updater_mac.mm',
1611 'browser/ui/webui/help/version_updater_win.cc', 1611 'browser/ui/webui/help/version_updater_win.cc',
1612 'browser/ui/webui/identity_internals_ui.cc', 1612 'browser/ui/webui/identity_internals_ui.cc',
1613 'browser/ui/webui/identity_internals_ui.h', 1613 'browser/ui/webui/identity_internals_ui.h',
1614 'browser/ui/webui/inspect_ui.cc', 1614 'browser/ui/webui/inspect_ui.cc',
1615 'browser/ui/webui/inspect_ui.h', 1615 'browser/ui/webui/inspect_ui.h',
1616 'browser/ui/webui/interstitials/interstitial_ui.cc',
1617 'browser/ui/webui/interstitials/interstitial_ui.h',
1616 'browser/ui/webui/ntp/app_launcher_handler.cc', 1618 'browser/ui/webui/ntp/app_launcher_handler.cc',
1617 'browser/ui/webui/ntp/app_launcher_handler.h', 1619 'browser/ui/webui/ntp/app_launcher_handler.h',
1618 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1620 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1619 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1621 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1620 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1622 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1621 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1623 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1622 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1624 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1623 'browser/ui/webui/ntp/favicon_webui_handler.h', 1625 'browser/ui/webui/ntp/favicon_webui_handler.h',
1624 'browser/ui/webui/ntp/foreign_session_handler.cc', 1626 'browser/ui/webui/ntp/foreign_session_handler.cc',
1625 'browser/ui/webui/ntp/foreign_session_handler.h', 1627 'browser/ui/webui/ntp/foreign_session_handler.h',
(...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
2943 }], 2945 }],
2944 ['enable_spellcheck==1', { 2946 ['enable_spellcheck==1', {
2945 'dependencies': [ 2947 'dependencies': [
2946 '../third_party/hunspell/hunspell.gyp:hunspell', 2948 '../third_party/hunspell/hunspell.gyp:hunspell',
2947 ], 2949 ],
2948 }], 2950 }],
2949 ], 2951 ],
2950 }, 2952 },
2951 ], 2953 ],
2952 } 2954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698