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

Side by Side Diff: cc/cc.gyp

Issue 17114008: cc: Remove cc::Thread and cc::ThreadImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-thread: NULLrefptrs 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/thread_impl.cc ('k') | cc/layers/delegated_renderer_layer_impl_unittest.cc » ('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 25 matching lines...) Expand all
36 'base/math_util.cc', 36 'base/math_util.cc',
37 'base/math_util.h', 37 'base/math_util.h',
38 'base/region.cc', 38 'base/region.cc',
39 'base/region.h', 39 'base/region.h',
40 'base/scoped_ptr_algorithm.h', 40 'base/scoped_ptr_algorithm.h',
41 'base/scoped_ptr_deque.h', 41 'base/scoped_ptr_deque.h',
42 'base/scoped_ptr_hash_map.h', 42 'base/scoped_ptr_hash_map.h',
43 'base/scoped_ptr_vector.h', 43 'base/scoped_ptr_vector.h',
44 'base/switches.cc', 44 'base/switches.cc',
45 'base/switches.h', 45 'base/switches.h',
46 'base/thread.h',
47 'base/thread_impl.cc',
48 'base/thread_impl.h',
49 'base/tiling_data.cc', 46 'base/tiling_data.cc',
50 'base/tiling_data.h', 47 'base/tiling_data.h',
51 'base/util.h', 48 'base/util.h',
52 'debug/debug_colors.cc', 49 'debug/debug_colors.cc',
53 'debug/debug_colors.h', 50 'debug/debug_colors.h',
54 'debug/debug_rect_history.cc', 51 'debug/debug_rect_history.cc',
55 'debug/debug_rect_history.h', 52 'debug/debug_rect_history.h',
56 'debug/devtools_instrumentation.h', 53 'debug/devtools_instrumentation.h',
57 'debug/fake_web_graphics_context_3d.cc', 54 'debug/fake_web_graphics_context_3d.cc',
58 'debug/fake_web_graphics_context_3d.h', 55 'debug/fake_web_graphics_context_3d.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'CC_IMPLEMENTATION=1', 367 'CC_IMPLEMENTATION=1',
371 ], 368 ],
372 'sources': [ 369 'sources': [
373 '<@(cc_source_files)', 370 '<@(cc_source_files)',
374 ], 371 ],
375 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
376 'msvs_disabled_warnings': [ 4267, ], 373 'msvs_disabled_warnings': [ 4267, ],
377 }, 374 },
378 ], 375 ],
379 } 376 }
OLDNEW
« no previous file with comments | « cc/base/thread_impl.cc ('k') | cc/layers/delegated_renderer_layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698