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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'renderer/android/synchronous_compositor_factory.h', | 115 'renderer/android/synchronous_compositor_factory.h', |
116 'renderer/android/synchronous_compositor_filter.cc', | 116 'renderer/android/synchronous_compositor_filter.cc', |
117 'renderer/android/synchronous_compositor_filter.h', | 117 'renderer/android/synchronous_compositor_filter.h', |
118 'renderer/android/synchronous_compositor_output_surface.cc', | 118 'renderer/android/synchronous_compositor_output_surface.cc', |
119 'renderer/android/synchronous_compositor_output_surface.h', | 119 'renderer/android/synchronous_compositor_output_surface.h', |
120 'renderer/android/synchronous_compositor_proxy.cc', | 120 'renderer/android/synchronous_compositor_proxy.cc', |
121 'renderer/android/synchronous_compositor_proxy.h', | 121 'renderer/android/synchronous_compositor_proxy.h', |
122 'renderer/android/synchronous_compositor_registry.h', | 122 'renderer/android/synchronous_compositor_registry.h', |
123 'renderer/background_sync/background_sync_client_impl.cc', | 123 'renderer/background_sync/background_sync_client_impl.cc', |
124 'renderer/background_sync/background_sync_client_impl.h', | 124 'renderer/background_sync/background_sync_client_impl.h', |
125 'renderer/battery_status/battery_status_dispatcher.cc', | |
126 'renderer/battery_status/battery_status_dispatcher.h', | |
127 'renderer/bluetooth/bluetooth_dispatcher.cc', | 125 'renderer/bluetooth/bluetooth_dispatcher.cc', |
128 'renderer/bluetooth/bluetooth_dispatcher.h', | 126 'renderer/bluetooth/bluetooth_dispatcher.h', |
129 'renderer/bluetooth/bluetooth_message_filter.cc', | 127 'renderer/bluetooth/bluetooth_message_filter.cc', |
130 'renderer/bluetooth/bluetooth_message_filter.h', | 128 'renderer/bluetooth/bluetooth_message_filter.h', |
131 'renderer/bluetooth/web_bluetooth_impl.cc', | 129 'renderer/bluetooth/web_bluetooth_impl.cc', |
132 'renderer/bluetooth/web_bluetooth_impl.h', | 130 'renderer/bluetooth/web_bluetooth_impl.h', |
133 'renderer/browser_plugin/browser_plugin.cc', | 131 'renderer/browser_plugin/browser_plugin.cc', |
134 'renderer/browser_plugin/browser_plugin.h', | 132 'renderer/browser_plugin/browser_plugin.h', |
135 'renderer/browser_plugin/browser_plugin_manager.cc', | 133 'renderer/browser_plugin/browser_plugin_manager.cc', |
136 'renderer/browser_plugin/browser_plugin_manager.h', | 134 'renderer/browser_plugin/browser_plugin_manager.h', |
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
914 }], | 912 }], |
915 ], | 913 ], |
916 'target_conditions': [ | 914 'target_conditions': [ |
917 ['OS=="android"', { | 915 ['OS=="android"', { |
918 'sources/': [ | 916 'sources/': [ |
919 ['include', '^renderer/render_view_linux\\.cc$'], | 917 ['include', '^renderer/render_view_linux\\.cc$'], |
920 ], | 918 ], |
921 }], | 919 }], |
922 ], | 920 ], |
923 } | 921 } |
OLD | NEW |