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

Side by Side Diff: base/base.gypi

Issue 181643004: Moved SuperFastHash function from base/hash.cc to base/third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error (-Wsign-compare). Created 6 years, 9 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 | « no previous file | base/hash.h » ('j') | base/hash.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 '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 11 matching lines...) Expand all
22 'third_party/nspr/prcpucfg_freebsd.h', 22 'third_party/nspr/prcpucfg_freebsd.h',
23 'third_party/nspr/prcpucfg_linux.h', 23 'third_party/nspr/prcpucfg_linux.h',
24 'third_party/nspr/prcpucfg_mac.h', 24 'third_party/nspr/prcpucfg_mac.h',
25 'third_party/nspr/prcpucfg_nacl.h', 25 'third_party/nspr/prcpucfg_nacl.h',
26 'third_party/nspr/prcpucfg_openbsd.h', 26 'third_party/nspr/prcpucfg_openbsd.h',
27 'third_party/nspr/prcpucfg_solaris.h', 27 'third_party/nspr/prcpucfg_solaris.h',
28 'third_party/nspr/prcpucfg_win.h', 28 'third_party/nspr/prcpucfg_win.h',
29 'third_party/nspr/prtime.cc', 29 'third_party/nspr/prtime.cc',
30 'third_party/nspr/prtime.h', 30 'third_party/nspr/prtime.h',
31 'third_party/nspr/prtypes.h', 31 'third_party/nspr/prtypes.h',
32 'third_party/superfasthash/superfasthash.c',
32 'third_party/xdg_mime/xdgmime.h', 33 'third_party/xdg_mime/xdgmime.h',
33 'allocator/allocator_extension.cc', 34 'allocator/allocator_extension.cc',
34 'allocator/allocator_extension.h', 35 'allocator/allocator_extension.h',
35 'allocator/type_profiler_control.cc', 36 'allocator/type_profiler_control.cc',
36 'allocator/type_profiler_control.h', 37 'allocator/type_profiler_control.h',
37 'android/application_status_listener.cc', 38 'android/application_status_listener.cc',
38 'android/application_status_listener.h', 39 'android/application_status_listener.h',
39 'android/base_jni_registrar.cc', 40 'android/base_jni_registrar.cc',
40 'android/base_jni_registrar.h', 41 'android/base_jni_registrar.h',
41 'android/build_info.cc', 42 'android/build_info.cc',
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 'i18n/time_formatting.h', 976 'i18n/time_formatting.h',
976 'i18n/timezone.cc', 977 'i18n/timezone.cc',
977 'i18n/timezone.h', 978 'i18n/timezone.h',
978 'i18n/utf8_validator_tables.cc', 979 'i18n/utf8_validator_tables.cc',
979 'i18n/utf8_validator_tables.h', 980 'i18n/utf8_validator_tables.h',
980 ], 981 ],
981 }] 982 }]
982 ], 983 ],
983 }, 984 },
984 } 985 }
OLDNEW
« no previous file with comments | « no previous file | base/hash.h » ('j') | base/hash.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698