diff options
author | timvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-11 16:17:10 +0000 |
---|---|---|
committer | timvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-11 16:17:10 +0000 |
commit | 9369f3bb22d4a17faef11d8297b6bb31003f0c27 (patch) | |
tree | 3251171781dc0b353b048286734d20e053109162 /content/content_common.gypi | |
parent | 4bc0ffce0b255856f3978b4d3a2b18a365a9e42a (diff) | |
download | chromium_src-9369f3bb22d4a17faef11d8297b6bb31003f0c27.zip chromium_src-9369f3bb22d4a17faef11d8297b6bb31003f0c27.tar.gz chromium_src-9369f3bb22d4a17faef11d8297b6bb31003f0c27.tar.bz2 |
Move device_motion_hardware_buffer.h to device_orientation/ subdirectory.
The device_motion_hardware_buffer.h should be in the content/common/device_orientation/
subdirectory where all other related files are located.
BUG=
Review URL: https://codereview.chromium.org/25878002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 1524e0a..8cfd22b 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -150,7 +150,7 @@ 'common/cookie_data.h', 'common/database_messages.h', 'common/desktop_notification_messages.h', - 'common/device_motion_hardware_buffer.h', + 'common/device_orientation/device_motion_hardware_buffer.h', 'common/device_orientation/device_motion_messages.h', 'common/device_orientation/device_orientation_hardware_buffer.h', 'common/device_orientation/device_orientation_messages.h', |