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

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 and add region_id sanity check Created 6 years, 2 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'common/frame_messages.h', 229 'common/frame_messages.h',
230 'common/frame_param.cc', 230 'common/frame_param.cc',
231 'common/frame_param.h', 231 'common/frame_param.h',
232 'common/frame_param_macros.h', 232 'common/frame_param_macros.h',
233 'common/gamepad_hardware_buffer.h', 233 'common/gamepad_hardware_buffer.h',
234 'common/gamepad_messages.h', 234 'common/gamepad_messages.h',
235 'common/gamepad_param_traits.cc', 235 'common/gamepad_param_traits.cc',
236 'common/gamepad_param_traits.h', 236 'common/gamepad_param_traits.h',
237 'common/gamepad_user_gesture.cc', 237 'common/gamepad_user_gesture.cc',
238 'common/gamepad_user_gesture.h', 238 'common/gamepad_user_gesture.h',
239 'common/geofencing_messages.h',
240 'common/geofencing_status.cc',
241 'common/geofencing_status.h',
239 'common/geolocation_messages.h', 242 'common/geolocation_messages.h',
240 'common/gin_java_bridge_messages.h', 243 'common/gin_java_bridge_messages.h',
241 'common/gpu/client/command_buffer_proxy_impl.cc', 244 'common/gpu/client/command_buffer_proxy_impl.cc',
242 'common/gpu/client/command_buffer_proxy_impl.h', 245 'common/gpu/client/command_buffer_proxy_impl.h',
243 'common/gpu/client/context_provider_command_buffer.cc', 246 'common/gpu/client/context_provider_command_buffer.cc',
244 'common/gpu/client/context_provider_command_buffer.h', 247 'common/gpu/client/context_provider_command_buffer.h',
245 'common/gpu/client/gl_helper.cc', 248 'common/gpu/client/gl_helper.cc',
246 'common/gpu/client/gl_helper.h', 249 'common/gpu/client/gl_helper.h',
247 'common/gpu/client/gl_helper_readback_support.cc', 250 'common/gpu/client/gl_helper_readback_support.cc',
248 'common/gpu/client/gl_helper_readback_support.h', 251 'common/gpu/client/gl_helper_readback_support.h',
(...skipping 660 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