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

Side by Side Diff: android_webview/native/webview_native.gyp

Issue 11471040: [Android WebView] Convert context menu callback to long press (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forward declare Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « android_webview/native/aw_web_contents_view_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'webview_native', 10 'target_name': 'webview_native',
(...skipping 21 matching lines...) Expand all
32 'aw_contents_io_thread_client_impl.cc', 32 'aw_contents_io_thread_client_impl.cc',
33 'aw_contents_io_thread_client_impl.h', 33 'aw_contents_io_thread_client_impl.h',
34 'aw_http_auth_handler.cc', 34 'aw_http_auth_handler.cc',
35 'aw_http_auth_handler.h', 35 'aw_http_auth_handler.h',
36 'aw_javascript_dialog_creator.cc', 36 'aw_javascript_dialog_creator.cc',
37 'aw_javascript_dialog_creator.h', 37 'aw_javascript_dialog_creator.h',
38 'aw_resource.cc', 38 'aw_resource.cc',
39 'aw_resource.h', 39 'aw_resource.h',
40 'aw_web_contents_delegate.cc', 40 'aw_web_contents_delegate.cc',
41 'aw_web_contents_delegate.h', 41 'aw_web_contents_delegate.h',
42 'aw_web_contents_view_delegate.cc',
43 'aw_web_contents_view_delegate.h',
42 'cookie_manager.cc', 44 'cookie_manager.cc',
43 'cookie_manager.h', 45 'cookie_manager.h',
44 'input_stream_impl.cc', 46 'input_stream_impl.cc',
45 'input_stream_impl.h', 47 'input_stream_impl.h',
46 'intercepted_request_data_impl.cc', 48 'intercepted_request_data_impl.cc',
47 'intercepted_request_data_impl.h', 49 'intercepted_request_data_impl.h',
48 'js_result_handler.cc', 50 'js_result_handler.cc',
49 'js_result_handler.h', 51 'js_result_handler.h',
50 'net_init_native_callback.cc', 52 'net_init_native_callback.cc',
51 'state_serializer.cc', 53 'state_serializer.cc',
(...skipping 27 matching lines...) Expand all
79 'variables': { 81 'variables': {
80 'jni_gen_dir': 'android_webview', 82 'jni_gen_dir': 'android_webview',
81 }, 83 },
82 'includes': [ '../../build/jni_generator.gypi' ], 84 'includes': [ '../../build/jni_generator.gypi' ],
83 'dependencies': [ 85 'dependencies': [
84 'android_jar_jni_headers', 86 'android_jar_jni_headers',
85 ], 87 ],
86 }, 88 },
87 ], 89 ],
88 } 90 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_web_contents_view_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698