| 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
| (...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1287 'browser/renderer_host/input/touch_emulator.h', | 1287 'browser/renderer_host/input/touch_emulator.h', |
| 1288 'browser/renderer_host/input/touch_emulator_client.h', | 1288 'browser/renderer_host/input/touch_emulator_client.h', |
| 1289 'browser/renderer_host/input/touch_event_queue.cc', | 1289 'browser/renderer_host/input/touch_event_queue.cc', |
| 1290 'browser/renderer_host/input/touch_event_queue.h', | 1290 'browser/renderer_host/input/touch_event_queue.h', |
| 1291 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', | 1291 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', |
| 1292 'browser/renderer_host/input/touch_selection_controller_client_aura.h', | 1292 'browser/renderer_host/input/touch_selection_controller_client_aura.h', |
| 1293 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 1293 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 1294 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 1294 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| 1295 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 1295 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
| 1296 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 1296 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
| 1297 'browser/renderer_host/input/ui_touch_selection_helper.cc', | |
| 1298 'browser/renderer_host/input/ui_touch_selection_helper.h', | |
| 1299 'browser/renderer_host/input/web_input_event_builders_android.cc', | 1297 'browser/renderer_host/input/web_input_event_builders_android.cc', |
| 1300 'browser/renderer_host/input/web_input_event_builders_android.h', | 1298 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 1301 'browser/renderer_host/input/web_input_event_builders_mac.h', | 1299 'browser/renderer_host/input/web_input_event_builders_mac.h', |
| 1302 'browser/renderer_host/input/web_input_event_builders_mac.mm', | 1300 'browser/renderer_host/input/web_input_event_builders_mac.mm', |
| 1303 'browser/renderer_host/input/web_input_event_builders_win.cc', | 1301 'browser/renderer_host/input/web_input_event_builders_win.cc', |
| 1304 'browser/renderer_host/input/web_input_event_builders_win.h', | 1302 'browser/renderer_host/input/web_input_event_builders_win.h', |
| 1305 'browser/renderer_host/input/web_input_event_util.cc', | 1303 'browser/renderer_host/input/web_input_event_util.cc', |
| 1306 'browser/renderer_host/input/web_input_event_util.h', | 1304 'browser/renderer_host/input/web_input_event_util.h', |
| 1307 'browser/renderer_host/legacy_render_widget_host_win.cc', | 1305 'browser/renderer_host/legacy_render_widget_host_win.cc', |
| 1308 'browser/renderer_host/legacy_render_widget_host_win.h', | 1306 'browser/renderer_host/legacy_render_widget_host_win.h', |
| (...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2207 ], | 2205 ], |
| 2208 }], | 2206 }], |
| 2209 ['OS != "mac" and OS != "android"', { | 2207 ['OS != "mac" and OS != "android"', { |
| 2210 'sources!': [ | 2208 'sources!': [ |
| 2211 'browser/gpu/gpu_surface_tracker.cc', | 2209 'browser/gpu/gpu_surface_tracker.cc', |
| 2212 'browser/gpu/gpu_surface_tracker.h', | 2210 'browser/gpu/gpu_surface_tracker.h', |
| 2213 ], | 2211 ], |
| 2214 }], | 2212 }], |
| 2215 ], | 2213 ], |
| 2216 } | 2214 } |
| OLD | NEW |