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