| 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 1774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1785 'browser/compositor/software_output_device_x11.h', | 1785 'browser/compositor/software_output_device_x11.h', |
| 1786 'browser/context_factory.cc', | 1786 'browser/context_factory.cc', |
| 1787 'browser/renderer_host/browser_compositor_view_mac.h', | 1787 'browser/renderer_host/browser_compositor_view_mac.h', |
| 1788 'browser/renderer_host/browser_compositor_view_mac.mm', | 1788 'browser/renderer_host/browser_compositor_view_mac.mm', |
| 1789 'browser/renderer_host/delegated_frame_host.cc', | 1789 'browser/renderer_host/delegated_frame_host.cc', |
| 1790 'browser/renderer_host/delegated_frame_host.h', | 1790 'browser/renderer_host/delegated_frame_host.h', |
| 1791 'browser/renderer_host/resize_lock.cc', | 1791 'browser/renderer_host/resize_lock.cc', |
| 1792 'browser/renderer_host/resize_lock.h', | 1792 'browser/renderer_host/resize_lock.h', |
| 1793 ], | 1793 ], |
| 1794 'plugin_browser_sources': [ | 1794 'plugin_browser_sources': [ |
| 1795 'browser/media/session/pepper_playback_observer.cc', |
| 1796 'browser/media/session/pepper_playback_observer.h', |
| 1797 'browser/media/session/pepper_player_delegate.cc', |
| 1798 'browser/media/session/pepper_player_delegate.h', |
| 1795 'browser/pepper_flash_settings_helper_impl.cc', | 1799 'browser/pepper_flash_settings_helper_impl.cc', |
| 1796 'browser/pepper_flash_settings_helper_impl.h', | 1800 'browser/pepper_flash_settings_helper_impl.h', |
| 1797 'browser/plugin_content_origin_whitelist.cc', | 1801 'browser/plugin_content_origin_whitelist.cc', |
| 1798 'browser/plugin_content_origin_whitelist.h', | 1802 'browser/plugin_content_origin_whitelist.h', |
| 1799 'browser/plugin_data_remover_impl.cc', | 1803 'browser/plugin_data_remover_impl.cc', |
| 1800 'browser/plugin_data_remover_impl.h', | 1804 'browser/plugin_data_remover_impl.h', |
| 1801 'browser/plugin_private_storage_helper.cc', | 1805 'browser/plugin_private_storage_helper.cc', |
| 1802 'browser/plugin_private_storage_helper.h', | 1806 'browser/plugin_private_storage_helper.h', |
| 1803 'browser/plugin_service_impl.cc', | 1807 'browser/plugin_service_impl.cc', |
| 1804 'browser/plugin_service_impl.h', | 1808 'browser/plugin_service_impl.h', |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2197 ], | 2201 ], |
| 2198 }], | 2202 }], |
| 2199 ['OS != "mac" and OS != "android"', { | 2203 ['OS != "mac" and OS != "android"', { |
| 2200 'sources!': [ | 2204 'sources!': [ |
| 2201 'browser/gpu/gpu_surface_tracker.cc', | 2205 'browser/gpu/gpu_surface_tracker.cc', |
| 2202 'browser/gpu/gpu_surface_tracker.h', | 2206 'browser/gpu/gpu_surface_tracker.h', |
| 2203 ], | 2207 ], |
| 2204 }], | 2208 }], |
| 2205 ], | 2209 ], |
| 2206 } | 2210 } |
| OLD | NEW |