| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index c962c1f06f9a02f8205ce14c9888459e040c12ae..8a01efdaf4ef3bc5a5ae48e35d70d58ec50acc3a 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -8,6 +8,7 @@
|
| '../cc/cc.gyp:cc',
|
| '../cc/ipc/cc_ipc.gyp:cc_ipc',
|
| '../components/tracing.gyp:tracing',
|
| + '../device/geolocation/geolocation.gyp:device_geolocation',
|
| '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| '../gpu/gpu.gyp:command_buffer_service',
|
| '../gpu/gpu.gyp:gles2_c_lib',
|
| @@ -114,8 +115,8 @@
|
| 'public/common/common_param_traits.cc',
|
| 'public/common/common_param_traits.h',
|
| 'public/common/common_param_traits_macros.h',
|
| - 'public/common/console_message_level.h',
|
| 'public/common/connection_filter.h',
|
| + 'public/common/console_message_level.h',
|
| 'public/common/content_client.cc',
|
| 'public/common/content_client.h',
|
| 'public/common/content_constants.cc',
|
| @@ -139,8 +140,6 @@
|
| 'public/common/file_chooser_params.h',
|
| 'public/common/frame_navigate_params.cc',
|
| 'public/common/frame_navigate_params.h',
|
| - 'public/common/geoposition.cc',
|
| - 'public/common/geoposition.h',
|
| 'public/common/injection_test_mac.h',
|
| 'public/common/injection_test_win.h',
|
| 'public/common/javascript_message_type.h',
|
|
|