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

Side by Side Diff: net/net.gypi

Issue 1633733005: Native SSID extraction moved to platform code on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added permission for net_unittests Created 4 years, 10 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 | « net/base/network_interfaces_linux.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 'base/network_change_notifier_mac.cc', 496 'base/network_change_notifier_mac.cc',
497 'base/network_change_notifier_mac.h', 497 'base/network_change_notifier_mac.h',
498 'base/network_change_notifier_win.cc', 498 'base/network_change_notifier_win.cc',
499 'base/network_change_notifier_win.h', 499 'base/network_change_notifier_win.h',
500 'base/network_config_watcher_mac.cc', 500 'base/network_config_watcher_mac.cc',
501 'base/network_config_watcher_mac.h', 501 'base/network_config_watcher_mac.h',
502 'base/network_delegate.cc', 502 'base/network_delegate.cc',
503 'base/network_delegate.h', 503 'base/network_delegate.h',
504 'base/network_delegate_impl.cc', 504 'base/network_delegate_impl.cc',
505 'base/network_delegate_impl.h', 505 'base/network_delegate_impl.h',
506 'base/network_interfaces_android.cc',
506 'base/network_interfaces_linux.cc', 507 'base/network_interfaces_linux.cc',
507 'base/network_interfaces_mac.cc', 508 'base/network_interfaces_mac.cc',
508 'base/network_interfaces_win.cc', 509 'base/network_interfaces_win.cc',
509 'base/network_quality_estimator.cc', 510 'base/network_quality_estimator.cc',
510 'base/network_quality_estimator.h', 511 'base/network_quality_estimator.h',
511 'base/nss_memio.c', 512 'base/nss_memio.c',
512 'base/nss_memio.h', 513 'base/nss_memio.h',
513 'base/platform_mime_util.h', 514 'base/platform_mime_util.h',
514 'base/platform_mime_util_linux.cc', 515 'base/platform_mime_util_linux.cc',
515 'base/platform_mime_util_mac.mm', 516 'base/platform_mime_util_mac.mm',
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 'docs/bug-triage-labels.md', 1976 'docs/bug-triage-labels.md',
1976 'docs/bug-triage-suggested-workflow.md', 1977 'docs/bug-triage-suggested-workflow.md',
1977 'docs/code-patterns.md', 1978 'docs/code-patterns.md',
1978 'docs/crash-course-in-net-internals.md', 1979 'docs/crash-course-in-net-internals.md',
1979 'docs/life-of-a-url-request.md', 1980 'docs/life-of-a-url-request.md',
1980 'sdch/README.md', 1981 'sdch/README.md',
1981 ], 1982 ],
1982 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1983 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1983 } 1984 }
1984 } 1985 }
OLDNEW
« no previous file with comments | « net/base/network_interfaces_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698