| Index: webkit/common/fileapi/webkit_common_fileapi.gypi
|
| diff --git a/webkit/common/fileapi/webkit_common_fileapi.gypi b/webkit/common/fileapi/webkit_common_fileapi.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ce7c717088725cd9a4541fa2c73d65f8d88ff073
|
| --- /dev/null
|
| +++ b/webkit/common/fileapi/webkit_common_fileapi.gypi
|
| @@ -0,0 +1,14 @@
|
| +# Copyright 2013 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.
|
| +
|
| +{
|
| + 'variables': {
|
| + 'webkit_common_fileapi_sources': [
|
| + '../common/fileapi/directory_entry.h',
|
| + '../common/fileapi/file_system_types.h',
|
| + '../common/fileapi/file_system_util.cc',
|
| + '../common/fileapi/file_system_util.h',
|
| + ],
|
| + },
|
| +}
|
|
|