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

Side by Side Diff: net/net.gypi

Issue 1829873002: Add base/parse_number.h to generalize number parsing done in //net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests Created 4 years, 9 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/sdch_manager.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'base/net_export.h', 46 'base/net_export.h',
47 'base/net_module.cc', 47 'base/net_module.cc',
48 'base/net_module.h', 48 'base/net_module.h',
49 'base/net_string_util.h', 49 'base/net_string_util.h',
50 'base/network_interfaces.cc', 50 'base/network_interfaces.cc',
51 'base/network_interfaces.h', 51 'base/network_interfaces.h',
52 'base/network_interfaces_posix.cc', 52 'base/network_interfaces_posix.cc',
53 'base/openssl_private_key_store.h', 53 'base/openssl_private_key_store.h',
54 'base/openssl_private_key_store_android.cc', 54 'base/openssl_private_key_store_android.cc',
55 'base/openssl_private_key_store_memory.cc', 55 'base/openssl_private_key_store_memory.cc',
56 'base/parse_number.cc',
57 'base/parse_number.h',
56 'base/port_util.cc', 58 'base/port_util.cc',
57 'base/port_util.h', 59 'base/port_util.h',
58 'base/rand_callback.h', 60 'base/rand_callback.h',
59 'base/registry_controlled_domains/registry_controlled_domain.cc', 61 'base/registry_controlled_domains/registry_controlled_domain.cc',
60 'base/registry_controlled_domains/registry_controlled_domain.h', 62 'base/registry_controlled_domains/registry_controlled_domain.h',
61 'base/sockaddr_storage.cc', 63 'base/sockaddr_storage.cc',
62 'base/sockaddr_storage.h', 64 'base/sockaddr_storage.h',
63 'base/socket_performance_watcher.cc', 65 'base/socket_performance_watcher.cc',
64 'base/socket_performance_watcher.h', 66 'base/socket_performance_watcher.h',
65 'base/socket_performance_watcher_factory.h', 67 'base/socket_performance_watcher_factory.h',
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 'base/keygen_handler_unittest.cc', 1358 'base/keygen_handler_unittest.cc',
1357 'base/layered_network_delegate_unittest.cc', 1359 'base/layered_network_delegate_unittest.cc',
1358 'base/lookup_string_in_fixed_set_unittest.cc', 1360 'base/lookup_string_in_fixed_set_unittest.cc',
1359 'base/mime_sniffer_unittest.cc', 1361 'base/mime_sniffer_unittest.cc',
1360 'base/mime_util_unittest.cc', 1362 'base/mime_util_unittest.cc',
1361 'base/network_activity_monitor_unittest.cc', 1363 'base/network_activity_monitor_unittest.cc',
1362 'base/network_change_notifier_unittest.cc', 1364 'base/network_change_notifier_unittest.cc',
1363 'base/network_change_notifier_win_unittest.cc', 1365 'base/network_change_notifier_win_unittest.cc',
1364 'base/network_interfaces_unittest.cc', 1366 'base/network_interfaces_unittest.cc',
1365 'base/network_quality_estimator_unittest.cc', 1367 'base/network_quality_estimator_unittest.cc',
1368 'base/parse_number_unittest.cc',
1366 'base/port_util_unittest.cc', 1369 'base/port_util_unittest.cc',
1367 'base/prioritized_dispatcher_unittest.cc', 1370 'base/prioritized_dispatcher_unittest.cc',
1368 'base/priority_queue_unittest.cc', 1371 'base/priority_queue_unittest.cc',
1369 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1372 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1370 'base/sdch_dictionary_unittest.cc', 1373 'base/sdch_dictionary_unittest.cc',
1371 'base/sdch_manager_unittest.cc', 1374 'base/sdch_manager_unittest.cc',
1372 'base/stale_while_revalidate_experiment_domains_unittest.cc', 1375 'base/stale_while_revalidate_experiment_domains_unittest.cc',
1373 'base/static_cookie_policy_unittest.cc', 1376 'base/static_cookie_policy_unittest.cc',
1374 'base/test_completion_callback_unittest.cc', 1377 'base/test_completion_callback_unittest.cc',
1375 'base/test_proxy_delegate.cc', 1378 'base/test_proxy_delegate.cc',
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 'docs/bug-triage-labels.md', 2008 'docs/bug-triage-labels.md',
2006 'docs/bug-triage-suggested-workflow.md', 2009 'docs/bug-triage-suggested-workflow.md',
2007 'docs/code-patterns.md', 2010 'docs/code-patterns.md',
2008 'docs/crash-course-in-net-internals.md', 2011 'docs/crash-course-in-net-internals.md',
2009 'docs/life-of-a-url-request.md', 2012 'docs/life-of-a-url-request.md',
2010 'sdch/README.md', 2013 'sdch/README.md',
2011 ], 2014 ],
2012 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2015 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2013 } 2016 }
2014 } 2017 }
OLDNEW
« no previous file with comments | « net/base/sdch_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698