| 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/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../ui/gfx/gfx.gyp:gfx', | 10 '../ui/gfx/gfx.gyp:gfx', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'child/browser_font_resource_trusted.cc', | 31 'child/browser_font_resource_trusted.cc', |
| 32 'child/browser_font_resource_trusted.h', | 32 'child/browser_font_resource_trusted.h', |
| 33 'child/child_histogram_message_filter.cc', | 33 'child/child_histogram_message_filter.cc', |
| 34 'child/child_histogram_message_filter.h', | 34 'child/child_histogram_message_filter.h', |
| 35 'child/child_process.cc', | 35 'child/child_process.cc', |
| 36 'child/child_process.h', | 36 'child/child_process.h', |
| 37 'child/child_resource_message_filter.cc', | 37 'child/child_resource_message_filter.cc', |
| 38 'child/child_resource_message_filter.h', | 38 'child/child_resource_message_filter.h', |
| 39 'child/child_thread.cc', | 39 'child/child_thread.cc', |
| 40 'child/child_thread.h', | 40 'child/child_thread.h', |
| 41 'child/cross_thread_message_filter.cc', |
| 42 'child/cross_thread_message_filter.h', |
| 41 'child/database_util.cc', | 43 'child/database_util.cc', |
| 42 'child/database_util.h', | 44 'child/database_util.h', |
| 43 'child/db_message_filter.cc', | 45 'child/db_message_filter.cc', |
| 44 'child/db_message_filter.h', | 46 'child/db_message_filter.h', |
| 45 'child/fileapi/file_system_dispatcher.cc', | 47 'child/fileapi/file_system_dispatcher.cc', |
| 46 'child/fileapi/file_system_dispatcher.h', | 48 'child/fileapi/file_system_dispatcher.h', |
| 47 'child/fileapi/webfilesystem_impl.cc', | 49 'child/fileapi/webfilesystem_impl.cc', |
| 48 'child/fileapi/webfilesystem_impl.h', | 50 'child/fileapi/webfilesystem_impl.h', |
| 49 'child/fileapi/webfilewriter_base.cc', | 51 'child/fileapi/webfilewriter_base.cc', |
| 50 'child/fileapi/webfilewriter_base.h', | 52 'child/fileapi/webfilewriter_base.h', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'child/npapi/webplugin_delegate_impl_mac.mm', | 189 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 188 ], | 190 ], |
| 189 }], | 191 }], |
| 190 ['use_aura==1 and OS=="win"', { | 192 ['use_aura==1 and OS=="win"', { |
| 191 'sources!': [ | 193 'sources!': [ |
| 192 'child/npapi/webplugin_delegate_impl_aura.cc', | 194 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 193 ], | 195 ], |
| 194 }], | 196 }], |
| 195 ], | 197 ], |
| 196 } | 198 } |
| OLD | NEW |