| 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 '../components/url_formatter/url_formatter.gyp:url_formatter', | 8 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../device/battery/battery.gyp:device_battery', | 10 '../device/battery/battery.gyp:device_battery', |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1224 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', | 1224 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', |
| 1225 'browser/renderer_host/input/touch_selection_controller_client_aura.h', | 1225 'browser/renderer_host/input/touch_selection_controller_client_aura.h', |
| 1226 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 1226 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 1227 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 1227 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| 1228 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 1228 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
| 1229 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 1229 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
| 1230 'browser/renderer_host/input/ui_touch_selection_helper.cc', | 1230 'browser/renderer_host/input/ui_touch_selection_helper.cc', |
| 1231 'browser/renderer_host/input/ui_touch_selection_helper.h', | 1231 'browser/renderer_host/input/ui_touch_selection_helper.h', |
| 1232 'browser/renderer_host/input/web_input_event_builders_android.cc', | 1232 'browser/renderer_host/input/web_input_event_builders_android.cc', |
| 1233 'browser/renderer_host/input/web_input_event_builders_android.h', | 1233 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 1234 'browser/renderer_host/input/web_input_event_builders_mac.mm', | |
| 1235 'browser/renderer_host/input/web_input_event_builders_mac.h', | |
| 1236 'browser/renderer_host/input/web_input_event_builders_win.cc', | 1234 'browser/renderer_host/input/web_input_event_builders_win.cc', |
| 1237 'browser/renderer_host/input/web_input_event_builders_win.h', | 1235 'browser/renderer_host/input/web_input_event_builders_win.h', |
| 1238 'browser/renderer_host/input/web_input_event_util.cc', | 1236 'browser/renderer_host/input/web_input_event_util.cc', |
| 1239 'browser/renderer_host/input/web_input_event_util.h', | 1237 'browser/renderer_host/input/web_input_event_util.h', |
| 1240 'browser/renderer_host/input/web_input_event_util_posix.cc', | 1238 'browser/renderer_host/input/web_input_event_util_posix.cc', |
| 1241 'browser/renderer_host/input/web_input_event_util_posix.h', | 1239 'browser/renderer_host/input/web_input_event_util_posix.h', |
| 1242 'browser/renderer_host/legacy_render_widget_host_win.cc', | 1240 'browser/renderer_host/legacy_render_widget_host_win.cc', |
| 1243 'browser/renderer_host/legacy_render_widget_host_win.h', | 1241 'browser/renderer_host/legacy_render_widget_host_win.h', |
| 1244 'browser/renderer_host/media/audio_input_debug_writer.cc', | 1242 'browser/renderer_host/media/audio_input_debug_writer.cc', |
| 1245 'browser/renderer_host/media/audio_input_debug_writer.h', | 1243 'browser/renderer_host/media/audio_input_debug_writer.h', |
| (...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2174 ['enable_webvr==1 and OS=="android"', { | 2172 ['enable_webvr==1 and OS=="android"', { |
| 2175 'sources': [ | 2173 'sources': [ |
| 2176 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2174 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2177 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2175 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2178 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2176 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2179 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2177 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2180 ], | 2178 ], |
| 2181 }], | 2179 }], |
| 2182 ], | 2180 ], |
| 2183 } | 2181 } |
| OLD | NEW |