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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'public/browser/plugin_service.h', | 255 'public/browser/plugin_service.h', |
256 'public/browser/plugin_service_filter.h', | 256 'public/browser/plugin_service_filter.h', |
257 'public/browser/power_save_blocker.h', | 257 'public/browser/power_save_blocker.h', |
258 'public/browser/power_save_blocker_factory.h', | 258 'public/browser/power_save_blocker_factory.h', |
259 'public/browser/presentation_screen_availability_listener.h', | 259 'public/browser/presentation_screen_availability_listener.h', |
260 'public/browser/presentation_service_delegate.h', | 260 'public/browser/presentation_service_delegate.h', |
261 'public/browser/presentation_session.cc', | 261 'public/browser/presentation_session.cc', |
262 'public/browser/presentation_session.h', | 262 'public/browser/presentation_session.h', |
263 'public/browser/presentation_session_message.cc', | 263 'public/browser/presentation_session_message.cc', |
264 'public/browser/presentation_session_message.h', | 264 'public/browser/presentation_session_message.h', |
| 265 'public/browser/presentation_session_state_observer.h', |
265 'public/browser/profiler_controller.h', | 266 'public/browser/profiler_controller.h', |
266 'public/browser/profiler_subscriber.h', | 267 'public/browser/profiler_subscriber.h', |
267 'public/browser/push_messaging_service.cc', | 268 'public/browser/push_messaging_service.cc', |
268 'public/browser/push_messaging_service.h', | 269 'public/browser/push_messaging_service.h', |
269 'public/browser/quota_permission_context.h', | 270 'public/browser/quota_permission_context.h', |
270 'public/browser/readback_types.h', | 271 'public/browser/readback_types.h', |
271 'public/browser/render_frame_host.h', | 272 'public/browser/render_frame_host.h', |
272 'public/browser/render_process_host.h', | 273 'public/browser/render_process_host.h', |
273 'public/browser/render_process_host_factory.h', | 274 'public/browser/render_process_host_factory.h', |
274 'public/browser/render_process_host_observer.h', | 275 'public/browser/render_process_host_observer.h', |
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2211 ], | 2212 ], |
2212 }], | 2213 }], |
2213 ['OS != "mac" and OS != "android"', { | 2214 ['OS != "mac" and OS != "android"', { |
2214 'sources!': [ | 2215 'sources!': [ |
2215 'browser/gpu/gpu_surface_tracker.cc', | 2216 'browser/gpu/gpu_surface_tracker.cc', |
2216 'browser/gpu/gpu_surface_tracker.h', | 2217 'browser/gpu/gpu_surface_tracker.h', |
2217 ], | 2218 ], |
2218 }], | 2219 }], |
2219 ], | 2220 ], |
2220 } | 2221 } |
OLD | NEW |