| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'renderer/gamepad_shared_memory_reader.cc', | 93 'renderer/gamepad_shared_memory_reader.cc', |
| 94 'renderer/gamepad_shared_memory_reader.h', | 94 'renderer/gamepad_shared_memory_reader.h', |
| 95 'renderer/geolocation_dispatcher.cc', | 95 'renderer/geolocation_dispatcher.cc', |
| 96 'renderer/geolocation_dispatcher.h', | 96 'renderer/geolocation_dispatcher.h', |
| 97 'renderer/gpu/compositor_output_surface.cc', | 97 'renderer/gpu/compositor_output_surface.cc', |
| 98 'renderer/gpu/compositor_output_surface.h', | 98 'renderer/gpu/compositor_output_surface.h', |
| 99 'renderer/gpu/compositor_software_output_device.cc', | 99 'renderer/gpu/compositor_software_output_device.cc', |
| 100 'renderer/gpu/compositor_software_output_device.h', | 100 'renderer/gpu/compositor_software_output_device.h', |
| 101 'renderer/gpu/input_event_filter.cc', | 101 'renderer/gpu/input_event_filter.cc', |
| 102 'renderer/gpu/input_event_filter.h', | 102 'renderer/gpu/input_event_filter.h', |
| 103 'renderer/gpu/input_handler_proxy.cc', |
| 104 'renderer/gpu/input_handler_proxy.h', |
| 103 'renderer/gpu/input_handler_manager.cc', | 105 'renderer/gpu/input_handler_manager.cc', |
| 104 'renderer/gpu/input_handler_manager.h', | 106 'renderer/gpu/input_handler_manager.h', |
| 107 'renderer/gpu/input_handler_wrapper.cc', |
| 108 'renderer/gpu/input_handler_wrapper.h', |
| 105 'renderer/gpu/gpu_benchmarking_extension.cc', | 109 'renderer/gpu/gpu_benchmarking_extension.cc', |
| 106 'renderer/gpu/gpu_benchmarking_extension.h', | 110 'renderer/gpu/gpu_benchmarking_extension.h', |
| 107 'renderer/gpu/mailbox_output_surface.cc', | 111 'renderer/gpu/mailbox_output_surface.cc', |
| 108 'renderer/gpu/mailbox_output_surface.h', | 112 'renderer/gpu/mailbox_output_surface.h', |
| 109 'renderer/gpu/stream_texture_host_android.cc', | 113 'renderer/gpu/stream_texture_host_android.cc', |
| 110 'renderer/gpu/stream_texture_host_android.h', | 114 'renderer/gpu/stream_texture_host_android.h', |
| 111 'renderer/gpu/render_widget_compositor.cc', | 115 'renderer/gpu/render_widget_compositor.cc', |
| 112 'renderer/gpu/render_widget_compositor.h', | 116 'renderer/gpu/render_widget_compositor.h', |
| 113 'renderer/hyphenator/hyphenator.cc', | 117 'renderer/hyphenator/hyphenator.cc', |
| 114 'renderer/hyphenator/hyphenator.h', | 118 'renderer/hyphenator/hyphenator.h', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 }], | 445 }], |
| 442 ], | 446 ], |
| 443 'target_conditions': [ | 447 'target_conditions': [ |
| 444 ['OS=="android"', { | 448 ['OS=="android"', { |
| 445 'sources/': [ | 449 'sources/': [ |
| 446 ['include', '^renderer/render_view_linux\\.cc$'], | 450 ['include', '^renderer/render_view_linux\\.cc$'], |
| 447 ], | 451 ], |
| 448 }], | 452 }], |
| 449 ], | 453 ], |
| 450 } | 454 } |
| OLD | NEW |