| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'fileapi', | 8 'target_name': 'fileapi', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE', | 10 'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 ], | 50 ], |
| 51 'conditions': [ | 51 'conditions': [ |
| 52 ['inside_chromium_build==0', { | 52 ['inside_chromium_build==0', { |
| 53 'dependencies': [ | 53 'dependencies': [ |
| 54 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 54 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 55 ], | 55 ], |
| 56 }], | 56 }], |
| 57 ['chromeos==1', { | 57 ['chromeos==1', { |
| 58 'sources': [ | 58 'sources': [ |
| 59 '../chromeos/fileapi/cros_mount_point_provider.cc', | 59 '../chromeos/fileapi/cros_mount_point_provider.cc', |
| 60 '../chromeos/fileapi/cros_mount_point_provider.h', |
| 61 '../chromeos/fileapi/file_access_permissions.cc', |
| 62 '../chromeos/fileapi/file_access_permissions.h', |
| 60 ], | 63 ], |
| 61 }], | 64 }], |
| 62 ], | 65 ], |
| 63 }, | 66 }, |
| 64 ], | 67 ], |
| 65 } | 68 } |
| OLD | NEW |