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

Side by Side Diff: base/base.gypi

Issue 10920026: Move hash.h/cc from net/disk_cache to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: willchan, rvargas feedback Created 8 years, 3 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') | 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'files/file_path_watcher_win.cc', 144 'files/file_path_watcher_win.cc',
145 'float_util.h', 145 'float_util.h',
146 'format_macros.h', 146 'format_macros.h',
147 'global_descriptors_posix.cc', 147 'global_descriptors_posix.cc',
148 'global_descriptors_posix.h', 148 'global_descriptors_posix.h',
149 'gtest_prod_util.h', 149 'gtest_prod_util.h',
150 'guid.cc', 150 'guid.cc',
151 'guid.h', 151 'guid.h',
152 'guid_posix.cc', 152 'guid_posix.cc',
153 'guid_win.cc', 153 'guid_win.cc',
154 'hash.cc',
155 'hash.h',
154 'hash_tables.h', 156 'hash_tables.h',
155 'hi_res_timer_manager_posix.cc', 157 'hi_res_timer_manager_posix.cc',
156 'hi_res_timer_manager_win.cc', 158 'hi_res_timer_manager_win.cc',
157 'hi_res_timer_manager.h', 159 'hi_res_timer_manager.h',
158 'id_map.h', 160 'id_map.h',
159 'ios/device_util.h', 161 'ios/device_util.h',
160 'ios/device_util.mm', 162 'ios/device_util.mm',
161 'ios/scoped_critical_action.h', 163 'ios/scoped_critical_action.h',
162 'ios/scoped_critical_action.mm', 164 'ios/scoped_critical_action.mm',
163 'json/json_file_value_serializer.cc', 165 'json/json_file_value_serializer.cc',
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 # Remove all unnecessary files for build_nexe.py to avoid exceeding 684 # Remove all unnecessary files for build_nexe.py to avoid exceeding
683 # command-line-string limitation when building NaCl on Windows. 685 # command-line-string limitation when building NaCl on Windows.
684 ['OS == "win" and >(nacl_untrusted_build)==1', { 686 ['OS == "win" and >(nacl_untrusted_build)==1', {
685 'sources/': [ ['exclude', '\\.h$'] ], 687 'sources/': [ ['exclude', '\\.h$'] ],
686 }], 688 }],
687 ], 689 ],
688 }], 690 }],
689 ], 691 ],
690 }, 692 },
691 } 693 }
OLDNEW
« no previous file with comments | « no previous file | base/hash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698