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

Side by Side Diff: components/test_runner/test_runner.gyp

Issue 2093343002: Scale the emulated event in EventSender when use-zoom-for-dsf is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scale the emulated event in EventSender when use-zoom-for-dsf is enabled Created 4 years, 5 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
« no previous file with comments | « components/test_runner/event_sender.cc ('k') | components/test_runner/web_test_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 11 matching lines...) Expand all
22 '../../base/base.gyp:base', 22 '../../base/base.gyp:base',
23 '../../base/base.gyp:base_i18n', 23 '../../base/base.gyp:base_i18n',
24 '../../cc/cc.gyp:cc', 24 '../../cc/cc.gyp:cc',
25 '../../cc/blink/cc_blink.gyp:cc_blink', 25 '../../cc/blink/cc_blink.gyp:cc_blink',
26 '../../gin/gin.gyp:gin', 26 '../../gin/gin.gyp:gin',
27 '../../gpu/gpu.gyp:gpu', 27 '../../gpu/gpu.gyp:gpu',
28 '../../net/net.gyp:net', 28 '../../net/net.gyp:net',
29 '../../skia/skia.gyp:skia', 29 '../../skia/skia.gyp:skia',
30 '../../third_party/WebKit/public/blink.gyp:blink', 30 '../../third_party/WebKit/public/blink.gyp:blink',
31 '../../ui/display/display.gyp:display', 31 '../../ui/display/display.gyp:display',
32 '../../ui/events/blink/events_blink.gyp:events_blink',
32 '../../ui/events/events.gyp:dom_keycode_converter', 33 '../../ui/events/events.gyp:dom_keycode_converter',
33 '../../ui/events/events.gyp:events_base', 34 '../../ui/events/events.gyp:events_base',
34 '../../ui/gfx/gfx.gyp:gfx', 35 '../../ui/gfx/gfx.gyp:gfx',
35 '../../ui/gfx/gfx.gyp:gfx_geometry', 36 '../../ui/gfx/gfx.gyp:gfx_geometry',
36 '../../ui/gfx/gfx.gyp:gfx_test_support', 37 '../../ui/gfx/gfx.gyp:gfx_test_support',
37 '../../url/url.gyp:url_lib', 38 '../../url/url.gyp:url_lib',
38 '../../v8/src/v8.gyp:v8', 39 '../../v8/src/v8.gyp:v8',
39 ], 40 ],
40 'include_dirs': [ 41 'include_dirs': [
41 '..', 42 '..',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 215 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
215 ], 216 ],
216 }, 217 },
217 }], 218 }],
218 ], 219 ],
219 }, 220 },
220 ], 221 ],
221 }], # OS=="mac" or OS=="win" 222 }], # OS=="mac" or OS=="win"
222 ] 223 ]
223 } 224 }
OLDNEW
« no previous file with comments | « components/test_runner/event_sender.cc ('k') | components/test_runner/web_test_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698