Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 224 'public/browser/navigation_controller.h', | 224 'public/browser/navigation_controller.h', |
| 225 'public/browser/navigation_data.h', | 225 'public/browser/navigation_data.h', |
| 226 'public/browser/navigation_details.cc', | 226 'public/browser/navigation_details.cc', |
| 227 'public/browser/navigation_details.h', | 227 'public/browser/navigation_details.h', |
| 228 'public/browser/navigation_entry.h', | 228 'public/browser/navigation_entry.h', |
| 229 'public/browser/navigation_handle.cc', | 229 'public/browser/navigation_handle.cc', |
| 230 'public/browser/navigation_handle.h', | 230 'public/browser/navigation_handle.h', |
| 231 'public/browser/navigation_throttle.cc', | 231 'public/browser/navigation_throttle.cc', |
| 232 'public/browser/navigation_throttle.h', | 232 'public/browser/navigation_throttle.h', |
| 233 'public/browser/navigation_type.h', | 233 'public/browser/navigation_type.h', |
| 234 'public/browser/notification_database_data.cc', | |
|
johnme
2016/09/08 15:21:50
(You'll need to move this to content/public/browse
Peter Beverloo
2016/09/08 18:56:02
Acknowledged.
| |
| 234 'public/browser/notification_database_data.h', | 235 'public/browser/notification_database_data.h', |
| 235 'public/browser/notification_details.h', | 236 'public/browser/notification_details.h', |
| 236 'public/browser/notification_event_dispatcher.h', | 237 'public/browser/notification_event_dispatcher.h', |
| 237 'public/browser/notification_observer.h', | 238 'public/browser/notification_observer.h', |
| 238 'public/browser/notification_registrar.cc', | 239 'public/browser/notification_registrar.cc', |
| 239 'public/browser/notification_registrar.h', | 240 'public/browser/notification_registrar.h', |
| 240 'public/browser/notification_service.h', | 241 'public/browser/notification_service.h', |
| 241 'public/browser/notification_source.h', | 242 'public/browser/notification_source.h', |
| 242 'public/browser/notification_types.h', | 243 'public/browser/notification_types.h', |
| 243 'public/browser/overscroll_configuration.h', | 244 'public/browser/overscroll_configuration.h', |
| (...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2113 ], | 2114 ], |
| 2114 }], | 2115 }], |
| 2115 ['OS != "mac" and OS != "android"', { | 2116 ['OS != "mac" and OS != "android"', { |
| 2116 'sources!': [ | 2117 'sources!': [ |
| 2117 'browser/gpu/gpu_surface_tracker.cc', | 2118 'browser/gpu/gpu_surface_tracker.cc', |
| 2118 'browser/gpu/gpu_surface_tracker.h', | 2119 'browser/gpu/gpu_surface_tracker.h', |
| 2119 ], | 2120 ], |
| 2120 }], | 2121 }], |
| 2121 ], | 2122 ], |
| 2122 } | 2123 } |
| OLD | NEW |