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

Side by Side Diff: net/net.gypi

Issue 773373002: Update from https://crrev.com/306706 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/net.gyp ('k') | net/ssl/openssl_platform_key_win.cc » ('j') | 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 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1750 'tools/quic/test_tools/quic_server_peer.h', 1750 'tools/quic/test_tools/quic_server_peer.h',
1751 'tools/quic/test_tools/quic_test_client.cc', 1751 'tools/quic/test_tools/quic_test_client.cc',
1752 'tools/quic/test_tools/quic_test_client.h', 1752 'tools/quic/test_tools/quic_test_client.h',
1753 'tools/quic/test_tools/quic_test_utils.cc', 1753 'tools/quic/test_tools/quic_test_utils.cc',
1754 'tools/quic/test_tools/quic_test_utils.h', 1754 'tools/quic/test_tools/quic_test_utils.h',
1755 'tools/quic/test_tools/server_thread.h', 1755 'tools/quic/test_tools/server_thread.h',
1756 'tools/quic/test_tools/server_thread.cc', 1756 'tools/quic/test_tools/server_thread.cc',
1757 'tools/quic/test_tools/simple_client.h', 1757 'tools/quic/test_tools/simple_client.h',
1758 'tools/quic/test_tools/simple_client.cc', 1758 'tools/quic/test_tools/simple_client.cc',
1759 ], 1759 ],
1760 'net_base_mac_ios_sources': [
1761 'base/mac/url_conversions.h',
1762 'base/mac/url_conversions.mm',
1763 ],
1764 'net_base_test_mac_ios_sources': [
1765 'base/mac/url_conversions_unittest.mm',
1766 ],
1760 } 1767 }
1761 } 1768 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/ssl/openssl_platform_key_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698