| 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/leveldb/leveldb.gyp:leveldb_lib', | 10 '../components/leveldb/leveldb.gyp:leveldb_lib', |
| (...skipping 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1814 'browser/renderer_host/resize_lock.cc', | 1814 'browser/renderer_host/resize_lock.cc', |
| 1815 'browser/renderer_host/resize_lock.h', | 1815 'browser/renderer_host/resize_lock.h', |
| 1816 ], | 1816 ], |
| 1817 'plugin_browser_sources': [ | 1817 'plugin_browser_sources': [ |
| 1818 'browser/pepper_flash_settings_helper_impl.cc', | 1818 'browser/pepper_flash_settings_helper_impl.cc', |
| 1819 'browser/pepper_flash_settings_helper_impl.h', | 1819 'browser/pepper_flash_settings_helper_impl.h', |
| 1820 'browser/plugin_content_origin_whitelist.cc', | 1820 'browser/plugin_content_origin_whitelist.cc', |
| 1821 'browser/plugin_content_origin_whitelist.h', | 1821 'browser/plugin_content_origin_whitelist.h', |
| 1822 'browser/plugin_data_remover_impl.cc', | 1822 'browser/plugin_data_remover_impl.cc', |
| 1823 'browser/plugin_data_remover_impl.h', | 1823 'browser/plugin_data_remover_impl.h', |
| 1824 'browser/plugin_loader_posix.cc', | |
| 1825 'browser/plugin_loader_posix.h', | |
| 1826 'browser/plugin_process_host.cc', | |
| 1827 'browser/plugin_process_host.h', | |
| 1828 'browser/plugin_process_host_mac.cc', | |
| 1829 'browser/plugin_service_impl.cc', | 1824 'browser/plugin_service_impl.cc', |
| 1830 'browser/plugin_service_impl.h', | 1825 'browser/plugin_service_impl.h', |
| 1831 'browser/ppapi_plugin_process_host.cc', | 1826 'browser/ppapi_plugin_process_host.cc', |
| 1832 'browser/ppapi_plugin_process_host.h', | 1827 'browser/ppapi_plugin_process_host.h', |
| 1833 'browser/renderer_host/pepper/browser_ppapi_host_impl.cc', | 1828 'browser/renderer_host/pepper/browser_ppapi_host_impl.cc', |
| 1834 'browser/renderer_host/pepper/browser_ppapi_host_impl.h', | 1829 'browser/renderer_host/pepper/browser_ppapi_host_impl.h', |
| 1835 'browser/renderer_host/pepper/content_browser_pepper_host_factory.cc', | 1830 'browser/renderer_host/pepper/content_browser_pepper_host_factory.cc', |
| 1836 'browser/renderer_host/pepper/content_browser_pepper_host_factory.h', | 1831 'browser/renderer_host/pepper/content_browser_pepper_host_factory.h', |
| 1837 'browser/renderer_host/pepper/pepper_browser_font_singleton_host.cc', | 1832 'browser/renderer_host/pepper/pepper_browser_font_singleton_host.cc', |
| 1838 'browser/renderer_host/pepper/pepper_browser_font_singleton_host.h', | 1833 'browser/renderer_host/pepper/pepper_browser_font_singleton_host.h', |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2220 ['enable_webvr==1 and OS=="android"', { | 2215 ['enable_webvr==1 and OS=="android"', { |
| 2221 'sources': [ | 2216 'sources': [ |
| 2222 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2217 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2223 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2218 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2219 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2220 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2226 ], | 2221 ], |
| 2227 }], | 2222 }], |
| 2228 ], | 2223 ], |
| 2229 } | 2224 } |
| OLD | NEW |