diff options
Diffstat (limited to 'webkit/media')
-rw-r--r-- | webkit/media/android/audio_decoder_android.cc (renamed from webkit/media/audio_decoder_android.cc) | 2 | ||||
-rw-r--r-- | webkit/media/webkit_media.gypi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/media/audio_decoder_android.cc b/webkit/media/android/audio_decoder_android.cc index 474e083..637b32b 100644 --- a/webkit/media/audio_decoder_android.cc +++ b/webkit/media/android/audio_decoder_android.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/webkit/media/webkit_media.gypi b/webkit/media/webkit_media.gypi index 34aa506..fb62d19 100644 --- a/webkit/media/webkit_media.gypi +++ b/webkit/media/webkit_media.gypi @@ -14,11 +14,11 @@ '<(DEPTH)/skia/skia.gyp:skia', ], 'sources': [ + 'android/audio_decoder_android.cc', 'active_loader.cc', 'active_loader.h', 'audio_decoder.cc', 'audio_decoder.h', - 'audio_decoder_android.cc', 'buffered_data_source.cc', 'buffered_data_source.h', 'buffered_resource_loader.cc', |