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

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

Issue 12082123: Rename JavaScriptDialogCreator to JavaScriptDialogManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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 | Annotate | Revision Log
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 18 matching lines...) Expand all
29 'aw_browser_dependency_factory.cc', 29 'aw_browser_dependency_factory.cc',
30 'aw_browser_dependency_factory.h', 30 'aw_browser_dependency_factory.h',
31 'aw_contents.cc', 31 'aw_contents.cc',
32 'aw_contents.h', 32 'aw_contents.h',
33 'aw_contents_io_thread_client_impl.cc', 33 'aw_contents_io_thread_client_impl.cc',
34 'aw_contents_io_thread_client_impl.h', 34 'aw_contents_io_thread_client_impl.h',
35 'aw_geolocation_permission_context.cc', 35 'aw_geolocation_permission_context.cc',
36 'aw_geolocation_permission_context.h', 36 'aw_geolocation_permission_context.h',
37 'aw_http_auth_handler.cc', 37 'aw_http_auth_handler.cc',
38 'aw_http_auth_handler.h', 38 'aw_http_auth_handler.h',
39 'aw_javascript_dialog_creator.cc', 39 'aw_javascript_dialog_manager.cc',
40 'aw_javascript_dialog_creator.h', 40 'aw_javascript_dialog_manager.h',
41 'aw_resource.cc', 41 'aw_resource.cc',
42 'aw_resource.h', 42 'aw_resource.h',
43 'aw_web_contents_delegate.cc', 43 'aw_web_contents_delegate.cc',
44 'aw_web_contents_delegate.h', 44 'aw_web_contents_delegate.h',
45 'aw_web_contents_view_delegate.cc', 45 'aw_web_contents_view_delegate.cc',
46 'aw_web_contents_view_delegate.h', 46 'aw_web_contents_view_delegate.h',
47 'cookie_manager.cc', 47 'cookie_manager.cc',
48 'cookie_manager.h', 48 'cookie_manager.h',
49 'input_stream_impl.cc', 49 'input_stream_impl.cc',
50 'input_stream_impl.h', 50 'input_stream_impl.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'variables': { 84 'variables': {
85 'jni_gen_dir': 'android_webview', 85 'jni_gen_dir': 'android_webview',
86 }, 86 },
87 'includes': [ '../../build/jni_generator.gypi' ], 87 'includes': [ '../../build/jni_generator.gypi' ],
88 'dependencies': [ 88 'dependencies': [
89 'android_jar_jni_headers', 89 'android_jar_jni_headers',
90 ], 90 ],
91 }, 91 },
92 ], 92 ],
93 } 93 }
OLDNEW
« no previous file with comments | « android_webview/native/js_result_handler.cc ('k') | chrome/browser/android/chrome_web_contents_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698