| 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/WebKit/public/blink.gyp:blink', | 10 '../third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'renderer/external_popup_menu.cc', | 98 'renderer/external_popup_menu.cc', |
| 99 'renderer/external_popup_menu.h', | 99 'renderer/external_popup_menu.h', |
| 100 'renderer/gamepad_shared_memory_reader.cc', | 100 'renderer/gamepad_shared_memory_reader.cc', |
| 101 'renderer/gamepad_shared_memory_reader.h', | 101 'renderer/gamepad_shared_memory_reader.h', |
| 102 'renderer/geolocation_dispatcher.cc', | 102 'renderer/geolocation_dispatcher.cc', |
| 103 'renderer/geolocation_dispatcher.h', | 103 'renderer/geolocation_dispatcher.h', |
| 104 'renderer/gpu/compositor_output_surface.cc', | 104 'renderer/gpu/compositor_output_surface.cc', |
| 105 'renderer/gpu/compositor_output_surface.h', | 105 'renderer/gpu/compositor_output_surface.h', |
| 106 'renderer/gpu/compositor_software_output_device.cc', | 106 'renderer/gpu/compositor_software_output_device.cc', |
| 107 'renderer/gpu/compositor_software_output_device.h', | 107 'renderer/gpu/compositor_software_output_device.h', |
| 108 'renderer/gpu/delegated_compositor_output_surface.cc', |
| 109 'renderer/gpu/delegated_compositor_output_surface.h', |
| 108 'renderer/gpu/input_event_filter.cc', | 110 'renderer/gpu/input_event_filter.cc', |
| 109 'renderer/gpu/input_event_filter.h', | 111 'renderer/gpu/input_event_filter.h', |
| 110 'renderer/gpu/input_handler_proxy.cc', | 112 'renderer/gpu/input_handler_proxy.cc', |
| 111 'renderer/gpu/input_handler_proxy.h', | 113 'renderer/gpu/input_handler_proxy.h', |
| 112 'renderer/gpu/input_handler_manager.cc', | 114 'renderer/gpu/input_handler_manager.cc', |
| 113 'renderer/gpu/input_handler_manager.h', | 115 'renderer/gpu/input_handler_manager.h', |
| 114 'renderer/gpu/input_handler_manager_client.h', | 116 'renderer/gpu/input_handler_manager_client.h', |
| 115 'renderer/gpu/input_handler_wrapper.cc', | 117 'renderer/gpu/input_handler_wrapper.cc', |
| 116 'renderer/gpu/input_handler_wrapper.h', | 118 'renderer/gpu/input_handler_wrapper.h', |
| 117 'renderer/gpu/gpu_benchmarking_extension.cc', | 119 'renderer/gpu/gpu_benchmarking_extension.cc', |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 }], | 491 }], |
| 490 ], | 492 ], |
| 491 'target_conditions': [ | 493 'target_conditions': [ |
| 492 ['OS=="android"', { | 494 ['OS=="android"', { |
| 493 'sources/': [ | 495 'sources/': [ |
| 494 ['include', '^renderer/render_view_linux\\.cc$'], | 496 ['include', '^renderer/render_view_linux\\.cc$'], |
| 495 ], | 497 ], |
| 496 }], | 498 }], |
| 497 ], | 499 ], |
| 498 } | 500 } |
| OLD | NEW |