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

Side by Side Diff: base/base.gyp

Issue 1125773004: Pull in ASCII<->UTF16 from Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 5 years, 7 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/strings/string_piece.h » ('j') | base/strings/string_util.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 9
10 'targets': [ 10 'targets': [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'safe_strerror_posix.cc', 82 'safe_strerror_posix.cc',
83 'safe_strerror_posix.h', 83 'safe_strerror_posix.h',
84 'scoped_clear_errno.h', 84 'scoped_clear_errno.h',
85 'scoped_generic.h', 85 'scoped_generic.h',
86 'stl_util.h', 86 'stl_util.h',
87 'strings/string16.cc', 87 'strings/string16.cc',
88 'strings/string16.h', 88 'strings/string16.h',
89 'strings/string_number_conversions.cc', 89 'strings/string_number_conversions.cc',
90 'strings/string_number_conversions.h', 90 'strings/string_number_conversions.h',
91 'strings/string_piece.h', 91 'strings/string_piece.h',
92 'strings/string_util.cc',
92 'strings/string_util.h', 93 'strings/string_util.h',
93 'strings/string_util_posix.h', 94 'strings/string_util_posix.h',
94 'strings/string_util_win.cc', 95 'strings/string_util_win.cc',
95 'strings/string_util_win.h', 96 'strings/string_util_win.h',
96 'strings/stringprintf.cc', 97 'strings/stringprintf.cc',
97 'strings/stringprintf.h', 98 'strings/stringprintf.h',
98 'strings/sys_string_conversions.h', 99 'strings/sys_string_conversions.h',
99 'strings/sys_string_conversions_mac.mm', 100 'strings/sys_string_conversions_mac.mm',
100 'strings/utf_string_conversion_utils.cc', 101 'strings/utf_string_conversion_utils.cc',
101 'strings/utf_string_conversion_utils.h', 102 'strings/utf_string_conversion_utils.h',
(...skipping 17 matching lines...) Expand all
119 '../build/build_config.h', 120 '../build/build_config.h',
120 ], 121 ],
121 'direct_dependent_settings': { 122 'direct_dependent_settings': {
122 'include_dirs': [ 123 'include_dirs': [
123 '..', 124 '..',
124 ], 125 ],
125 }, 126 },
126 }, 127 },
127 ], 128 ],
128 } 129 }
OLDNEW
« no previous file with comments | « no previous file | base/strings/string_piece.h » ('j') | base/strings/string_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698