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

Side by Side Diff: android_webview/android_webview.gyp

Issue 16212007: Implement the autofill UI for chromium powered android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue15097004
Patch Set: convert NOTREACHED to NOTIMPLEMENTED Created 7 years, 5 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/browser/aw_autofill_manager_delegate.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 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 'includes': [ 8 'includes': [
9 'android_webview_tests.gypi', 9 'android_webview_tests.gypi',
10 ], 10 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../ui/gl/gl.gyp:gl', 79 '../ui/gl/gl.gyp:gl',
80 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 80 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
81 'android_webview_pak', 81 'android_webview_pak',
82 ], 82 ],
83 'include_dirs': [ 83 'include_dirs': [
84 '..', 84 '..',
85 '../skia/config', 85 '../skia/config',
86 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', 86 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/',
87 ], 87 ],
88 'sources': [ 88 'sources': [
89 'browser/aw_autofill_manager_delegate.cc',
90 'browser/aw_autofill_manager_delegate.h',
91 'browser/aw_browser_context.cc', 89 'browser/aw_browser_context.cc',
92 'browser/aw_browser_context.h', 90 'browser/aw_browser_context.h',
93 'browser/aw_browser_main_parts.cc', 91 'browser/aw_browser_main_parts.cc',
94 'browser/aw_browser_main_parts.h', 92 'browser/aw_browser_main_parts.h',
95 'browser/aw_contents_client_bridge_base.cc', 93 'browser/aw_contents_client_bridge_base.cc',
96 'browser/aw_contents_client_bridge_base.h', 94 'browser/aw_contents_client_bridge_base.h',
97 'browser/aw_content_browser_client.cc', 95 'browser/aw_content_browser_client.cc',
98 'browser/aw_content_browser_client.h', 96 'browser/aw_content_browser_client.h',
99 'browser/aw_contents_io_thread_client.h', 97 'browser/aw_contents_io_thread_client.h',
100 'browser/aw_cookie_access_policy.cc', 98 'browser/aw_cookie_access_policy.cc',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 '../content/content.gyp:content_java', 184 '../content/content.gyp:content_java',
187 '../ui/ui.gyp:ui_java', 185 '../ui/ui.gyp:ui_java',
188 ], 186 ],
189 'variables': { 187 'variables': {
190 'java_in_dir': '../android_webview/java', 188 'java_in_dir': '../android_webview/java',
191 }, 189 },
192 'includes': [ '../build/java.gypi' ], 190 'includes': [ '../build/java.gypi' ],
193 }, 191 },
194 ], 192 ],
195 } 193 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_autofill_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698