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

Unified Diff: content/content_common.gypi

Issue 10316007: Make the Geoposition helper class public (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix forward-declaration of struct as class. Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/geoposition.cc ('k') | content/public/browser/geolocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 90452299880536a885e4ba56ce84febc4b2f0e86..5d2e2f7a0d8a660e6b9d79385e165bede6e80923 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -49,6 +49,8 @@
'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/gpu_feature_type.h',
'public/common/gpu_info.cc',
'public/common/gpu_info.h',
@@ -161,8 +163,6 @@
'common/gamepad_seqlock.cc',
'common/gamepad_seqlock.h',
'common/geolocation_messages.h',
- 'common/geoposition.cc',
- 'common/geoposition.h',
'common/gpu/client/command_buffer_proxy_impl.cc',
'common/gpu/client/command_buffer_proxy_impl.h',
'common/gpu/client/gl_helper.cc',
« no previous file with comments | « content/common/geoposition.cc ('k') | content/public/browser/geolocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698