| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../components/mime_util/mime_util.gyp:mime_util', | 8 '../components/mime_util/mime_util.gyp:mime_util', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'child/file_info_util.cc', | 91 'child/file_info_util.cc', |
| 92 'child/file_info_util.h', | 92 'child/file_info_util.h', |
| 93 'child/fileapi/file_system_dispatcher.cc', | 93 'child/fileapi/file_system_dispatcher.cc', |
| 94 'child/fileapi/file_system_dispatcher.h', | 94 'child/fileapi/file_system_dispatcher.h', |
| 95 'child/fileapi/webfilesystem_impl.cc', | 95 'child/fileapi/webfilesystem_impl.cc', |
| 96 'child/fileapi/webfilesystem_impl.h', | 96 'child/fileapi/webfilesystem_impl.h', |
| 97 'child/fileapi/webfilewriter_base.cc', | 97 'child/fileapi/webfilewriter_base.cc', |
| 98 'child/fileapi/webfilewriter_base.h', | 98 'child/fileapi/webfilewriter_base.h', |
| 99 'child/fileapi/webfilewriter_impl.cc', | 99 'child/fileapi/webfilewriter_impl.cc', |
| 100 'child/fileapi/webfilewriter_impl.h', | 100 'child/fileapi/webfilewriter_impl.h', |
| 101 'child/font_warmup_win.cc', |
| 102 'child/font_warmup_win.h', |
| 101 'child/ftp_directory_listing_response_delegate.cc', | 103 'child/ftp_directory_listing_response_delegate.cc', |
| 102 'child/ftp_directory_listing_response_delegate.h', | 104 'child/ftp_directory_listing_response_delegate.h', |
| 103 'child/geofencing/geofencing_dispatcher.cc', | 105 'child/geofencing/geofencing_dispatcher.cc', |
| 104 'child/geofencing/geofencing_dispatcher.h', | 106 'child/geofencing/geofencing_dispatcher.h', |
| 105 'child/geofencing/geofencing_message_filter.cc', | 107 'child/geofencing/geofencing_message_filter.cc', |
| 106 'child/geofencing/geofencing_message_filter.h', | 108 'child/geofencing/geofencing_message_filter.h', |
| 107 'child/geofencing/web_geofencing_provider_impl.cc', | 109 'child/geofencing/web_geofencing_provider_impl.cc', |
| 108 'child/geofencing/web_geofencing_provider_impl.h', | 110 'child/geofencing/web_geofencing_provider_impl.h', |
| 109 'child/image_decoder.cc', | 111 'child/image_decoder.cc', |
| 110 'child/image_decoder.h', | 112 'child/image_decoder.h', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'child/npapi/webplugin_delegate_impl_mac.mm', | 338 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 337 ], | 339 ], |
| 338 }], | 340 }], |
| 339 ['OS=="win"', { | 341 ['OS=="win"', { |
| 340 'sources!': [ | 342 'sources!': [ |
| 341 'child/npapi/webplugin_delegate_impl_aura.cc', | 343 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 342 ], | 344 ], |
| 343 }], | 345 }], |
| 344 ], | 346 ], |
| 345 } | 347 } |
| OLD | NEW |