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

Side by Side Diff: base/base.gyp

Issue 180243015: Base: Introduce a new version of FileUtilProxy that works with File. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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') | base/files/file_proxy.h » ('J')
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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'debug/trace_event_system_stats_monitor_unittest.cc', 477 'debug/trace_event_system_stats_monitor_unittest.cc',
478 'debug/trace_event_unittest.cc', 478 'debug/trace_event_unittest.cc',
479 'debug/trace_event_unittest.h', 479 'debug/trace_event_unittest.h',
480 'debug/trace_event_win_unittest.cc', 480 'debug/trace_event_win_unittest.cc',
481 'deferred_sequenced_task_runner_unittest.cc', 481 'deferred_sequenced_task_runner_unittest.cc',
482 'environment_unittest.cc', 482 'environment_unittest.cc',
483 'file_util_unittest.cc', 483 'file_util_unittest.cc',
484 'file_version_info_unittest.cc', 484 'file_version_info_unittest.cc',
485 'files/dir_reader_posix_unittest.cc', 485 'files/dir_reader_posix_unittest.cc',
486 'files/file_path_unittest.cc', 486 'files/file_path_unittest.cc',
487 'files/file_proxy_unittest.cc',
487 'files/file_unittest.cc', 488 'files/file_unittest.cc',
488 'files/file_util_proxy_unittest.cc', 489 'files/file_util_proxy_unittest.cc',
489 'files/important_file_writer_unittest.cc', 490 'files/important_file_writer_unittest.cc',
490 'files/scoped_temp_dir_unittest.cc', 491 'files/scoped_temp_dir_unittest.cc',
491 'gmock_unittest.cc', 492 'gmock_unittest.cc',
492 'guid_unittest.cc', 493 'guid_unittest.cc',
493 'id_map_unittest.cc', 494 'id_map_unittest.cc',
494 'i18n/break_iterator_unittest.cc', 495 'i18n/break_iterator_unittest.cc',
495 'i18n/char_iterator_unittest.cc', 496 'i18n/char_iterator_unittest.cc',
496 'i18n/case_conversion_unittest.cc', 497 'i18n/case_conversion_unittest.cc',
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 'base_unittests.isolate', 1443 'base_unittests.isolate',
1443 ], 1444 ],
1444 'sources': [ 1445 'sources': [
1445 'base_unittests.isolate', 1446 'base_unittests.isolate',
1446 ], 1447 ],
1447 }, 1448 },
1448 ], 1449 ],
1449 }], 1450 }],
1450 ], 1451 ],
1451 } 1452 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/files/file_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698