| 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 21 matching lines...) Expand all Loading... |
| 32 'child/browser_font_resource_trusted.cc', | 32 'child/browser_font_resource_trusted.cc', |
| 33 'child/browser_font_resource_trusted.h', | 33 'child/browser_font_resource_trusted.h', |
| 34 'child/child_histogram_message_filter.cc', | 34 'child/child_histogram_message_filter.cc', |
| 35 'child/child_histogram_message_filter.h', | 35 'child/child_histogram_message_filter.h', |
| 36 'child/child_message_filter.cc', | 36 'child/child_message_filter.cc', |
| 37 'child/child_message_filter.h', | 37 'child/child_message_filter.h', |
| 38 'child/child_process.cc', | 38 'child/child_process.cc', |
| 39 'child/child_process.h', | 39 'child/child_process.h', |
| 40 'child/child_resource_message_filter.cc', | 40 'child/child_resource_message_filter.cc', |
| 41 'child/child_resource_message_filter.h', | 41 'child/child_resource_message_filter.h', |
| 42 'child/child_shared_bitmap_manager.cc', |
| 43 'child/child_shared_bitmap_manager.h', |
| 42 'child/child_thread.cc', | 44 'child/child_thread.cc', |
| 43 'child/child_thread.h', | 45 'child/child_thread.h', |
| 44 'child/database_util.cc', | 46 'child/database_util.cc', |
| 45 'child/database_util.h', | 47 'child/database_util.h', |
| 46 'child/db_message_filter.cc', | 48 'child/db_message_filter.cc', |
| 47 'child/db_message_filter.h', | 49 'child/db_message_filter.h', |
| 48 'child/fileapi/file_system_dispatcher.cc', | 50 'child/fileapi/file_system_dispatcher.cc', |
| 49 'child/fileapi/file_system_dispatcher.h', | 51 'child/fileapi/file_system_dispatcher.h', |
| 50 'child/fileapi/webfilesystem_impl.cc', | 52 'child/fileapi/webfilesystem_impl.cc', |
| 51 'child/fileapi/webfilesystem_impl.h', | 53 'child/fileapi/webfilesystem_impl.h', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'child/npapi/webplugin_delegate_impl_mac.mm', | 196 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 195 ], | 197 ], |
| 196 }], | 198 }], |
| 197 ['OS=="win"', { | 199 ['OS=="win"', { |
| 198 'sources!': [ | 200 'sources!': [ |
| 199 'child/npapi/webplugin_delegate_impl_aura.cc', | 201 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 200 ], | 202 ], |
| 201 }], | 203 }], |
| 202 ], | 204 ], |
| 203 } | 205 } |
| OLD | NEW |