Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Side by Side Diff: content/content_common.gypi

Issue 1172853004: Chromium side of RequestDeviceOptions implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Add an end-namespace comment Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'common/android/surface_texture_manager.h', 175 'common/android/surface_texture_manager.h',
176 'common/android/surface_texture_peer.cc', 176 'common/android/surface_texture_peer.cc',
177 'common/android/surface_texture_peer.h', 177 'common/android/surface_texture_peer.h',
178 'common/appcache_interfaces.cc', 178 'common/appcache_interfaces.cc',
179 'common/appcache_interfaces.h', 179 'common/appcache_interfaces.h',
180 'common/appcache_messages.h', 180 'common/appcache_messages.h',
181 'common/bluetooth/bluetooth_device.cc', 181 'common/bluetooth/bluetooth_device.cc',
182 'common/bluetooth/bluetooth_device.h', 182 'common/bluetooth/bluetooth_device.h',
183 'common/bluetooth/bluetooth_error.h', 183 'common/bluetooth/bluetooth_error.h',
184 'common/bluetooth/bluetooth_messages.h', 184 'common/bluetooth/bluetooth_messages.h',
185 'common/bluetooth/bluetooth_scan_filter.cc',
186 'common/bluetooth/bluetooth_scan_filter.h',
185 'common/browser_plugin/browser_plugin_constants.cc', 187 'common/browser_plugin/browser_plugin_constants.cc',
186 'common/browser_plugin/browser_plugin_constants.h', 188 'common/browser_plugin/browser_plugin_constants.h',
187 'common/browser_plugin/browser_plugin_messages.h', 189 'common/browser_plugin/browser_plugin_messages.h',
188 'common/cache_storage/cache_storage_messages.h', 190 'common/cache_storage/cache_storage_messages.h',
189 'common/cache_storage/cache_storage_types.cc', 191 'common/cache_storage/cache_storage_types.cc',
190 'common/cache_storage/cache_storage_types.h', 192 'common/cache_storage/cache_storage_types.h',
191 'common/cc_messages.cc', 193 'common/cc_messages.cc',
192 'common/cc_messages.h', 194 'common/cc_messages.h',
193 'common/child_process_host_impl.cc', 195 'common/child_process_host_impl.cc',
194 'common/child_process_host_impl.h', 196 'common/child_process_host_impl.h',
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1070 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1069 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1071 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1070 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1072 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1071 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1073 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1072 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1074 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1073 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1075 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1074 ], 1076 ],
1075 }], 1077 }],
1076 ], 1078 ],
1077 } 1079 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698