OLD | NEW |
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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1204 'url_request/url_fetcher_delegate.h', | 1204 'url_request/url_fetcher_delegate.h', |
1205 'url_request/url_fetcher_factory.h', | 1205 'url_request/url_fetcher_factory.h', |
1206 'url_request/url_fetcher_impl.cc', | 1206 'url_request/url_fetcher_impl.cc', |
1207 'url_request/url_fetcher_impl.h', | 1207 'url_request/url_fetcher_impl.h', |
1208 'url_request/url_fetcher_response_writer.cc', | 1208 'url_request/url_fetcher_response_writer.cc', |
1209 'url_request/url_fetcher_response_writer.h', | 1209 'url_request/url_fetcher_response_writer.h', |
1210 'url_request/url_range_request_job.cc', | 1210 'url_request/url_range_request_job.cc', |
1211 'url_request/url_range_request_job.h', | 1211 'url_request/url_range_request_job.h', |
1212 'url_request/url_request.cc', | 1212 'url_request/url_request.cc', |
1213 'url_request/url_request.h', | 1213 'url_request/url_request.h', |
1214 'url_request/url_request_about_job.cc', | |
1215 'url_request/url_request_about_job.h', | |
1216 'url_request/url_request_context.cc', | 1214 'url_request/url_request_context.cc', |
1217 'url_request/url_request_context.h', | 1215 'url_request/url_request_context.h', |
1218 'url_request/url_request_context_builder.cc', | 1216 'url_request/url_request_context_builder.cc', |
1219 'url_request/url_request_context_builder.h', | 1217 'url_request/url_request_context_builder.h', |
1220 'url_request/url_request_context_getter.cc', | 1218 'url_request/url_request_context_getter.cc', |
1221 'url_request/url_request_context_getter.h', | 1219 'url_request/url_request_context_getter.h', |
1222 'url_request/url_request_context_getter_observer.h', | 1220 'url_request/url_request_context_getter_observer.h', |
1223 'url_request/url_request_context_storage.cc', | 1221 'url_request/url_request_context_storage.cc', |
1224 'url_request/url_request_context_storage.h', | 1222 'url_request/url_request_context_storage.h', |
1225 'url_request/url_request_data_job.cc', | 1223 'url_request/url_request_data_job.cc', |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1880 'README.md', | 1878 'README.md', |
1881 'docs/bug-triage.md', | 1879 'docs/bug-triage.md', |
1882 'docs/bug-triage-labels.md', | 1880 'docs/bug-triage-labels.md', |
1883 'docs/bug-triage-suggested-workflow.md', | 1881 'docs/bug-triage-suggested-workflow.md', |
1884 'docs/life-of-a-url-request.md', | 1882 'docs/life-of-a-url-request.md', |
1885 'sdch/README.md', | 1883 'sdch/README.md', |
1886 ], | 1884 ], |
1887 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1885 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1888 } | 1886 } |
1889 } | 1887 } |
OLD | NEW |