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

Side by Side Diff: net/net.gypi

Issue 1831383002: Add SocketWatcherFactory as a helper class to NQE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, removed cyclic dependency between SPWF and SPW Created 4 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 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 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 'base/network_change_notifier_win_unittest.cc', 1370 'base/network_change_notifier_win_unittest.cc',
1371 'base/network_interfaces_unittest.cc', 1371 'base/network_interfaces_unittest.cc',
1372 'base/network_quality_estimator_unittest.cc', 1372 'base/network_quality_estimator_unittest.cc',
1373 'base/parse_number_unittest.cc', 1373 'base/parse_number_unittest.cc',
1374 'base/port_util_unittest.cc', 1374 'base/port_util_unittest.cc',
1375 'base/prioritized_dispatcher_unittest.cc', 1375 'base/prioritized_dispatcher_unittest.cc',
1376 'base/priority_queue_unittest.cc', 1376 'base/priority_queue_unittest.cc',
1377 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1377 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1378 'base/sdch_dictionary_unittest.cc', 1378 'base/sdch_dictionary_unittest.cc',
1379 'base/sdch_manager_unittest.cc', 1379 'base/sdch_manager_unittest.cc',
1380 'base/socket_performance_watcher_unittest.cc',
1380 'base/stale_while_revalidate_experiment_domains_unittest.cc', 1381 'base/stale_while_revalidate_experiment_domains_unittest.cc',
1381 'base/static_cookie_policy_unittest.cc', 1382 'base/static_cookie_policy_unittest.cc',
1382 'base/test_completion_callback_unittest.cc', 1383 'base/test_completion_callback_unittest.cc',
1383 'base/test_proxy_delegate.cc', 1384 'base/test_proxy_delegate.cc',
1384 'base/test_proxy_delegate.h', 1385 'base/test_proxy_delegate.h',
1385 'base/upload_bytes_element_reader_unittest.cc', 1386 'base/upload_bytes_element_reader_unittest.cc',
1386 'base/upload_file_element_reader_unittest.cc', 1387 'base/upload_file_element_reader_unittest.cc',
1387 'base/url_util_unittest.cc', 1388 'base/url_util_unittest.cc',
1388 'cert/ct_policy_enforcer_unittest.cc', 1389 'cert/ct_policy_enforcer_unittest.cc',
1389 'cert/cert_verify_proc_unittest.cc', 1390 'cert/cert_verify_proc_unittest.cc',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
2014 'docs/bug-triage-labels.md', 2015 'docs/bug-triage-labels.md',
2015 'docs/bug-triage-suggested-workflow.md', 2016 'docs/bug-triage-suggested-workflow.md',
2016 'docs/code-patterns.md', 2017 'docs/code-patterns.md',
2017 'docs/crash-course-in-net-internals.md', 2018 'docs/crash-course-in-net-internals.md',
2018 'docs/life-of-a-url-request.md', 2019 'docs/life-of-a-url-request.md',
2019 'sdch/README.md', 2020 'sdch/README.md',
2020 ], 2021 ],
2021 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2022 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2022 } 2023 }
2023 } 2024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698