OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
9 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
10 '../third_party/hyphen/hyphen.gyp:hyphen', | 10 '../third_party/hyphen/hyphen.gyp:hyphen', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'renderer/dom_storage/webstoragenamespace_impl.cc', | 87 'renderer/dom_storage/webstoragenamespace_impl.cc', |
88 'renderer/dom_storage/webstoragenamespace_impl.h', | 88 'renderer/dom_storage/webstoragenamespace_impl.h', |
89 'renderer/external_popup_menu.cc', | 89 'renderer/external_popup_menu.cc', |
90 'renderer/external_popup_menu.h', | 90 'renderer/external_popup_menu.h', |
91 'renderer/gamepad_shared_memory_reader.cc', | 91 'renderer/gamepad_shared_memory_reader.cc', |
92 'renderer/gamepad_shared_memory_reader.h', | 92 'renderer/gamepad_shared_memory_reader.h', |
93 'renderer/geolocation_dispatcher.cc', | 93 'renderer/geolocation_dispatcher.cc', |
94 'renderer/geolocation_dispatcher.h', | 94 'renderer/geolocation_dispatcher.h', |
95 'renderer/gpu/compositor_output_surface.cc', | 95 'renderer/gpu/compositor_output_surface.cc', |
96 'renderer/gpu/compositor_output_surface.h', | 96 'renderer/gpu/compositor_output_surface.h', |
| 97 'renderer/gpu/compositor_software_output_device.cc', |
| 98 'renderer/gpu/compositor_software_output_device.h', |
97 'renderer/gpu/compositor_software_output_device_gl_adapter.cc', | 99 'renderer/gpu/compositor_software_output_device_gl_adapter.cc', |
98 'renderer/gpu/compositor_software_output_device_gl_adapter.h', | 100 'renderer/gpu/compositor_software_output_device_gl_adapter.h', |
99 'renderer/gpu/input_event_filter.cc', | 101 'renderer/gpu/input_event_filter.cc', |
100 'renderer/gpu/input_event_filter.h', | 102 'renderer/gpu/input_event_filter.h', |
101 'renderer/gpu/input_handler_manager.cc', | 103 'renderer/gpu/input_handler_manager.cc', |
102 'renderer/gpu/input_handler_manager.h', | 104 'renderer/gpu/input_handler_manager.h', |
103 'renderer/gpu/gpu_benchmarking_extension.cc', | 105 'renderer/gpu/gpu_benchmarking_extension.cc', |
104 'renderer/gpu/gpu_benchmarking_extension.h', | 106 'renderer/gpu/gpu_benchmarking_extension.h', |
105 'renderer/gpu/mailbox_output_surface.cc', | 107 'renderer/gpu/mailbox_output_surface.cc', |
106 'renderer/gpu/mailbox_output_surface.h', | 108 'renderer/gpu/mailbox_output_surface.h', |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 }], | 424 }], |
423 ], | 425 ], |
424 'target_conditions': [ | 426 'target_conditions': [ |
425 ['OS=="android"', { | 427 ['OS=="android"', { |
426 'sources/': [ | 428 'sources/': [ |
427 ['include', '^renderer/render_view_linux\\.cc$'], | 429 ['include', '^renderer/render_view_linux\\.cc$'], |
428 ], | 430 ], |
429 }], | 431 }], |
430 ], | 432 ], |
431 } | 433 } |
OLD | NEW |