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

Side by Side Diff: net/net.gypi

Issue 254763005: Move some content url constants to /url. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address some style nits. Created 6 years, 7 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
« net/base/url_constants.cc ('K') | « net/base/url_constants.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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'base/upload_bytes_element_reader.h', 254 'base/upload_bytes_element_reader.h',
255 'base/upload_data_stream.cc', 255 'base/upload_data_stream.cc',
256 'base/upload_data_stream.h', 256 'base/upload_data_stream.h',
257 'base/upload_element.cc', 257 'base/upload_element.cc',
258 'base/upload_element.h', 258 'base/upload_element.h',
259 'base/upload_element_reader.cc', 259 'base/upload_element_reader.cc',
260 'base/upload_element_reader.h', 260 'base/upload_element_reader.h',
261 'base/upload_file_element_reader.cc', 261 'base/upload_file_element_reader.cc',
262 'base/upload_file_element_reader.h', 262 'base/upload_file_element_reader.h',
263 'base/upload_progress.h', 263 'base/upload_progress.h',
264 'base/url_constants.cc',
265 'base/url_constants.h',
264 'base/url_util.cc', 266 'base/url_util.cc',
265 'base/url_util.h', 267 'base/url_util.h',
266 'base/winsock_init.cc', 268 'base/winsock_init.cc',
267 'base/winsock_init.h', 269 'base/winsock_init.h',
268 'base/winsock_util.cc', 270 'base/winsock_util.cc',
269 'base/winsock_util.h', 271 'base/winsock_util.h',
270 'cert/cert_database_android.cc', 272 'cert/cert_database_android.cc',
271 'cert/cert_database_ios.cc', 273 'cert/cert_database_ios.cc',
272 'cert/cert_database_mac.cc', 274 'cert/cert_database_mac.cc',
273 'cert/cert_database_nss.cc', 275 'cert/cert_database_nss.cc',
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 'tools/quic/test_tools/quic_test_client.h', 1720 'tools/quic/test_tools/quic_test_client.h',
1719 'tools/quic/test_tools/quic_test_utils.cc', 1721 'tools/quic/test_tools/quic_test_utils.cc',
1720 'tools/quic/test_tools/quic_test_utils.h', 1722 'tools/quic/test_tools/quic_test_utils.h',
1721 'tools/quic/test_tools/server_thread.h', 1723 'tools/quic/test_tools/server_thread.h',
1722 'tools/quic/test_tools/server_thread.cc', 1724 'tools/quic/test_tools/server_thread.cc',
1723 'tools/quic/test_tools/simple_client.h', 1725 'tools/quic/test_tools/simple_client.h',
1724 'tools/quic/test_tools/simple_client.cc', 1726 'tools/quic/test_tools/simple_client.cc',
1725 ], 1727 ],
1726 } 1728 }
1727 } 1729 }
OLDNEW
« net/base/url_constants.cc ('K') | « net/base/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698