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

Side by Side Diff: base/base.gypi

Issue 9289040: Remove reinterpret_cast on JSONValueConverter (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: omit base_export Created 8 years, 10 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/json/json_value_converter.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'files/file_path_watcher_win.cc', 121 'files/file_path_watcher_win.cc',
122 'float_util.h', 122 'float_util.h',
123 'format_macros.h', 123 'format_macros.h',
124 'global_descriptors_posix.cc', 124 'global_descriptors_posix.cc',
125 'global_descriptors_posix.h', 125 'global_descriptors_posix.h',
126 'gtest_prod_util.h', 126 'gtest_prod_util.h',
127 'hash_tables.h', 127 'hash_tables.h',
128 'id_map.h', 128 'id_map.h',
129 'json/json_reader.cc', 129 'json/json_reader.cc',
130 'json/json_reader.h', 130 'json/json_reader.h',
131 'json/json_value_converter.cc',
132 'json/json_value_converter.h', 131 'json/json_value_converter.h',
133 'json/json_value_serializer.cc', 132 'json/json_value_serializer.cc',
134 'json/json_value_serializer.h', 133 'json/json_value_serializer.h',
135 'json/json_writer.cc', 134 'json/json_writer.cc',
136 'json/json_writer.h', 135 'json/json_writer.h',
137 'json/string_escape.cc', 136 'json/string_escape.cc',
138 'json/string_escape.h', 137 'json/string_escape.h',
139 'lazy_instance.cc', 138 'lazy_instance.cc',
140 'lazy_instance.h', 139 'lazy_instance.h',
141 'linked_list.h', 140 'linked_list.h',
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 'third_party/xdg_mime/xdgmimemagic.c', 885 'third_party/xdg_mime/xdgmimemagic.c',
887 'third_party/xdg_mime/xdgmimemagic.h', 886 'third_party/xdg_mime/xdgmimemagic.h',
888 'third_party/xdg_mime/xdgmimeparent.c', 887 'third_party/xdg_mime/xdgmimeparent.c',
889 'third_party/xdg_mime/xdgmimeparent.h', 888 'third_party/xdg_mime/xdgmimeparent.h',
890 ], 889 ],
891 }, 890 },
892 ], 891 ],
893 }], 892 }],
894 ], 893 ],
895 } 894 }
OLDNEW
« no previous file with comments | « no previous file | base/json/json_value_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698