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

Side by Side Diff: content/content_common.gypi

Issue 476293002: Pass through geofencing API calls to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 3 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 | Annotate | Revision Log
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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'common/frame_messages.h', 232 'common/frame_messages.h',
233 'common/frame_param.cc', 233 'common/frame_param.cc',
234 'common/frame_param.h', 234 'common/frame_param.h',
235 'common/frame_param_macros.h', 235 'common/frame_param_macros.h',
236 'common/gamepad_hardware_buffer.h', 236 'common/gamepad_hardware_buffer.h',
237 'common/gamepad_messages.h', 237 'common/gamepad_messages.h',
238 'common/gamepad_param_traits.cc', 238 'common/gamepad_param_traits.cc',
239 'common/gamepad_param_traits.h', 239 'common/gamepad_param_traits.h',
240 'common/gamepad_user_gesture.cc', 240 'common/gamepad_user_gesture.cc',
241 'common/gamepad_user_gesture.h', 241 'common/gamepad_user_gesture.h',
242 'common/geofencing_messages.h',
243 'common/geofencing_status.cc',
244 'common/geofencing_status.h',
242 'common/geolocation_messages.h', 245 'common/geolocation_messages.h',
243 'common/gin_java_bridge_messages.h', 246 'common/gin_java_bridge_messages.h',
244 'common/gpu/client/command_buffer_proxy_impl.cc', 247 'common/gpu/client/command_buffer_proxy_impl.cc',
245 'common/gpu/client/command_buffer_proxy_impl.h', 248 'common/gpu/client/command_buffer_proxy_impl.h',
246 'common/gpu/client/context_provider_command_buffer.cc', 249 'common/gpu/client/context_provider_command_buffer.cc',
247 'common/gpu/client/context_provider_command_buffer.h', 250 'common/gpu/client/context_provider_command_buffer.h',
248 'common/gpu/client/gl_helper.cc', 251 'common/gpu/client/gl_helper.cc',
249 'common/gpu/client/gl_helper.h', 252 'common/gpu/client/gl_helper.h',
250 'common/gpu/client/gl_helper_readback_support.cc', 253 'common/gpu/client/gl_helper_readback_support.cc',
251 'common/gpu/client/gl_helper_readback_support.h', 254 'common/gpu/client/gl_helper_readback_support.h',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 ], 912 ],
910 'sources': [ 913 'sources': [
911 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 914 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
912 ], 915 ],
913 'sources!': [ 916 'sources!': [
914 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 917 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
915 ], 918 ],
916 }], 919 }],
917 ], 920 ],
918 } 921 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698