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

Side by Side Diff: net/net.gyp

Issue 3076013: Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'spdy/spdy_settings_storage.h', 523 'spdy/spdy_settings_storage.h',
524 'spdy/spdy_stream.cc', 524 'spdy/spdy_stream.cc',
525 'spdy/spdy_stream.h', 525 'spdy/spdy_stream.h',
526 'spdy/spdy_transaction_factory.h', 526 'spdy/spdy_transaction_factory.h',
527 'url_request/https_prober.h', 527 'url_request/https_prober.h',
528 'url_request/https_prober.cc', 528 'url_request/https_prober.cc',
529 'url_request/url_request.cc', 529 'url_request/url_request.cc',
530 'url_request/url_request.h', 530 'url_request/url_request.h',
531 'url_request/url_request_about_job.cc', 531 'url_request/url_request_about_job.cc',
532 'url_request/url_request_about_job.h', 532 'url_request/url_request_about_job.h',
533 'url_request/url_request_context.cc',
533 'url_request/url_request_context.h', 534 'url_request/url_request_context.h',
534 'url_request/url_request_data_job.cc', 535 'url_request/url_request_data_job.cc',
535 'url_request/url_request_data_job.h', 536 'url_request/url_request_data_job.h',
536 'url_request/url_request_error_job.cc', 537 'url_request/url_request_error_job.cc',
537 'url_request/url_request_error_job.h', 538 'url_request/url_request_error_job.h',
538 'url_request/url_request_file_dir_job.cc', 539 'url_request/url_request_file_dir_job.cc',
539 'url_request/url_request_file_dir_job.h', 540 'url_request/url_request_file_dir_job.h',
540 'url_request/url_request_file_job.cc', 541 'url_request/url_request_file_job.cc',
541 'url_request/url_request_file_job.h', 542 'url_request/url_request_file_job.h',
542 'url_request/url_request_filter.cc', 543 'url_request/url_request_filter.cc',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 ], 1133 ],
1133 }], 1134 }],
1134 ], 1135 ],
1135 } 1136 }
1136 1137
1137 # Local Variables: 1138 # Local Variables:
1138 # tab-width:2 1139 # tab-width:2
1139 # indent-tabs-mode:nil 1140 # indent-tabs-mode:nil
1140 # End: 1141 # End:
1141 # vim: set expandtab tabstop=2 shiftwidth=2: 1142 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698