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

Side by Side Diff: base/base.gypi

Issue 145873006: ui/base/resource: Roll our own version of ReadBigEndian() function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/big_endian.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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'atomic_sequence_num.h', 82 'atomic_sequence_num.h',
83 'atomicops.h', 83 'atomicops.h',
84 'atomicops_internals_gcc.h', 84 'atomicops_internals_gcc.h',
85 'atomicops_internals_mac.h', 85 'atomicops_internals_mac.h',
86 'atomicops_internals_tsan.h', 86 'atomicops_internals_tsan.h',
87 'atomicops_internals_x86_gcc.cc', 87 'atomicops_internals_x86_gcc.cc',
88 'atomicops_internals_x86_gcc.h', 88 'atomicops_internals_x86_gcc.h',
89 'atomicops_internals_x86_msvc.h', 89 'atomicops_internals_x86_msvc.h',
90 'barrier_closure.cc', 90 'barrier_closure.cc',
91 'barrier_closure.h', 91 'barrier_closure.h',
92 'base64.cc',
93 'base64.h',
92 'base_export.h', 94 'base_export.h',
93 'base_paths.cc', 95 'base_paths.cc',
94 'base_paths.h', 96 'base_paths.h',
95 'base_paths_android.cc', 97 'base_paths_android.cc',
96 'base_paths_android.h', 98 'base_paths_android.h',
97 'base_paths_mac.h', 99 'base_paths_mac.h',
98 'base_paths_mac.mm', 100 'base_paths_mac.mm',
99 'base_paths_posix.cc', 101 'base_paths_posix.cc',
100 'base_paths_posix.h', 102 'base_paths_posix.h',
101 'base_paths_win.cc', 103 'base_paths_win.cc',
102 'base_paths_win.h', 104 'base_paths_win.h',
103 'base_switches.h', 105 'base_switches.h',
104 'base64.cc',
105 'base64.h',
106 'basictypes.h', 106 'basictypes.h',
107 'big_endian.cc',
108 'big_endian.h',
107 'bind.h', 109 'bind.h',
108 'bind_helpers.cc', 110 'bind_helpers.cc',
109 'bind_helpers.h', 111 'bind_helpers.h',
110 'bind_internal.h', 112 'bind_internal.h',
111 'bind_internal_win.h', 113 'bind_internal_win.h',
112 'bits.h', 114 'bits.h',
113 'build_time.cc', 115 'build_time.cc',
114 'build_time.h', 116 'build_time.h',
115 'callback.h', 117 'callback.h',
116 'callback_helpers.cc', 118 'callback_helpers.cc',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 'i18n/time_formatting.h', 977 'i18n/time_formatting.h',
976 'i18n/timezone.cc', 978 'i18n/timezone.cc',
977 'i18n/timezone.h', 979 'i18n/timezone.h',
978 'i18n/utf8_validator_tables.cc', 980 'i18n/utf8_validator_tables.cc',
979 'i18n/utf8_validator_tables.h', 981 'i18n/utf8_validator_tables.h',
980 ], 982 ],
981 }] 983 }]
982 ], 984 ],
983 }, 985 },
984 } 986 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/big_endian.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698