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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 619263002: Remove chrome://welcome page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the test again Created 6 years, 2 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/welcome_ui_android.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 '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 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 'browser/ui/webui/user_actions/user_actions_ui.cc', 1116 'browser/ui/webui/user_actions/user_actions_ui.cc',
1117 'browser/ui/webui/user_actions/user_actions_ui.h', 1117 'browser/ui/webui/user_actions/user_actions_ui.h',
1118 'browser/ui/webui/user_actions/user_actions_ui_handler.cc', 1118 'browser/ui/webui/user_actions/user_actions_ui_handler.cc',
1119 'browser/ui/webui/user_actions/user_actions_ui_handler.h', 1119 'browser/ui/webui/user_actions/user_actions_ui_handler.h',
1120 'browser/ui/webui/version_handler.cc', 1120 'browser/ui/webui/version_handler.cc',
1121 'browser/ui/webui/version_handler_chromeos.cc', 1121 'browser/ui/webui/version_handler_chromeos.cc',
1122 'browser/ui/webui/version_handler_chromeos.h', 1122 'browser/ui/webui/version_handler_chromeos.h',
1123 'browser/ui/webui/version_handler.h', 1123 'browser/ui/webui/version_handler.h',
1124 'browser/ui/webui/version_ui.cc', 1124 'browser/ui/webui/version_ui.cc',
1125 'browser/ui/webui/version_ui.h', 1125 'browser/ui/webui/version_ui.h',
1126 'browser/ui/webui/welcome_handler_android.cc',
1127 'browser/ui/webui/welcome_handler_android.h',
1128 'browser/ui/webui/welcome_ui_android.cc',
1129 'browser/ui/webui/welcome_ui_android.h',
1130 'browser/ui/window_sizer/window_sizer_mac.mm', 1126 'browser/ui/window_sizer/window_sizer_mac.mm',
1131 'browser/ui/zoom/zoom_controller.cc', 1127 'browser/ui/zoom/zoom_controller.cc',
1132 'browser/ui/zoom/zoom_controller.h', 1128 'browser/ui/zoom/zoom_controller.h',
1133 'browser/ui/zoom/zoom_event_manager.cc', 1129 'browser/ui/zoom/zoom_event_manager.cc',
1134 'browser/ui/zoom/zoom_event_manager.h', 1130 'browser/ui/zoom/zoom_event_manager.h',
1135 'browser/ui/zoom/zoom_observer.h', 1131 'browser/ui/zoom/zoom_observer.h',
1136 ], 1132 ],
1137 # Note that we assume app list is enabled on all views builds, so the 1133 # Note that we assume app list is enabled on all views builds, so the
1138 # views-specific app list files are in the views section. 1134 # views-specific app list files are in the views section.
1139 'chrome_browser_ui_app_list_sources': [ 1135 'chrome_browser_ui_app_list_sources': [
(...skipping 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 }], 2993 }],
2998 ['OS!="android" and OS!="ios"', { 2994 ['OS!="android" and OS!="ios"', {
2999 'dependencies': [ 2995 'dependencies': [
3000 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2996 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3001 ], 2997 ],
3002 }], 2998 }],
3003 ], 2999 ],
3004 }, 3000 },
3005 ], 3001 ],
3006 } 3002 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/welcome_ui_android.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698