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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1281553004: Disable tap suppression logic for WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2454
Patch Set: Created 5 years, 4 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 | « no previous file | android_webview/lib/DEPS » ('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 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'android_webview_pak', 10 'target_name': 'android_webview_pak',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 '../gpu/gpu.gyp:command_buffer_service', 184 '../gpu/gpu.gyp:command_buffer_service',
185 '../gpu/gpu.gyp:gl_in_process_context', 185 '../gpu/gpu.gyp:gl_in_process_context',
186 '../gpu/gpu.gyp:gles2_c_lib', 186 '../gpu/gpu.gyp:gles2_c_lib',
187 '../gpu/gpu.gyp:gles2_implementation', 187 '../gpu/gpu.gyp:gles2_implementation',
188 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 188 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
189 '../media/media.gyp:media', 189 '../media/media.gyp:media',
190 '../media/midi/midi.gyp:midi', 190 '../media/midi/midi.gyp:midi',
191 '../printing/printing.gyp:printing', 191 '../printing/printing.gyp:printing',
192 '../skia/skia.gyp:skia', 192 '../skia/skia.gyp:skia',
193 '../third_party/WebKit/public/blink.gyp:blink', 193 '../third_party/WebKit/public/blink.gyp:blink',
194 '../ui/events/events.gyp:gesture_detection',
194 '../ui/gl/gl.gyp:gl', 195 '../ui/gl/gl.gyp:gl',
195 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 196 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
196 '../v8/tools/gyp/v8.gyp:v8', 197 '../v8/tools/gyp/v8.gyp:v8',
197 'android_webview_pak', 198 'android_webview_pak',
198 'android_webview_version', 199 'android_webview_version',
199 ], 200 ],
200 'include_dirs': [ 201 'include_dirs': [
201 '..', 202 '..',
202 '../skia/config', 203 '../skia/config',
203 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', 204 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'java_in_dir': 'glue/java', 382 'java_in_dir': 'glue/java',
382 'resource_dir': 'apk/java/res', 383 'resource_dir': 'apk/java/res',
383 }, 384 },
384 'includes': [ 'apk/system_webview_apk_common.gypi' ], 385 'includes': [ 'apk/system_webview_apk_common.gypi' ],
385 }, 386 },
386 ], 387 ],
387 'includes': [ 388 'includes': [
388 'android_webview_tests.gypi', 389 'android_webview_tests.gypi',
389 ], 390 ],
390 } 391 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/lib/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698