| 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 'browser/accessibility/browser_accessibility_win.cc', | 394 'browser/accessibility/browser_accessibility_win.cc', |
| 395 'browser/accessibility/browser_accessibility_win.h', | 395 'browser/accessibility/browser_accessibility_win.h', |
| 396 'browser/accessibility/one_shot_accessibility_tree_search.cc', | 396 'browser/accessibility/one_shot_accessibility_tree_search.cc', |
| 397 'browser/accessibility/one_shot_accessibility_tree_search.h', | 397 'browser/accessibility/one_shot_accessibility_tree_search.h', |
| 398 'browser/android/background_sync_network_observer_android.cc', | 398 'browser/android/background_sync_network_observer_android.cc', |
| 399 'browser/android/background_sync_network_observer_android.h', | 399 'browser/android/background_sync_network_observer_android.h', |
| 400 'browser/android/browser_jni_registrar.cc', | 400 'browser/android/browser_jni_registrar.cc', |
| 401 'browser/android/browser_jni_registrar.h', | 401 'browser/android/browser_jni_registrar.h', |
| 402 'browser/android/browser_startup_controller.cc', | 402 'browser/android/browser_startup_controller.cc', |
| 403 'browser/android/browser_startup_controller.h', | 403 'browser/android/browser_startup_controller.h', |
| 404 'browser/android/browser_scoped_surface_request_manager.cc', |
| 405 'browser/android/browser_scoped_surface_request_manager.h', |
| 404 'browser/android/browser_surface_texture_manager.cc', | 406 'browser/android/browser_surface_texture_manager.cc', |
| 405 'browser/android/browser_surface_texture_manager.h', | 407 'browser/android/browser_surface_texture_manager.h', |
| 406 'browser/android/child_process_launcher_android.cc', | 408 'browser/android/child_process_launcher_android.cc', |
| 407 'browser/android/child_process_launcher_android.h', | 409 'browser/android/child_process_launcher_android.h', |
| 408 'browser/android/content_protocol_handler_impl.cc', | 410 'browser/android/content_protocol_handler_impl.cc', |
| 409 'browser/android/content_protocol_handler_impl.h', | 411 'browser/android/content_protocol_handler_impl.h', |
| 410 'browser/android/content_startup_flags.cc', | 412 'browser/android/content_startup_flags.cc', |
| 411 'browser/android/content_startup_flags.h', | 413 'browser/android/content_startup_flags.h', |
| 412 'browser/android/content_video_view.cc', | 414 'browser/android/content_video_view.cc', |
| 413 'browser/android/content_video_view.h', | 415 'browser/android/content_video_view.h', |
| (...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 ], | 2112 ], |
| 2111 }], | 2113 }], |
| 2112 ['OS != "mac" and OS != "android"', { | 2114 ['OS != "mac" and OS != "android"', { |
| 2113 'sources!': [ | 2115 'sources!': [ |
| 2114 'browser/gpu/gpu_surface_tracker.cc', | 2116 'browser/gpu/gpu_surface_tracker.cc', |
| 2115 'browser/gpu/gpu_surface_tracker.h', | 2117 'browser/gpu/gpu_surface_tracker.h', |
| 2116 ], | 2118 ], |
| 2117 }], | 2119 }], |
| 2118 ], | 2120 ], |
| 2119 } | 2121 } |
| OLD | NEW |