| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 'public/browser/screen_orientation_provider.cc', | 293 'public/browser/screen_orientation_provider.cc', |
| 294 'public/browser/screen_orientation_provider.h', | 294 'public/browser/screen_orientation_provider.h', |
| 295 'public/browser/security_style_explanation.h', | 295 'public/browser/security_style_explanation.h', |
| 296 'public/browser/security_style_explanations.cc', | 296 'public/browser/security_style_explanations.cc', |
| 297 'public/browser/security_style_explanations.h', | 297 'public/browser/security_style_explanations.h', |
| 298 'public/browser/service_worker_context.h', | 298 'public/browser/service_worker_context.h', |
| 299 'public/browser/service_worker_usage_info.cc', | 299 'public/browser/service_worker_usage_info.cc', |
| 300 'public/browser/service_worker_usage_info.h', | 300 'public/browser/service_worker_usage_info.h', |
| 301 'public/browser/session_storage_namespace.h', | 301 'public/browser/session_storage_namespace.h', |
| 302 'public/browser/session_storage_usage_info.h', | 302 'public/browser/session_storage_usage_info.h', |
| 303 'public/browser/shell_context.h', |
| 303 'public/browser/site_instance.h', | 304 'public/browser/site_instance.h', |
| 304 'public/browser/speech_recognition_event_listener.h', | 305 'public/browser/speech_recognition_event_listener.h', |
| 305 'public/browser/speech_recognition_manager.h', | 306 'public/browser/speech_recognition_manager.h', |
| 306 'public/browser/speech_recognition_manager_delegate.h', | 307 'public/browser/speech_recognition_manager_delegate.h', |
| 307 'public/browser/speech_recognition_session_config.cc', | 308 'public/browser/speech_recognition_session_config.cc', |
| 308 'public/browser/speech_recognition_session_config.h', | 309 'public/browser/speech_recognition_session_config.h', |
| 309 'public/browser/speech_recognition_session_context.cc', | 310 'public/browser/speech_recognition_session_context.cc', |
| 310 'public/browser/speech_recognition_session_context.h', | 311 'public/browser/speech_recognition_session_context.h', |
| 311 'public/browser/speech_recognition_session_preamble.cc', | 312 'public/browser/speech_recognition_session_preamble.cc', |
| 312 'public/browser/speech_recognition_session_preamble.h', | 313 'public/browser/speech_recognition_session_preamble.h', |
| (...skipping 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2194 ], | 2195 ], |
| 2195 }], | 2196 }], |
| 2196 ['OS != "mac" and OS != "android"', { | 2197 ['OS != "mac" and OS != "android"', { |
| 2197 'sources!': [ | 2198 'sources!': [ |
| 2198 'browser/gpu/gpu_surface_tracker.cc', | 2199 'browser/gpu/gpu_surface_tracker.cc', |
| 2199 'browser/gpu/gpu_surface_tracker.h', | 2200 'browser/gpu/gpu_surface_tracker.h', |
| 2200 ], | 2201 ], |
| 2201 }], | 2202 }], |
| 2202 ], | 2203 ], |
| 2203 } | 2204 } |
| OLD | NEW |