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', | 7 '../base/base.gyp:base', |
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
9 '../cc/cc.gyp:cc', | 9 '../cc/cc.gyp:cc', |
10 '../cc/cc.gyp:cc_proto', | 10 '../cc/cc.gyp:cc_proto', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 'renderer/android/synchronous_compositor_external_begin_frame_source.h', | 122 'renderer/android/synchronous_compositor_external_begin_frame_source.h', |
123 'renderer/android/synchronous_compositor_filter.cc', | 123 'renderer/android/synchronous_compositor_filter.cc', |
124 'renderer/android/synchronous_compositor_filter.h', | 124 'renderer/android/synchronous_compositor_filter.h', |
125 'renderer/android/synchronous_compositor_output_surface.cc', | 125 'renderer/android/synchronous_compositor_output_surface.cc', |
126 'renderer/android/synchronous_compositor_output_surface.h', | 126 'renderer/android/synchronous_compositor_output_surface.h', |
127 'renderer/android/synchronous_compositor_proxy.cc', | 127 'renderer/android/synchronous_compositor_proxy.cc', |
128 'renderer/android/synchronous_compositor_proxy.h', | 128 'renderer/android/synchronous_compositor_proxy.h', |
129 'renderer/android/synchronous_compositor_registry.h', | 129 'renderer/android/synchronous_compositor_registry.h', |
130 'renderer/background_sync/background_sync_client_impl.cc', | 130 'renderer/background_sync/background_sync_client_impl.cc', |
131 'renderer/background_sync/background_sync_client_impl.h', | 131 'renderer/background_sync/background_sync_client_impl.h', |
132 'renderer/bluetooth/bluetooth_dispatcher.cc', | 132 'renderer/bluetooth/bluetooth_type_converters.cc', |
133 'renderer/bluetooth/bluetooth_dispatcher.h', | 133 'renderer/bluetooth/bluetooth_type_converters.h', |
134 'renderer/bluetooth/bluetooth_message_filter.cc', | |
135 'renderer/bluetooth/bluetooth_message_filter.h', | |
136 'renderer/bluetooth/web_bluetooth_impl.cc', | 134 'renderer/bluetooth/web_bluetooth_impl.cc', |
137 'renderer/bluetooth/web_bluetooth_impl.h', | 135 'renderer/bluetooth/web_bluetooth_impl.h', |
138 'renderer/browser_plugin/browser_plugin.cc', | 136 'renderer/browser_plugin/browser_plugin.cc', |
139 'renderer/browser_plugin/browser_plugin.h', | 137 'renderer/browser_plugin/browser_plugin.h', |
140 'renderer/browser_plugin/browser_plugin_manager.cc', | 138 'renderer/browser_plugin/browser_plugin_manager.cc', |
141 'renderer/browser_plugin/browser_plugin_manager.h', | 139 'renderer/browser_plugin/browser_plugin_manager.h', |
142 'renderer/cache_storage/cache_storage_dispatcher.cc', | 140 'renderer/cache_storage/cache_storage_dispatcher.cc', |
143 'renderer/cache_storage/cache_storage_dispatcher.h', | 141 'renderer/cache_storage/cache_storage_dispatcher.h', |
144 'renderer/cache_storage/cache_storage_message_filter.cc', | 142 'renderer/cache_storage/cache_storage_message_filter.cc', |
145 'renderer/cache_storage/cache_storage_message_filter.h', | 143 'renderer/cache_storage/cache_storage_message_filter.h', |
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 }], | 908 }], |
911 ], | 909 ], |
912 'target_conditions': [ | 910 'target_conditions': [ |
913 ['OS=="android"', { | 911 ['OS=="android"', { |
914 'sources/': [ | 912 'sources/': [ |
915 ['include', '^renderer/render_view_linux\\.cc$'], | 913 ['include', '^renderer/render_view_linux\\.cc$'], |
916 ], | 914 ], |
917 }], | 915 }], |
918 ], | 916 ], |
919 } | 917 } |
OLD | NEW |