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

Side by Side Diff: cc/cc.gyp

Issue 17094004: Move hash_pair.h from cc/base into base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up empty lines and add reference to danakj@. Created 7 years, 6 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 | « cc/base/hash_pair_unittest.cc ('k') | cc/cc_tests.gyp » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'cc_source_files': [ 8 'cc_source_files': [
9 'animation/animation.cc', 9 'animation/animation.cc',
10 'animation/animation.h', 10 'animation/animation.h',
(...skipping 14 matching lines...) Expand all
25 'animation/scrollbar_animation_controller.h', 25 'animation/scrollbar_animation_controller.h',
26 'animation/scrollbar_animation_controller_linear_fade.cc', 26 'animation/scrollbar_animation_controller_linear_fade.cc',
27 'animation/scrollbar_animation_controller_linear_fade.h', 27 'animation/scrollbar_animation_controller_linear_fade.h',
28 'animation/timing_function.cc', 28 'animation/timing_function.cc',
29 'animation/timing_function.h', 29 'animation/timing_function.h',
30 'animation/transform_operation.cc', 30 'animation/transform_operation.cc',
31 'animation/transform_operation.h', 31 'animation/transform_operation.h',
32 'animation/transform_operations.cc', 32 'animation/transform_operations.cc',
33 'animation/transform_operations.h', 33 'animation/transform_operations.h',
34 'base/completion_event.h', 34 'base/completion_event.h',
35 'base/hash_pair.h',
36 'base/math_util.cc', 35 'base/math_util.cc',
37 'base/math_util.h', 36 'base/math_util.h',
38 'base/region.cc', 37 'base/region.cc',
39 'base/region.h', 38 'base/region.h',
40 'base/scoped_ptr_algorithm.h', 39 'base/scoped_ptr_algorithm.h',
41 'base/scoped_ptr_deque.h', 40 'base/scoped_ptr_deque.h',
42 'base/scoped_ptr_hash_map.h', 41 'base/scoped_ptr_hash_map.h',
43 'base/scoped_ptr_vector.h', 42 'base/scoped_ptr_vector.h',
44 'base/switches.cc', 43 'base/switches.cc',
45 'base/switches.h', 44 'base/switches.h',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'CC_IMPLEMENTATION=1', 371 'CC_IMPLEMENTATION=1',
373 ], 372 ],
374 'sources': [ 373 'sources': [
375 '<@(cc_source_files)', 374 '<@(cc_source_files)',
376 ], 375 ],
377 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 376 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
378 'msvs_disabled_warnings': [ 4267, ], 377 'msvs_disabled_warnings': [ 4267, ],
379 }, 378 },
380 ], 379 ],
381 } 380 }
OLDNEW
« no previous file with comments | « cc/base/hash_pair_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698