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

Side by Side Diff: content/content_browser.gypi

Issue 2225343002: Navigation: move RestoreType and ReloadType into a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybots ran with PS8, but one more safe change is added here Created 4 years, 3 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'public/browser/presentation_session.cc', 257 'public/browser/presentation_session.cc',
258 'public/browser/presentation_session.h', 258 'public/browser/presentation_session.h',
259 'public/browser/presentation_session_message.cc', 259 'public/browser/presentation_session_message.cc',
260 'public/browser/presentation_session_message.h', 260 'public/browser/presentation_session_message.h',
261 'public/browser/profiler_controller.h', 261 'public/browser/profiler_controller.h',
262 'public/browser/profiler_subscriber.h', 262 'public/browser/profiler_subscriber.h',
263 'public/browser/push_messaging_service.cc', 263 'public/browser/push_messaging_service.cc',
264 'public/browser/push_messaging_service.h', 264 'public/browser/push_messaging_service.h',
265 'public/browser/quota_permission_context.h', 265 'public/browser/quota_permission_context.h',
266 'public/browser/readback_types.h', 266 'public/browser/readback_types.h',
267 'public/browser/reload_type.h',
267 'public/browser/render_frame_host.h', 268 'public/browser/render_frame_host.h',
268 'public/browser/render_process_host.h', 269 'public/browser/render_process_host.h',
269 'public/browser/render_process_host_factory.h', 270 'public/browser/render_process_host_factory.h',
270 'public/browser/render_process_host_observer.h', 271 'public/browser/render_process_host_observer.h',
271 'public/browser/render_view_host.h', 272 'public/browser/render_view_host.h',
272 'public/browser/render_widget_host.h', 273 'public/browser/render_widget_host.h',
273 'public/browser/render_widget_host_view.h', 274 'public/browser/render_widget_host_view.h',
274 'public/browser/render_widget_host_view_frame_subscriber.h', 275 'public/browser/render_widget_host_view_frame_subscriber.h',
275 'public/browser/render_widget_host_view_mac_delegate.h', 276 'public/browser/render_widget_host_view_mac_delegate.h',
276 'public/browser/resource_context.h', 277 'public/browser/resource_context.h',
277 'public/browser/resource_controller.h', 278 'public/browser/resource_controller.h',
278 'public/browser/resource_dispatcher_host.cc', 279 'public/browser/resource_dispatcher_host.cc',
279 'public/browser/resource_dispatcher_host.h', 280 'public/browser/resource_dispatcher_host.h',
280 'public/browser/resource_dispatcher_host_delegate.cc', 281 'public/browser/resource_dispatcher_host_delegate.cc',
281 'public/browser/resource_dispatcher_host_delegate.h', 282 'public/browser/resource_dispatcher_host_delegate.h',
282 'public/browser/resource_dispatcher_host_login_delegate.h', 283 'public/browser/resource_dispatcher_host_login_delegate.h',
283 'public/browser/resource_hints.h', 284 'public/browser/resource_hints.h',
284 'public/browser/resource_request_details.cc', 285 'public/browser/resource_request_details.cc',
285 'public/browser/resource_request_details.h', 286 'public/browser/resource_request_details.h',
286 'public/browser/resource_request_info.h', 287 'public/browser/resource_request_info.h',
287 'public/browser/resource_throttle.h', 288 'public/browser/resource_throttle.h',
289 'public/browser/restore_type.h',
288 'public/browser/save_page_type.h', 290 'public/browser/save_page_type.h',
289 'public/browser/screen_orientation_delegate.h', 291 'public/browser/screen_orientation_delegate.h',
290 'public/browser/screen_orientation_dispatcher_host.h', 292 'public/browser/screen_orientation_dispatcher_host.h',
291 'public/browser/screen_orientation_provider.cc', 293 'public/browser/screen_orientation_provider.cc',
292 'public/browser/screen_orientation_provider.h', 294 'public/browser/screen_orientation_provider.h',
293 'public/browser/security_style_explanation.h', 295 'public/browser/security_style_explanation.h',
294 'public/browser/security_style_explanations.cc', 296 'public/browser/security_style_explanations.cc',
295 'public/browser/security_style_explanations.h', 297 'public/browser/security_style_explanations.h',
296 'public/browser/service_worker_context.h', 298 'public/browser/service_worker_context.h',
297 'public/browser/service_worker_usage_info.cc', 299 'public/browser/service_worker_usage_info.cc',
(...skipping 1815 matching lines...) Expand 10 before | Expand all | Expand 10 after
2113 ], 2115 ],
2114 }], 2116 }],
2115 ['OS != "mac" and OS != "android"', { 2117 ['OS != "mac" and OS != "android"', {
2116 'sources!': [ 2118 'sources!': [
2117 'browser/gpu/gpu_surface_tracker.cc', 2119 'browser/gpu/gpu_surface_tracker.cc',
2118 'browser/gpu/gpu_surface_tracker.h', 2120 'browser/gpu/gpu_surface_tracker.h',
2119 ], 2121 ],
2120 }], 2122 }],
2121 ], 2123 ],
2122 } 2124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698