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 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 9 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', | 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', |
(...skipping 30 matching lines...) Expand all Loading... |
41 'child/browser_font_resource_trusted.cc', | 41 'child/browser_font_resource_trusted.cc', |
42 'child/browser_font_resource_trusted.h', | 42 'child/browser_font_resource_trusted.h', |
43 'child/child_histogram_message_filter.cc', | 43 'child/child_histogram_message_filter.cc', |
44 'child/child_histogram_message_filter.h', | 44 'child/child_histogram_message_filter.h', |
45 'child/child_message_filter.cc', | 45 'child/child_message_filter.cc', |
46 'child/child_message_filter.h', | 46 'child/child_message_filter.h', |
47 'child/child_process.cc', | 47 'child/child_process.cc', |
48 'child/child_process.h', | 48 'child/child_process.h', |
49 'child/child_resource_message_filter.cc', | 49 'child/child_resource_message_filter.cc', |
50 'child/child_resource_message_filter.h', | 50 'child/child_resource_message_filter.h', |
| 51 'child/child_gpu_memory_buffer_manager.cc', |
| 52 'child/child_gpu_memory_buffer_manager.h', |
51 'child/child_shared_bitmap_manager.cc', | 53 'child/child_shared_bitmap_manager.cc', |
52 'child/child_shared_bitmap_manager.h', | 54 'child/child_shared_bitmap_manager.h', |
53 'child/child_thread.cc', | 55 'child/child_thread.cc', |
54 'child/child_thread.h', | 56 'child/child_thread.h', |
55 'child/content_child_helpers.cc', | 57 'child/content_child_helpers.cc', |
56 'child/content_child_helpers.h', | 58 'child/content_child_helpers.h', |
57 'child/database_util.cc', | 59 'child/database_util.cc', |
58 'child/database_util.h', | 60 'child/database_util.h', |
59 'child/db_message_filter.cc', | 61 'child/db_message_filter.cc', |
60 'child/db_message_filter.h', | 62 'child/db_message_filter.h', |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 }, { | 364 }, { |
363 'dependencies': [ | 365 'dependencies': [ |
364 '../third_party/nss/nss.gyp:nspr', | 366 '../third_party/nss/nss.gyp:nspr', |
365 '../third_party/nss/nss.gyp:nss', | 367 '../third_party/nss/nss.gyp:nss', |
366 ], | 368 ], |
367 }], | 369 }], |
368 ], | 370 ], |
369 }], | 371 }], |
370 ], | 372 ], |
371 } | 373 } |
OLD | NEW |