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

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: rebase+ Created 4 years, 4 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'public/browser/navigation_controller.cc', 224 'public/browser/navigation_controller.cc',
225 'public/browser/navigation_controller.h', 225 'public/browser/navigation_controller.h',
226 'public/browser/navigation_data.h', 226 'public/browser/navigation_data.h',
227 'public/browser/navigation_details.cc', 227 'public/browser/navigation_details.cc',
228 'public/browser/navigation_details.h', 228 'public/browser/navigation_details.h',
229 'public/browser/navigation_entry.h', 229 'public/browser/navigation_entry.h',
230 'public/browser/navigation_handle.cc', 230 'public/browser/navigation_handle.cc',
231 'public/browser/navigation_handle.h', 231 'public/browser/navigation_handle.h',
232 'public/browser/navigation_throttle.cc', 232 'public/browser/navigation_throttle.cc',
233 'public/browser/navigation_throttle.h', 233 'public/browser/navigation_throttle.h',
234 'public/browser/navigation_type.h', 234 'public/browser/navigation_types.h',
235 'public/browser/notification_database_data.h', 235 'public/browser/notification_database_data.h',
236 'public/browser/notification_details.h', 236 'public/browser/notification_details.h',
237 'public/browser/notification_event_dispatcher.h', 237 'public/browser/notification_event_dispatcher.h',
238 'public/browser/notification_observer.h', 238 'public/browser/notification_observer.h',
239 'public/browser/notification_registrar.cc', 239 'public/browser/notification_registrar.cc',
240 'public/browser/notification_registrar.h', 240 'public/browser/notification_registrar.h',
241 'public/browser/notification_service.h', 241 'public/browser/notification_service.h',
242 'public/browser/notification_source.h', 242 'public/browser/notification_source.h',
243 'public/browser/notification_types.h', 243 'public/browser/notification_types.h',
244 'public/browser/overscroll_configuration.h', 244 'public/browser/overscroll_configuration.h',
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 ], 2111 ],
2112 }], 2112 }],
2113 ['OS != "mac" and OS != "android"', { 2113 ['OS != "mac" and OS != "android"', {
2114 'sources!': [ 2114 'sources!': [
2115 'browser/gpu/gpu_surface_tracker.cc', 2115 'browser/gpu/gpu_surface_tracker.cc',
2116 'browser/gpu/gpu_surface_tracker.h', 2116 'browser/gpu/gpu_surface_tracker.h',
2117 ], 2117 ],
2118 }], 2118 }],
2119 ], 2119 ],
2120 } 2120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698