| OLD | NEW |
| 1 # Use of this source code is governed by a BSD-style license that can be | 1 # Use of this source code is governed by a BSD-style license that can be |
| 2 # found in the LICENSE file. | 2 # found in the LICENSE file. |
| 3 | 3 |
| 4 { | 4 { |
| 5 'dependencies': [ | 5 'dependencies': [ |
| 6 '../base/base.gyp:base', | 6 '../base/base.gyp:base', |
| 7 '../components/mime_util/mime_util.gyp:mime_util', | 7 '../components/mime_util/mime_util.gyp:mime_util', |
| 8 '../components/scheduler/scheduler.gyp:scheduler', | 8 '../components/scheduler/scheduler.gyp:scheduler', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'child/database_util.cc', | 89 'child/database_util.cc', |
| 90 'child/database_util.h', | 90 'child/database_util.h', |
| 91 'child/db_message_filter.cc', | 91 'child/db_message_filter.cc', |
| 92 'child/db_message_filter.h', | 92 'child/db_message_filter.h', |
| 93 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc', | 93 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc', |
| 94 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.h', | 94 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.h', |
| 95 'child/dwrite_font_proxy/dwrite_font_proxy_win.cc', | 95 'child/dwrite_font_proxy/dwrite_font_proxy_win.cc', |
| 96 'child/dwrite_font_proxy/dwrite_font_proxy_win.h', | 96 'child/dwrite_font_proxy/dwrite_font_proxy_win.h', |
| 97 'child/dwrite_font_proxy/dwrite_localized_strings_win.cc', | 97 'child/dwrite_font_proxy/dwrite_localized_strings_win.cc', |
| 98 'child/dwrite_font_proxy/dwrite_localized_strings_win.h', | 98 'child/dwrite_font_proxy/dwrite_localized_strings_win.h', |
| 99 'child/dwrite_font_proxy/font_fallback_win.cc', |
| 100 'child/dwrite_font_proxy/font_fallback_win.h', |
| 99 'child/file_info_util.cc', | 101 'child/file_info_util.cc', |
| 100 'child/file_info_util.h', | 102 'child/file_info_util.h', |
| 101 'child/fileapi/file_system_dispatcher.cc', | 103 'child/fileapi/file_system_dispatcher.cc', |
| 102 'child/fileapi/file_system_dispatcher.h', | 104 'child/fileapi/file_system_dispatcher.h', |
| 103 'child/fileapi/webfilesystem_impl.cc', | 105 'child/fileapi/webfilesystem_impl.cc', |
| 104 'child/fileapi/webfilesystem_impl.h', | 106 'child/fileapi/webfilesystem_impl.h', |
| 105 'child/fileapi/webfilewriter_base.cc', | 107 'child/fileapi/webfilewriter_base.cc', |
| 106 'child/fileapi/webfilewriter_base.h', | 108 'child/fileapi/webfilewriter_base.h', |
| 107 'child/fileapi/webfilewriter_impl.cc', | 109 'child/fileapi/webfilewriter_impl.cc', |
| 108 'child/fileapi/webfilewriter_impl.h', | 110 'child/fileapi/webfilewriter_impl.h', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 '../build/android/ndk.gyp:cpu_features', | 267 '../build/android/ndk.gyp:cpu_features', |
| 266 ], | 268 ], |
| 267 }], | 269 }], |
| 268 ['enable_plugins==0', { | 270 ['enable_plugins==0', { |
| 269 'sources!': [ | 271 'sources!': [ |
| 270 'child/browser_font_resource_trusted.cc', | 272 'child/browser_font_resource_trusted.cc', |
| 271 ], | 273 ], |
| 272 }], | 274 }], |
| 273 ], | 275 ], |
| 274 } | 276 } |
| OLD | NEW |