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

Side by Side Diff: base/base.gyp

Issue 394313002: Add support for loading pak files from arbitrary file regions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move Region to MemoryMappedFile Created 6 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
« no previous file with comments | « no previous file | base/files/memory_mapped_file.h » ('j') | base/files/memory_mapped_file.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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'deferred_sequenced_task_runner_unittest.cc', 457 'deferred_sequenced_task_runner_unittest.cc',
458 'environment_unittest.cc', 458 'environment_unittest.cc',
459 'file_util_unittest.cc', 459 'file_util_unittest.cc',
460 'file_version_info_unittest.cc', 460 'file_version_info_unittest.cc',
461 'files/dir_reader_posix_unittest.cc', 461 'files/dir_reader_posix_unittest.cc',
462 'files/file_path_unittest.cc', 462 'files/file_path_unittest.cc',
463 'files/file_proxy_unittest.cc', 463 'files/file_proxy_unittest.cc',
464 'files/file_unittest.cc', 464 'files/file_unittest.cc',
465 'files/file_util_proxy_unittest.cc', 465 'files/file_util_proxy_unittest.cc',
466 'files/important_file_writer_unittest.cc', 466 'files/important_file_writer_unittest.cc',
467 'files/memory_mapped_file_unittest.cc',
467 'files/scoped_temp_dir_unittest.cc', 468 'files/scoped_temp_dir_unittest.cc',
468 'gmock_unittest.cc', 469 'gmock_unittest.cc',
469 'guid_unittest.cc', 470 'guid_unittest.cc',
470 'hash_unittest.cc', 471 'hash_unittest.cc',
471 'id_map_unittest.cc', 472 'id_map_unittest.cc',
472 'i18n/break_iterator_unittest.cc', 473 'i18n/break_iterator_unittest.cc',
473 'i18n/char_iterator_unittest.cc', 474 'i18n/char_iterator_unittest.cc',
474 'i18n/case_conversion_unittest.cc', 475 'i18n/case_conversion_unittest.cc',
475 'i18n/file_util_icu_unittest.cc', 476 'i18n/file_util_icu_unittest.cc',
476 'i18n/icu_string_conversions_unittest.cc', 477 'i18n/icu_string_conversions_unittest.cc',
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'dependencies': [ 1502 'dependencies': [
1502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1503 ], 1504 ],
1504 }], 1505 }],
1505 ], 1506 ],
1506 }, 1507 },
1507 ], 1508 ],
1508 }], 1509 }],
1509 ], 1510 ],
1510 } 1511 }
OLDNEW
« no previous file with comments | « no previous file | base/files/memory_mapped_file.h » ('j') | base/files/memory_mapped_file.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698