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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1267693004: Disable tap suppression logic for WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix component build 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 '../gpu/gpu.gyp:command_buffer_service', 185 '../gpu/gpu.gyp:command_buffer_service',
186 '../gpu/gpu.gyp:gl_in_process_context', 186 '../gpu/gpu.gyp:gl_in_process_context',
187 '../gpu/gpu.gyp:gles2_c_lib', 187 '../gpu/gpu.gyp:gles2_c_lib',
188 '../gpu/gpu.gyp:gles2_implementation', 188 '../gpu/gpu.gyp:gles2_implementation',
189 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 189 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
190 '../media/media.gyp:media', 190 '../media/media.gyp:media',
191 '../media/midi/midi.gyp:midi', 191 '../media/midi/midi.gyp:midi',
192 '../printing/printing.gyp:printing', 192 '../printing/printing.gyp:printing',
193 '../skia/skia.gyp:skia', 193 '../skia/skia.gyp:skia',
194 '../third_party/WebKit/public/blink.gyp:blink', 194 '../third_party/WebKit/public/blink.gyp:blink',
195 '../ui/events/events.gyp:gesture_detection',
195 '../ui/gl/gl.gyp:gl', 196 '../ui/gl/gl.gyp:gl',
196 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 197 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
197 '../v8/tools/gyp/v8.gyp:v8', 198 '../v8/tools/gyp/v8.gyp:v8',
198 'android_webview_pak', 199 'android_webview_pak',
199 'android_webview_version', 200 'android_webview_version',
200 ], 201 ],
201 'include_dirs': [ 202 'include_dirs': [
202 '..', 203 '..',
203 '../skia/config', 204 '../skia/config',
204 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', 205 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'java_in_dir': 'glue/java', 384 'java_in_dir': 'glue/java',
384 'resource_dir': 'apk/java/res', 385 'resource_dir': 'apk/java/res',
385 }, 386 },
386 'includes': [ 'apk/system_webview_apk_common.gypi' ], 387 'includes': [ 'apk/system_webview_apk_common.gypi' ],
387 }, 388 },
388 ], 389 ],
389 'includes': [ 390 'includes': [
390 'android_webview_tests.gypi', 391 'android_webview_tests.gypi',
391 ], 392 ],
392 } 393 }
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