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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1431473004: Add Kerberos support to webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ActivitylessNegoAuth
Patch Set: Address review comments Created 5 years, 1 month 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 'system_webview_package_name%': 'com.android.webview', 7 'system_webview_package_name%': 'com.android.webview',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'common/aw_content_client.cc', 374 'common/aw_content_client.cc',
375 'common/aw_content_client.h', 375 'common/aw_content_client.h',
376 'common/aw_descriptors.h', 376 'common/aw_descriptors.h',
377 'common/aw_hit_test_data.cc', 377 'common/aw_hit_test_data.cc',
378 'common/aw_hit_test_data.h', 378 'common/aw_hit_test_data.h',
379 'common/aw_message_port_messages.h', 379 'common/aw_message_port_messages.h',
380 'common/aw_resource.h', 380 'common/aw_resource.h',
381 'common/aw_switches.cc', 381 'common/aw_switches.cc',
382 'common/aw_switches.h', 382 'common/aw_switches.h',
383 'common/devtools_instrumentation.h', 383 'common/devtools_instrumentation.h',
384 'common/pref_names.cc',
385 'common/pref_names.h',
384 'common/render_view_messages.cc', 386 'common/render_view_messages.cc',
385 'common/render_view_messages.h', 387 'common/render_view_messages.h',
386 'common/url_constants.cc', 388 'common/url_constants.cc',
387 'common/url_constants.h', 389 'common/url_constants.h',
388 'crash_reporter/aw_microdump_crash_reporter.cc', 390 'crash_reporter/aw_microdump_crash_reporter.cc',
389 'crash_reporter/aw_microdump_crash_reporter.h', 391 'crash_reporter/aw_microdump_crash_reporter.h',
390 'lib/aw_browser_dependency_factory_impl.cc', 392 'lib/aw_browser_dependency_factory_impl.cc',
391 'lib/aw_browser_dependency_factory_impl.h', 393 'lib/aw_browser_dependency_factory_impl.h',
392 'lib/main/aw_main_delegate.cc', 394 'lib/main/aw_main_delegate.cc',
393 'lib/main/aw_main_delegate.h', 395 'lib/main/aw_main_delegate.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'android_manifest_template_vars': ['package=<(system_webview_package_nam e)'], 481 'android_manifest_template_vars': ['package=<(system_webview_package_nam e)'],
480 }, 482 },
481 'includes': [ 'apk/system_webview_apk_common.gypi' ], 483 'includes': [ 'apk/system_webview_apk_common.gypi' ],
482 }, 484 },
483 ], 485 ],
484 'includes': [ 486 'includes': [
485 'android_webview_tests.gypi', 487 'android_webview_tests.gypi',
486 'apk/system_webview_paks.gypi', 488 'apk/system_webview_paks.gypi',
487 ], 489 ],
488 } 490 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | android_webview/browser/aw_browser_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698