diff options
author | jonross@chromium.org <jonross@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 21:52:56 +0000 |
---|---|---|
committer | jonross@chromium.org <jonross@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 21:52:56 +0000 |
commit | 4de8a7d65513bca898ab3ee158d45295c2f4bbc9 (patch) | |
tree | 9b4d314292a6f19c460db340b424f436bf562ff8 | |
parent | 93b9e8acf86103e87201589f1563a43c383f7bec (diff) | |
download | chromium_src-4de8a7d65513bca898ab3ee158d45295c2f4bbc9.zip chromium_src-4de8a7d65513bca898ab3ee158d45295c2f4bbc9.tar.gz chromium_src-4de8a7d65513bca898ab3ee158d45295c2f4bbc9.tar.bz2 |
Rotation Lock Cleanup
Fixes alphabetical ordering in ash/ash.gyp
Issue rased post commit of review: https://codereview.chromium.org/212923002/
Original commit=263764
BUG=337627
Review URL: https://codereview.chromium.org/239123002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264009 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index e0f798c..b438e07 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -371,8 +371,8 @@ 'system/chromeos/power/tray_power.h', 'system/chromeos/power/video_activity_notifier.cc', 'system/chromeos/power/video_activity_notifier.h', - 'system/chromeos/rotation/tray_rotation_lock.h', 'system/chromeos/rotation/tray_rotation_lock.cc', + 'system/chromeos/rotation/tray_rotation_lock.h', 'system/chromeos/screen_security/screen_capture_observer.h', 'system/chromeos/screen_security/screen_capture_tray_item.cc', 'system/chromeos/screen_security/screen_capture_tray_item.h', |