| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'public/browser/message_port_provider.h', | 221 'public/browser/message_port_provider.h', |
| 222 'public/browser/mojo_app_connection.h', | 222 'public/browser/mojo_app_connection.h', |
| 223 'public/browser/native_web_keyboard_event.h', | 223 'public/browser/native_web_keyboard_event.h', |
| 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_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_data.h', |
| 231 'public/browser/navigation_throttle.cc', | 232 'public/browser/navigation_throttle.cc', |
| 232 'public/browser/navigation_throttle.h', | 233 'public/browser/navigation_throttle.h', |
| 233 'public/browser/navigation_type.h', | 234 'public/browser/navigation_type.h', |
| 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', |
| (...skipping 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2212 ], | 2213 ], |
| 2213 }], | 2214 }], |
| 2214 ['OS != "mac" and OS != "android"', { | 2215 ['OS != "mac" and OS != "android"', { |
| 2215 'sources!': [ | 2216 'sources!': [ |
| 2216 'browser/gpu/gpu_surface_tracker.cc', | 2217 'browser/gpu/gpu_surface_tracker.cc', |
| 2217 'browser/gpu/gpu_surface_tracker.h', | 2218 'browser/gpu/gpu_surface_tracker.h', |
| 2218 ], | 2219 ], |
| 2219 }], | 2220 }], |
| 2220 ], | 2221 ], |
| 2221 } | 2222 } |
| OLD | NEW |