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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 365513002: Port identity_internals to mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Maybe fix the gn build. 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 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'browser/ui/webui/voicesearch_ui.h', 1129 'browser/ui/webui/voicesearch_ui.h',
1130 'browser/ui/webui/welcome_handler_android.cc', 1130 'browser/ui/webui/welcome_handler_android.cc',
1131 'browser/ui/webui/welcome_handler_android.h', 1131 'browser/ui/webui/welcome_handler_android.h',
1132 'browser/ui/webui/welcome_ui_android.cc', 1132 'browser/ui/webui/welcome_ui_android.cc',
1133 'browser/ui/webui/welcome_ui_android.h', 1133 'browser/ui/webui/welcome_ui_android.h',
1134 'browser/ui/window_sizer/window_sizer_mac.mm', 1134 'browser/ui/window_sizer/window_sizer_mac.mm',
1135 'browser/ui/zoom/zoom_controller.cc', 1135 'browser/ui/zoom/zoom_controller.cc',
1136 'browser/ui/zoom/zoom_controller.h', 1136 'browser/ui/zoom/zoom_controller.h',
1137 'browser/ui/zoom/zoom_observer.h', 1137 'browser/ui/zoom/zoom_observer.h',
1138 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom. cc', 1138 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom. cc',
1139 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/identity_internals/ide ntity_internals.mojom.cc',
1139 ], 1140 ],
1140 # Note that we assume app list is enabled on all views builds, so the 1141 # Note that we assume app list is enabled on all views builds, so the
1141 # views-specific app list files are in the views section. 1142 # views-specific app list files are in the views section.
1142 'chrome_browser_ui_app_list_sources': [ 1143 'chrome_browser_ui_app_list_sources': [
1143 'browser/ui/views/app_list/app_list_dialog_contents_view.cc', 1144 'browser/ui/views/app_list/app_list_dialog_contents_view.cc',
1144 'browser/ui/views/app_list/app_list_dialog_contents_view.h', 1145 'browser/ui/views/app_list/app_list_dialog_contents_view.h',
1145 'browser/ui/views/app_list/win/activation_tracker_win.cc', 1146 'browser/ui/views/app_list/win/activation_tracker_win.cc',
1146 'browser/ui/views/app_list/win/activation_tracker_win.h', 1147 'browser/ui/views/app_list/win/activation_tracker_win.h',
1147 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', 1148 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc',
1148 'browser/ui/views/app_list/win/app_list_controller_delegate_win.h', 1149 'browser/ui/views/app_list/win/app_list_controller_delegate_win.h',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 'browser/ui/webui/help/help_ui.cc', 1622 'browser/ui/webui/help/help_ui.cc',
1622 'browser/ui/webui/help/help_ui.h', 1623 'browser/ui/webui/help/help_ui.h',
1623 'browser/ui/webui/help/help_utils_chromeos.cc', 1624 'browser/ui/webui/help/help_utils_chromeos.cc',
1624 'browser/ui/webui/help/help_utils_chromeos.h', 1625 'browser/ui/webui/help/help_utils_chromeos.h',
1625 'browser/ui/webui/help/version_updater.h', 1626 'browser/ui/webui/help/version_updater.h',
1626 'browser/ui/webui/help/version_updater_chromeos.cc', 1627 'browser/ui/webui/help/version_updater_chromeos.cc',
1627 'browser/ui/webui/help/version_updater_chromeos.h', 1628 'browser/ui/webui/help/version_updater_chromeos.h',
1628 'browser/ui/webui/help/version_updater_mac.h', 1629 'browser/ui/webui/help/version_updater_mac.h',
1629 'browser/ui/webui/help/version_updater_mac.mm', 1630 'browser/ui/webui/help/version_updater_mac.mm',
1630 'browser/ui/webui/help/version_updater_win.cc', 1631 'browser/ui/webui/help/version_updater_win.cc',
1631 'browser/ui/webui/identity_internals_ui.cc', 1632 'browser/ui/webui/identity_internals/identity_internals_ui.cc',
1632 'browser/ui/webui/identity_internals_ui.h', 1633 'browser/ui/webui/identity_internals/identity_internals_ui.h',
1634 'browser/ui/webui/identity_internals/identity_internals_ui_handler.cc',
1635 'browser/ui/webui/identity_internals/identity_internals_ui_handler.h',
1636 'browser/ui/webui/identity_internals/identity_internals_token_revoker.cc',
1637 'browser/ui/webui/identity_internals/identity_internals_token_revoker.h',
1633 'browser/ui/webui/inspect_ui.cc', 1638 'browser/ui/webui/inspect_ui.cc',
1634 'browser/ui/webui/inspect_ui.h', 1639 'browser/ui/webui/inspect_ui.h',
1635 'browser/ui/webui/ntp/app_launcher_handler.cc', 1640 'browser/ui/webui/ntp/app_launcher_handler.cc',
1636 'browser/ui/webui/ntp/app_launcher_handler.h', 1641 'browser/ui/webui/ntp/app_launcher_handler.h',
1637 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1642 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1638 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1643 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1639 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1644 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1640 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1645 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1641 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1646 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1642 'browser/ui/webui/ntp/favicon_webui_handler.h', 1647 'browser/ui/webui/ntp/favicon_webui_handler.h',
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 ['enable_webrtc==1', { 2928 ['enable_webrtc==1', {
2924 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ], 2929 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ],
2925 }], 2930 }],
2926 ['enable_service_discovery==1', { 2931 ['enable_service_discovery==1', {
2927 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ], 2932 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ],
2928 }], 2933 }],
2929 ], 2934 ],
2930 }, 2935 },
2931 ], 2936 ],
2932 } 2937 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698