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

Side by Side Diff: base/base.gyp

Issue 355003: Implement FormStructure and an initial method, EncodeUploadRequest. This als... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « no previous file | base/sha1.h » ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'scoped_nsdisable_screen_updates.h', 259 'scoped_nsdisable_screen_updates.h',
260 'scoped_nsobject.h', 260 'scoped_nsobject.h',
261 'scoped_ptr.h', 261 'scoped_ptr.h',
262 'scoped_temp_dir.cc', 262 'scoped_temp_dir.cc',
263 'scoped_temp_dir.h', 263 'scoped_temp_dir.h',
264 'scoped_variant_win.cc', 264 'scoped_variant_win.cc',
265 'scoped_variant_win.h', 265 'scoped_variant_win.h',
266 'scoped_vector.h', 266 'scoped_vector.h',
267 'setproctitle_linux.c', 267 'setproctitle_linux.c',
268 'setproctitle_linux.h', 268 'setproctitle_linux.h',
269 'sha1.cc',
270 'sha1.h',
269 'sha2.cc', 271 'sha2.cc',
270 'sha2.h', 272 'sha2.h',
271 'shared_memory.h', 273 'shared_memory.h',
272 'shared_memory_posix.cc', 274 'shared_memory_posix.cc',
273 'shared_memory_win.cc', 275 'shared_memory_win.cc',
274 'simple_thread.cc', 276 'simple_thread.cc',
275 'simple_thread.h', 277 'simple_thread.h',
276 'singleton.h', 278 'singleton.h',
277 'spin_wait.h', 279 'spin_wait.h',
278 'stack_container.h', 280 'stack_container.h',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'pickle_unittest.cc', 600 'pickle_unittest.cc',
599 'pr_time_unittest.cc', 601 'pr_time_unittest.cc',
600 'process_util_unittest.cc', 602 'process_util_unittest.cc',
601 'rand_util_unittest.cc', 603 'rand_util_unittest.cc',
602 'ref_counted_unittest.cc', 604 'ref_counted_unittest.cc',
603 'scoped_bstr_win_unittest.cc', 605 'scoped_bstr_win_unittest.cc',
604 'scoped_comptr_win_unittest.cc', 606 'scoped_comptr_win_unittest.cc',
605 'scoped_ptr_unittest.cc', 607 'scoped_ptr_unittest.cc',
606 'scoped_temp_dir_unittest.cc', 608 'scoped_temp_dir_unittest.cc',
607 'scoped_variant_win_unittest.cc', 609 'scoped_variant_win_unittest.cc',
610 'sha1_unittest.cc',
608 'sha2_unittest.cc', 611 'sha2_unittest.cc',
609 'shared_memory_unittest.cc', 612 'shared_memory_unittest.cc',
610 'simple_thread_unittest.cc', 613 'simple_thread_unittest.cc',
611 'singleton_unittest.cc', 614 'singleton_unittest.cc',
612 'stack_container_unittest.cc', 615 'stack_container_unittest.cc',
613 'stats_table_unittest.cc', 616 'stats_table_unittest.cc',
614 'string_piece_unittest.cc', 617 'string_piece_unittest.cc',
615 'string_tokenizer_unittest.cc', 618 'string_tokenizer_unittest.cc',
616 'string_util_unittest.cc', 619 'string_util_unittest.cc',
617 'sys_info_unittest.cc', 620 'sys_info_unittest.cc',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 ], 835 ],
833 }], 836 }],
834 ], 837 ],
835 } 838 }
836 839
837 # Local Variables: 840 # Local Variables:
838 # tab-width:2 841 # tab-width:2
839 # indent-tabs-mode:nil 842 # indent-tabs-mode:nil
840 # End: 843 # End:
841 # vim: set expandtab tabstop=2 shiftwidth=2: 844 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/sha1.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698