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

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: 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'public/common/context_menu_params.h', 57 'public/common/context_menu_params.h',
58 'public/common/drop_data.cc', 58 'public/common/drop_data.cc',
59 'public/common/drop_data.h', 59 'public/common/drop_data.h',
60 'public/common/eme_codec.h', 60 'public/common/eme_codec.h',
61 'public/common/favicon_url.cc', 61 'public/common/favicon_url.cc',
62 'public/common/favicon_url.h', 62 'public/common/favicon_url.h',
63 'public/common/file_chooser_params.cc', 63 'public/common/file_chooser_params.cc',
64 'public/common/file_chooser_params.h', 64 'public/common/file_chooser_params.h',
65 'public/common/frame_navigate_params.cc', 65 'public/common/frame_navigate_params.cc',
66 'public/common/frame_navigate_params.h', 66 'public/common/frame_navigate_params.h',
67 'public/common/geofencing_status.cc',
68 'public/common/geofencing_status.h',
67 'public/common/geoposition.cc', 69 'public/common/geoposition.cc',
68 'public/common/geoposition.h', 70 'public/common/geoposition.h',
69 'public/common/gpu_memory_stats.cc', 71 'public/common/gpu_memory_stats.cc',
70 'public/common/gpu_memory_stats.h', 72 'public/common/gpu_memory_stats.h',
71 'public/common/injection_test_mac.h', 73 'public/common/injection_test_mac.h',
72 'public/common/injection_test_win.h', 74 'public/common/injection_test_win.h',
73 'public/common/javascript_message_type.h', 75 'public/common/javascript_message_type.h',
74 'public/common/main_function_params.h', 76 'public/common/main_function_params.h',
75 'public/common/media_stream_request.cc', 77 'public/common/media_stream_request.cc',
76 'public/common/media_stream_request.h', 78 'public/common/media_stream_request.h',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 ], 899 ],
898 'sources': [ 900 'sources': [
899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 901 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
900 ], 902 ],
901 'sources!': [ 903 'sources!': [
902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 904 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
903 ], 905 ],
904 }], 906 }],
905 ], 907 ],
906 } 908 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698