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

Side by Side Diff: android_webview/android_webview.gyp

Issue 964563002: Replace SetAuthenticatedUsername with SetAuthenticatedAccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@priv
Patch Set: rebased Created 5 years, 8 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
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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 '../components/components.gyp:auto_login_parser', 159 '../components/components.gyp:auto_login_parser',
160 '../components/components.gyp:autofill_content_renderer', 160 '../components/components.gyp:autofill_content_renderer',
161 '../components/components.gyp:breakpad_host', 161 '../components/components.gyp:breakpad_host',
162 '../components/components.gyp:cdm_browser', 162 '../components/components.gyp:cdm_browser',
163 '../components/components.gyp:cdm_renderer', 163 '../components/components.gyp:cdm_renderer',
164 '../components/components.gyp:crash_component', 164 '../components/components.gyp:crash_component',
165 '../components/components.gyp:data_reduction_proxy_core_browser', 165 '../components/components.gyp:data_reduction_proxy_core_browser',
166 '../components/components.gyp:navigation_interception', 166 '../components/components.gyp:navigation_interception',
167 '../components/components.gyp:printing_common', 167 '../components/components.gyp:printing_common',
168 '../components/components.gyp:printing_renderer', 168 '../components/components.gyp:printing_renderer',
169 '../components/components.gyp:signin_core_browser',
boliu 2015/04/13 15:35:52 It's not immediately clear to me why this is neede
169 '../components/components.gyp:visitedlink_browser', 170 '../components/components.gyp:visitedlink_browser',
170 '../components/components.gyp:visitedlink_renderer', 171 '../components/components.gyp:visitedlink_renderer',
171 '../components/components.gyp:web_contents_delegate_android', 172 '../components/components.gyp:web_contents_delegate_android',
172 '../content/content.gyp:content_app_both', 173 '../content/content.gyp:content_app_both',
173 '../content/content.gyp:content_browser', 174 '../content/content.gyp:content_browser',
174 '../gin/gin.gyp:gin', 175 '../gin/gin.gyp:gin',
175 '../gpu/blink/gpu_blink.gyp:gpu_blink', 176 '../gpu/blink/gpu_blink.gyp:gpu_blink',
176 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 177 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
177 '../gpu/gpu.gyp:command_buffer_service', 178 '../gpu/gpu.gyp:command_buffer_service',
178 '../gpu/gpu.gyp:gles2_implementation', 179 '../gpu/gpu.gyp:gles2_implementation',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'java_in_dir': 'glue/java', 368 'java_in_dir': 'glue/java',
368 'resource_dir': 'apk/java/res', 369 'resource_dir': 'apk/java/res',
369 }, 370 },
370 'includes': [ 'apk/system_webview_apk_common.gypi' ], 371 'includes': [ 'apk/system_webview_apk_common.gypi' ],
371 }, 372 },
372 ], 373 ],
373 'includes': [ 374 'includes': [
374 'android_webview_tests.gypi', 375 'android_webview_tests.gypi',
375 ], 376 ],
376 } 377 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | chrome/browser/policy/cloud/cloud_policy_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698