Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Side by Side Diff: content/content_browser.gypi

Issue 2030033003: Replace cc::ViewportSelectionBound with gfx::SelectionBound (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use gfx::SelectionBound Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 'browser/renderer_host/input/touch_emulator.h', 1285 'browser/renderer_host/input/touch_emulator.h',
1286 'browser/renderer_host/input/touch_emulator_client.h', 1286 'browser/renderer_host/input/touch_emulator_client.h',
1287 'browser/renderer_host/input/touch_event_queue.cc', 1287 'browser/renderer_host/input/touch_event_queue.cc',
1288 'browser/renderer_host/input/touch_event_queue.h', 1288 'browser/renderer_host/input/touch_event_queue.h',
1289 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', 1289 'browser/renderer_host/input/touch_selection_controller_client_aura.cc',
1290 'browser/renderer_host/input/touch_selection_controller_client_aura.h', 1290 'browser/renderer_host/input/touch_selection_controller_client_aura.h',
1291 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1291 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1292 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1292 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1293 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1293 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1294 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1294 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1295 'browser/renderer_host/input/ui_touch_selection_helper.cc',
1296 'browser/renderer_host/input/ui_touch_selection_helper.h',
1297 'browser/renderer_host/input/web_input_event_builders_android.cc', 1295 'browser/renderer_host/input/web_input_event_builders_android.cc',
1298 'browser/renderer_host/input/web_input_event_builders_android.h', 1296 'browser/renderer_host/input/web_input_event_builders_android.h',
1299 'browser/renderer_host/input/web_input_event_builders_mac.h', 1297 'browser/renderer_host/input/web_input_event_builders_mac.h',
1300 'browser/renderer_host/input/web_input_event_builders_mac.mm', 1298 'browser/renderer_host/input/web_input_event_builders_mac.mm',
1301 'browser/renderer_host/input/web_input_event_builders_win.cc', 1299 'browser/renderer_host/input/web_input_event_builders_win.cc',
1302 'browser/renderer_host/input/web_input_event_builders_win.h', 1300 'browser/renderer_host/input/web_input_event_builders_win.h',
1303 'browser/renderer_host/input/web_input_event_util.cc', 1301 'browser/renderer_host/input/web_input_event_util.cc',
1304 'browser/renderer_host/input/web_input_event_util.h', 1302 'browser/renderer_host/input/web_input_event_util.h',
1305 'browser/renderer_host/legacy_render_widget_host_win.cc', 1303 'browser/renderer_host/legacy_render_widget_host_win.cc',
1306 'browser/renderer_host/legacy_render_widget_host_win.h', 1304 'browser/renderer_host/legacy_render_widget_host_win.h',
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 ], 2203 ],
2206 }], 2204 }],
2207 ['OS != "mac" and OS != "android"', { 2205 ['OS != "mac" and OS != "android"', {
2208 'sources!': [ 2206 'sources!': [
2209 'browser/gpu/gpu_surface_tracker.cc', 2207 'browser/gpu/gpu_surface_tracker.cc',
2210 'browser/gpu/gpu_surface_tracker.h', 2208 'browser/gpu/gpu_surface_tracker.h',
2211 ], 2209 ],
2212 }], 2210 }],
2213 ], 2211 ],
2214 } 2212 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698