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

Side by Side Diff: net/net.gyp

Issue 1442053002: Refactor HttpNegotiate exposed status codes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 'includes': [ '../build/jni_generator.gypi' ], 1381 'includes': [ '../build/jni_generator.gypi' ],
1382 }, 1382 },
1383 { 1383 {
1384 'target_name': 'net_java', 1384 'target_name': 'net_java',
1385 'type': 'none', 1385 'type': 'none',
1386 'variables': { 1386 'variables': {
1387 'java_in_dir': '../net/android/java', 1387 'java_in_dir': '../net/android/java',
1388 }, 1388 },
1389 'dependencies': [ 1389 'dependencies': [
1390 '../base/base.gyp:base', 1390 '../base/base.gyp:base',
1391 '../third_party/android_tools/android_tools.gyp:android_support_anno tations_javalib',
1391 'cert_verify_status_android_java', 1392 'cert_verify_status_android_java',
1392 'certificate_mime_types_java', 1393 'certificate_mime_types_java',
1393 'network_change_notifier_types_java', 1394 'network_change_notifier_types_java',
1394 'network_change_notifier_android_types_java', 1395 'network_change_notifier_android_types_java',
1395 'net_errors_java', 1396 'net_errors_java',
1396 'private_key_types_java', 1397 'private_key_types_java',
1397 'remote_android_keystore_aidl', 1398 'remote_android_keystore_aidl',
1398 'traffic_stats_error_java', 1399 'traffic_stats_error_java',
1399 ], 1400 ],
1400 'includes': [ '../build/java.gypi' ], 1401 'includes': [ '../build/java.gypi' ],
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 '../build/isolate.gypi', 1632 '../build/isolate.gypi',
1632 ], 1633 ],
1633 'sources': [ 1634 'sources': [
1634 'net_unittests.isolate', 1635 'net_unittests.isolate',
1635 ], 1636 ],
1636 }, 1637 },
1637 ], 1638 ],
1638 }], 1639 }],
1639 ], 1640 ],
1640 } 1641 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698