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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'child/child_shared_bitmap_manager.cc', | 75 'child/child_shared_bitmap_manager.cc', |
76 'child/child_shared_bitmap_manager.h', | 76 'child/child_shared_bitmap_manager.h', |
77 'child/child_thread_impl.cc', | 77 'child/child_thread_impl.cc', |
78 'child/child_thread_impl.h', | 78 'child/child_thread_impl.h', |
79 'child/content_child_helpers.cc', | 79 'child/content_child_helpers.cc', |
80 'child/content_child_helpers.h', | 80 'child/content_child_helpers.h', |
81 'child/database_util.cc', | 81 'child/database_util.cc', |
82 'child/database_util.h', | 82 'child/database_util.h', |
83 'child/db_message_filter.cc', | 83 'child/db_message_filter.cc', |
84 'child/db_message_filter.h', | 84 'child/db_message_filter.h', |
85 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc', | |
86 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.h', | |
87 'child/dwrite_font_proxy/dwrite_font_proxy_win.cc', | |
88 'child/dwrite_font_proxy/dwrite_font_proxy_win.h', | |
89 'child/dwrite_font_proxy/dwrite_localized_strings_win.cc', | |
90 'child/dwrite_font_proxy/dwrite_localized_strings_win.h', | |
91 'child/file_info_util.cc', | 85 'child/file_info_util.cc', |
92 'child/file_info_util.h', | 86 'child/file_info_util.h', |
93 'child/fileapi/file_system_dispatcher.cc', | 87 'child/fileapi/file_system_dispatcher.cc', |
94 'child/fileapi/file_system_dispatcher.h', | 88 'child/fileapi/file_system_dispatcher.h', |
95 'child/fileapi/webfilesystem_impl.cc', | 89 'child/fileapi/webfilesystem_impl.cc', |
96 'child/fileapi/webfilesystem_impl.h', | 90 'child/fileapi/webfilesystem_impl.h', |
97 'child/fileapi/webfilewriter_base.cc', | 91 'child/fileapi/webfilewriter_base.cc', |
98 'child/fileapi/webfilewriter_base.h', | 92 'child/fileapi/webfilewriter_base.h', |
99 'child/fileapi/webfilewriter_impl.cc', | 93 'child/fileapi/webfilewriter_impl.cc', |
100 'child/fileapi/webfilewriter_impl.h', | 94 'child/fileapi/webfilewriter_impl.h', |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 'child/npapi/webplugin_delegate_impl_mac.mm', | 332 'child/npapi/webplugin_delegate_impl_mac.mm', |
339 ], | 333 ], |
340 }], | 334 }], |
341 ['OS=="win"', { | 335 ['OS=="win"', { |
342 'sources!': [ | 336 'sources!': [ |
343 'child/npapi/webplugin_delegate_impl_aura.cc', | 337 'child/npapi/webplugin_delegate_impl_aura.cc', |
344 ], | 338 ], |
345 }], | 339 }], |
346 ], | 340 ], |
347 } | 341 } |
OLD | NEW |