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

Side by Side Diff: content/content_shell.gypi

Issue 653573003: Move ShellAccessTokenStore away from //content/shell/geolocation/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync gyp and gn Created 6 years, 1 month 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 | « no previous file | content/shell/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'shell/browser/layout_test/layout_test_message_filter.cc', 111 'shell/browser/layout_test/layout_test_message_filter.cc',
112 'shell/browser/layout_test/layout_test_message_filter.h', 112 'shell/browser/layout_test/layout_test_message_filter.h',
113 'shell/browser/layout_test/layout_test_notification_manager.cc', 113 'shell/browser/layout_test/layout_test_notification_manager.cc',
114 'shell/browser/layout_test/layout_test_notification_manager.h', 114 'shell/browser/layout_test/layout_test_notification_manager.h',
115 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc', 115 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc',
116 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h', 116 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h',
117 'shell/browser/layout_test/layout_test_url_request_context_getter.cc', 117 'shell/browser/layout_test/layout_test_url_request_context_getter.cc',
118 'shell/browser/layout_test/layout_test_url_request_context_getter.h', 118 'shell/browser/layout_test/layout_test_url_request_context_getter.h',
119 'shell/browser/notify_done_forwarder.cc', 119 'shell/browser/notify_done_forwarder.cc',
120 'shell/browser/notify_done_forwarder.h', 120 'shell/browser/notify_done_forwarder.h',
121 'shell/browser/shell.cc',
122 'shell/browser/shell.h',
123 'shell/browser/shell_access_token_store.cc',
124 'shell/browser/shell_access_token_store.h',
121 'shell/browser/shell_android.cc', 125 'shell/browser/shell_android.cc',
122 'shell/browser/shell_application_mac.h', 126 'shell/browser/shell_application_mac.h',
123 'shell/browser/shell_application_mac.mm', 127 'shell/browser/shell_application_mac.mm',
124 'shell/browser/shell_aura.cc', 128 'shell/browser/shell_aura.cc',
125 'shell/browser/shell_browser_context.cc', 129 'shell/browser/shell_browser_context.cc',
126 'shell/browser/shell_browser_context.h', 130 'shell/browser/shell_browser_context.h',
127 'shell/browser/shell_browser_main.cc', 131 'shell/browser/shell_browser_main.cc',
128 'shell/browser/shell_browser_main.h', 132 'shell/browser/shell_browser_main.h',
129 'shell/browser/shell_browser_main_parts.cc', 133 'shell/browser/shell_browser_main_parts.cc',
130 'shell/browser/shell_browser_main_parts.h', 134 'shell/browser/shell_browser_main_parts.h',
131 'shell/browser/shell_browser_main_parts_mac.mm', 135 'shell/browser/shell_browser_main_parts_mac.mm',
132 'shell/browser/shell.cc',
133 'shell/browser/shell_content_browser_client.cc', 136 'shell/browser/shell_content_browser_client.cc',
134 'shell/browser/shell_content_browser_client.h', 137 'shell/browser/shell_content_browser_client.h',
135 'shell/browser/shell_devtools_delegate.cc', 138 'shell/browser/shell_devtools_delegate.cc',
136 'shell/browser/shell_devtools_delegate.h', 139 'shell/browser/shell_devtools_delegate.h',
137 'shell/browser/shell_devtools_frontend.cc', 140 'shell/browser/shell_devtools_frontend.cc',
138 'shell/browser/shell_devtools_frontend.h', 141 'shell/browser/shell_devtools_frontend.h',
139 'shell/browser/shell_download_manager_delegate.cc', 142 'shell/browser/shell_download_manager_delegate.cc',
140 'shell/browser/shell_download_manager_delegate.h', 143 'shell/browser/shell_download_manager_delegate.h',
141 'shell/browser/shell.h',
142 'shell/browser/shell_javascript_dialog.h', 144 'shell/browser/shell_javascript_dialog.h',
143 'shell/browser/shell_javascript_dialog_mac.mm', 145 'shell/browser/shell_javascript_dialog_mac.mm',
144 'shell/browser/shell_javascript_dialog_manager.cc', 146 'shell/browser/shell_javascript_dialog_manager.cc',
145 'shell/browser/shell_javascript_dialog_manager.h', 147 'shell/browser/shell_javascript_dialog_manager.h',
146 'shell/browser/shell_javascript_dialog_win.cc', 148 'shell/browser/shell_javascript_dialog_win.cc',
147 'shell/browser/shell_mojo_test_utils_android.cc', 149 'shell/browser/shell_mojo_test_utils_android.cc',
148 'shell/browser/shell_mojo_test_utils_android.h', 150 'shell/browser/shell_mojo_test_utils_android.h',
149 'shell/browser/shell_login_dialog.cc', 151 'shell/browser/shell_login_dialog.cc',
150 'shell/browser/shell_login_dialog.h', 152 'shell/browser/shell_login_dialog.h',
151 'shell/browser/shell_login_dialog_mac.mm', 153 'shell/browser/shell_login_dialog_mac.mm',
(...skipping 30 matching lines...) Expand all
182 'shell/common/shell_switches.cc', 184 'shell/common/shell_switches.cc',
183 'shell/common/shell_switches.h', 185 'shell/common/shell_switches.h',
184 'shell/common/shell_test_configuration.cc', 186 'shell/common/shell_test_configuration.cc',
185 'shell/common/shell_test_configuration.h', 187 'shell/common/shell_test_configuration.h',
186 'shell/common/test_runner/test_preferences.cc', 188 'shell/common/test_runner/test_preferences.cc',
187 'shell/common/test_runner/test_preferences.h', 189 'shell/common/test_runner/test_preferences.h',
188 'shell/common/v8_breakpad_support_win.cc', 190 'shell/common/v8_breakpad_support_win.cc',
189 'shell/common/v8_breakpad_support_win.h', 191 'shell/common/v8_breakpad_support_win.h',
190 'shell/common/webkit_test_helpers.cc', 192 'shell/common/webkit_test_helpers.cc',
191 'shell/common/webkit_test_helpers.h', 193 'shell/common/webkit_test_helpers.h',
192 'shell/geolocation/shell_access_token_store.cc',
193 'shell/geolocation/shell_access_token_store.h',
194 'shell/renderer/ipc_echo.cc', 194 'shell/renderer/ipc_echo.cc',
195 'shell/renderer/ipc_echo.h', 195 'shell/renderer/ipc_echo.h',
196 'shell/renderer/layout_test/gc_controller.cc', 196 'shell/renderer/layout_test/gc_controller.cc',
197 'shell/renderer/layout_test/gc_controller.h', 197 'shell/renderer/layout_test/gc_controller.h',
198 'shell/renderer/layout_test/layout_test_content_renderer_client.cc', 198 'shell/renderer/layout_test/layout_test_content_renderer_client.cc',
199 'shell/renderer/layout_test/layout_test_content_renderer_client.h', 199 'shell/renderer/layout_test/layout_test_content_renderer_client.h',
200 'shell/renderer/layout_test/layout_test_render_frame_observer.cc', 200 'shell/renderer/layout_test/layout_test_render_frame_observer.cc',
201 'shell/renderer/layout_test/layout_test_render_frame_observer.h', 201 'shell/renderer/layout_test/layout_test_render_frame_observer.h',
202 'shell/renderer/layout_test/layout_test_render_process_observer.cc', 202 'shell/renderer/layout_test/layout_test_render_process_observer.cc',
203 'shell/renderer/layout_test/layout_test_render_process_observer.h', 203 'shell/renderer/layout_test/layout_test_render_process_observer.h',
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1137 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1138 '--destination_dir', '<(dest_dir)', 1138 '--destination_dir', '<(dest_dir)',
1139 ], 1139 ],
1140 }, 1140 },
1141 ], 1141 ],
1142 }, 1142 },
1143 ], 1143 ],
1144 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1144 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1145 ] 1145 ]
1146 } 1146 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698