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

Side by Side Diff: net/net.gyp

Issue 1483843002: Port cronet build rules to GN part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « google_apis/BUILD.gn ('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 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 }, 74 },
75 ], 75 ],
76 'direct_dependent_settings': { 76 'direct_dependent_settings': {
77 'include_dirs': [ 77 'include_dirs': [
78 '<(SHARED_INTERMEDIATE_DIR)' 78 '<(SHARED_INTERMEDIATE_DIR)'
79 ], 79 ],
80 }, 80 },
81 }, 81 },
82 { 82 {
83 # Protobuf compiler / generator for QUIC crypto protocol buffer. 83 # Protobuf compiler / generator for QUIC crypto protocol buffer.
84 # GN version: //net/quic/proto 84 # GN version: //net:net_quic_proto
85 'target_name': 'net_quic_proto', 85 'target_name': 'net_quic_proto',
86 'type': 'static_library', 86 'type': 'static_library',
87 'sources': [ 87 'sources': [
88 'quic/proto/cached_network_parameters.proto', 88 'quic/proto/cached_network_parameters.proto',
89 'quic/proto/source_address_token.proto', 89 'quic/proto/source_address_token.proto',
90 ], 90 ],
91 'variables': { 91 'variables': {
92 'enable_wexit_time_destructors': 1, 92 'enable_wexit_time_destructors': 1,
93 'proto_in_dir': 'quic/proto', 93 'proto_in_dir': 'quic/proto',
94 'proto_out_dir': 'net/quic/proto', 94 'proto_out_dir': 'net/quic/proto',
(...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 '../build/isolate.gypi', 1629 '../build/isolate.gypi',
1630 ], 1630 ],
1631 'sources': [ 1631 'sources': [
1632 'net_unittests.isolate', 1632 'net_unittests.isolate',
1633 ], 1633 ],
1634 }, 1634 },
1635 ], 1635 ],
1636 }], 1636 }],
1637 ], 1637 ],
1638 } 1638 }
OLDNEW
« no previous file with comments | « google_apis/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698