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

Side by Side Diff: base/base.gypi

Issue 5158004: Generic Gap Buffer data structure (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: addressed comments Created 10 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 | « base/base.gyp ('k') | base/gap_buffer.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'file_util_proxy.cc', 88 'file_util_proxy.cc',
89 'file_util_proxy.h', 89 'file_util_proxy.h',
90 'file_version_info.h', 90 'file_version_info.h',
91 'file_version_info_mac.h', 91 'file_version_info_mac.h',
92 'file_version_info_mac.mm', 92 'file_version_info_mac.mm',
93 'file_version_info_win.cc', 93 'file_version_info_win.cc',
94 'file_version_info_win.h', 94 'file_version_info_win.h',
95 'fix_wp64.h', 95 'fix_wp64.h',
96 'float_util.h', 96 'float_util.h',
97 'foundation_utils_mac.h', 97 'foundation_utils_mac.h',
98 'gap_buffer.h',
98 'global_descriptors_posix.cc', 99 'global_descriptors_posix.cc',
99 'global_descriptors_posix.h', 100 'global_descriptors_posix.h',
100 'gtest_prod_util.h', 101 'gtest_prod_util.h',
101 'hash_tables.h', 102 'hash_tables.h',
102 'id_map.h', 103 'id_map.h',
103 'json/json_reader.cc', 104 'json/json_reader.cc',
104 'json/json_reader.h', 105 'json/json_reader.h',
105 'json/json_writer.cc', 106 'json/json_writer.cc',
106 'json/json_writer.h', 107 'json/json_writer.h',
107 'json/string_escape.cc', 108 'json/string_escape.cc',
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'third_party/xdg_mime/xdgmimemagic.c', 816 'third_party/xdg_mime/xdgmimemagic.c',
816 'third_party/xdg_mime/xdgmimemagic.h', 817 'third_party/xdg_mime/xdgmimemagic.h',
817 'third_party/xdg_mime/xdgmimeparent.c', 818 'third_party/xdg_mime/xdgmimeparent.c',
818 'third_party/xdg_mime/xdgmimeparent.h', 819 'third_party/xdg_mime/xdgmimeparent.h',
819 ], 820 ],
820 }, 821 },
821 ], 822 ],
822 }], 823 }],
823 ], 824 ],
824 } 825 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/gap_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698