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

Side by Side Diff: base/base.gyp

Issue 12035111: Move file_util_proxy to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | base/base.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'containers/stack_container_unittest.cc', 429 'containers/stack_container_unittest.cc',
430 'cpu_unittest.cc', 430 'cpu_unittest.cc',
431 'debug/crash_logging_unittest.cc', 431 'debug/crash_logging_unittest.cc',
432 'debug/leak_tracker_unittest.cc', 432 'debug/leak_tracker_unittest.cc',
433 'debug/stack_trace_unittest.cc', 433 'debug/stack_trace_unittest.cc',
434 'debug/trace_event_unittest.cc', 434 'debug/trace_event_unittest.cc',
435 'debug/trace_event_unittest.h', 435 'debug/trace_event_unittest.h',
436 'debug/trace_event_win_unittest.cc', 436 'debug/trace_event_win_unittest.cc',
437 'environment_unittest.cc', 437 'environment_unittest.cc',
438 'file_path_unittest.cc', 438 'file_path_unittest.cc',
439 'file_util_proxy_unittest.cc',
440 'file_util_unittest.cc', 439 'file_util_unittest.cc',
441 'file_version_info_unittest.cc', 440 'file_version_info_unittest.cc',
442 'files/dir_reader_posix_unittest.cc', 441 'files/dir_reader_posix_unittest.cc',
442 'files/file_util_proxy_unittest.cc',
443 'files/important_file_writer_unittest.cc', 443 'files/important_file_writer_unittest.cc',
444 'files/scoped_temp_dir_unittest.cc', 444 'files/scoped_temp_dir_unittest.cc',
445 'gmock_unittest.cc', 445 'gmock_unittest.cc',
446 'guid_unittest.cc', 446 'guid_unittest.cc',
447 'hi_res_timer_manager_unittest.cc', 447 'hi_res_timer_manager_unittest.cc',
448 'id_map_unittest.cc', 448 'id_map_unittest.cc',
449 'i18n/break_iterator_unittest.cc', 449 'i18n/break_iterator_unittest.cc',
450 'i18n/char_iterator_unittest.cc', 450 'i18n/char_iterator_unittest.cc',
451 'i18n/case_conversion_unittest.cc', 451 'i18n/case_conversion_unittest.cc',
452 'i18n/file_util_icu_unittest.cc', 452 'i18n/file_util_icu_unittest.cc',
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'base_unittests.isolate', 1151 'base_unittests.isolate',
1152 ], 1152 ],
1153 'sources': [ 1153 'sources': [
1154 'base_unittests.isolate', 1154 'base_unittests.isolate',
1155 ], 1155 ],
1156 }, 1156 },
1157 ], 1157 ],
1158 }], 1158 }],
1159 ], 1159 ],
1160 } 1160 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698