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

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

Issue 10913074: Add WebView implementation for CookieManager. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 3 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 | « android_webview/native/cookie_manager.cc ('k') | base/threading/thread_restrictions.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 (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 13 matching lines...) Expand all
24 'android_webview_jni_registrar.h', 24 'android_webview_jni_registrar.h',
25 'android_web_view_util.cc', 25 'android_web_view_util.cc',
26 'android_web_view_util.h', 26 'android_web_view_util.h',
27 'aw_browser_dependency_factory.cc', 27 'aw_browser_dependency_factory.cc',
28 'aw_browser_dependency_factory.h', 28 'aw_browser_dependency_factory.h',
29 'aw_contents_container.h', 29 'aw_contents_container.h',
30 'aw_contents.cc', 30 'aw_contents.cc',
31 'aw_contents.h', 31 'aw_contents.h',
32 'aw_web_contents_delegate.cc', 32 'aw_web_contents_delegate.cc',
33 'aw_web_contents_delegate.h', 33 'aw_web_contents_delegate.h',
34 'cookie_manager.cc',
35 'cookie_manager.h',
34 'intercepted_request_data.cc', 36 'intercepted_request_data.cc',
35 'intercepted_request_data.h', 37 'intercepted_request_data.h',
36 ], 38 ],
37 }, 39 },
38 { 40 {
39 'target_name': 'android_webview_native_jni', 41 'target_name': 'android_webview_native_jni',
40 'type': 'none', 42 'type': 'none',
41 'sources': [ 43 'sources': [
42 '../java/src/org/chromium/android_webview/AndroidWebViewUtil.java', 44 '../java/src/org/chromium/android_webview/AndroidWebViewUtil.java',
43 '../java/src/org/chromium/android_webview/AwContents.java', 45 '../java/src/org/chromium/android_webview/AwContents.java',
46 '../java/src/org/chromium/android_webview/CookieManager.java',
44 '../java/src/org/chromium/android_webview/InterceptedRequestData.java' , 47 '../java/src/org/chromium/android_webview/InterceptedRequestData.java' ,
45 ], 48 ],
46 'variables': { 49 'variables': {
47 'jni_gen_dir': 'android_webview', 50 'jni_gen_dir': 'android_webview',
48 }, 51 },
49 'includes': [ '../../build/jni_generator.gypi' ], 52 'includes': [ '../../build/jni_generator.gypi' ],
50 }, 53 },
51 ], 54 ],
52 } 55 }
OLDNEW
« no previous file with comments | « android_webview/native/cookie_manager.cc ('k') | base/threading/thread_restrictions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698