| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'variables': { |
| 7 'webkit_common_fileapi_sources': [ |
| 8 '../common/fileapi/directory_entry.h', |
| 9 '../common/fileapi/file_system_types.h', |
| 10 '../common/fileapi/file_system_url.cc', |
| 11 '../common/fileapi/file_system_url.h', |
| 12 '../common/fileapi/file_system_util.cc', |
| 13 '../common/fileapi/file_system_util.h', |
| 14 ], |
| 15 }, |
| 16 } |
| OLD | NEW |