| 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 1706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1717 'browser/screen_orientation/screen_orientation_delegate_android.cc', | 1717 'browser/screen_orientation/screen_orientation_delegate_android.cc', |
| 1718 'browser/screen_orientation/screen_orientation_delegate_android.h', | 1718 'browser/screen_orientation/screen_orientation_delegate_android.h', |
| 1719 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1719 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
| 1720 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1720 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
| 1721 'browser/web_contents/web_contents_android.cc', | 1721 'browser/web_contents/web_contents_android.cc', |
| 1722 'browser/web_contents/web_contents_android.h', | 1722 'browser/web_contents/web_contents_android.h', |
| 1723 'browser/web_contents/web_contents_view_android.cc', | 1723 'browser/web_contents/web_contents_view_android.cc', |
| 1724 'browser/web_contents/web_contents_view_android.h', | 1724 'browser/web_contents/web_contents_view_android.h', |
| 1725 ], | 1725 ], |
| 1726 'android_in_process_browser_sources': [ | 1726 'android_in_process_browser_sources': [ |
| 1727 'browser/android/in_process/synchronous_compositor_factory_impl.cc', | |
| 1728 'browser/android/in_process/synchronous_compositor_factory_impl.h', | |
| 1729 'browser/android/in_process/synchronous_compositor_impl.cc', | |
| 1730 'browser/android/in_process/synchronous_compositor_impl.h', | |
| 1731 'browser/android/in_process/synchronous_compositor_registry_in_proc.cc', | |
| 1732 'browser/android/in_process/synchronous_compositor_registry_in_proc.h', | |
| 1733 'browser/android/in_process/synchronous_compositor_renderer_statics.cc', | 1727 'browser/android/in_process/synchronous_compositor_renderer_statics.cc', |
| 1734 'browser/android/in_process/synchronous_compositor_renderer_statics.h', | 1728 'browser/android/in_process/synchronous_compositor_renderer_statics.h', |
| 1735 'browser/android/in_process/synchronous_input_event_filter.cc', | |
| 1736 'browser/android/in_process/synchronous_input_event_filter.h', | |
| 1737 'browser/android/synchronous_compositor_base.cc', | 1729 'browser/android/synchronous_compositor_base.cc', |
| 1738 'browser/android/synchronous_compositor_base.h', | 1730 'browser/android/synchronous_compositor_base.h', |
| 1739 'browser/android/synchronous_compositor_host.cc', | 1731 'browser/android/synchronous_compositor_host.cc', |
| 1740 'browser/android/synchronous_compositor_host.h', | 1732 'browser/android/synchronous_compositor_host.h', |
| 1741 ], | 1733 ], |
| 1742 | 1734 |
| 1743 'auralinux_browser_sources': [ | 1735 'auralinux_browser_sources': [ |
| 1744 'browser/accessibility/accessibility_tree_formatter_auralinux.cc', | 1736 'browser/accessibility/accessibility_tree_formatter_auralinux.cc', |
| 1745 'browser/accessibility/browser_accessibility_auralinux.cc', | 1737 'browser/accessibility/browser_accessibility_auralinux.cc', |
| 1746 'browser/accessibility/browser_accessibility_auralinux.h', | 1738 'browser/accessibility/browser_accessibility_auralinux.h', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2216 ['enable_webvr==1 and OS=="android"', { | 2208 ['enable_webvr==1 and OS=="android"', { |
| 2217 'sources': [ | 2209 'sources': [ |
| 2218 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2210 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2219 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2211 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2220 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2222 ], | 2214 ], |
| 2223 }], | 2215 }], |
| 2224 ], | 2216 ], |
| 2225 } | 2217 } |
| OLD | NEW |