| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 'common/fileapi/directory_entry.cc', | 36 'common/fileapi/directory_entry.cc', |
| 37 'common/fileapi/directory_entry.h', | 37 'common/fileapi/directory_entry.h', |
| 38 'common/fileapi/file_system_info.cc', | 38 'common/fileapi/file_system_info.cc', |
| 39 'common/fileapi/file_system_info.h', | 39 'common/fileapi/file_system_info.h', |
| 40 'common/fileapi/file_system_mount_option.h', | 40 'common/fileapi/file_system_mount_option.h', |
| 41 'common/fileapi/file_system_types.h', | 41 'common/fileapi/file_system_types.h', |
| 42 'common/fileapi/file_system_util.cc', | 42 'common/fileapi/file_system_util.cc', |
| 43 'common/fileapi/file_system_util.h', | 43 'common/fileapi/file_system_util.h', |
| 44 'common/quota/quota_status_code.cc', | 44 'common/quota/quota_status_code.cc', |
| 45 'common/quota/quota_status_code.h', | 45 'common/quota/quota_status_code.h', |
| 46 'common/quota/quota_types.cc', |
| 46 'common/quota/quota_types.h', | 47 'common/quota/quota_types.h', |
| 47 ], | 48 ], |
| 48 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 49 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 49 'msvs_disabled_warnings': [ 4267, ], | 50 'msvs_disabled_warnings': [ 4267, ], |
| 50 }, | 51 }, |
| 51 ], | 52 ], |
| 52 } | 53 } |
| OLD | NEW |