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

Side by Side Diff: cc/cc.gyp

Issue 11412289: Basic pixel tests for cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moves png comparison code to cc/test, does actual comparison Created 8 years 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/DEPS ('k') | cc/cc_paths.h » ('j') | cc/cc_paths.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 'variables': { 6 'variables': {
7 'cc_source_files': [ 7 'cc_source_files': [
8 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
11 'animation_curve.h', 11 'animation_curve.h',
12 'animation_events.h', 12 'animation_events.h',
13 'append_quads_data.h', 13 'append_quads_data.h',
14 'bitmap_content_layer_updater.cc', 14 'bitmap_content_layer_updater.cc',
15 'bitmap_content_layer_updater.h', 15 'bitmap_content_layer_updater.h',
16 'bitmap_skpicture_content_layer_updater.cc', 16 'bitmap_skpicture_content_layer_updater.cc',
17 'bitmap_skpicture_content_layer_updater.h', 17 'bitmap_skpicture_content_layer_updater.h',
18 'caching_bitmap_content_layer_updater.cc', 18 'caching_bitmap_content_layer_updater.cc',
19 'caching_bitmap_content_layer_updater.h', 19 'caching_bitmap_content_layer_updater.h',
20 'cc_paths.cc',
danakj 2012/12/03 19:14:10 should this be instead "src/cc/tests/paths.cc"?
21 'cc_paths.h',
20 'checkerboard_draw_quad.cc', 22 'checkerboard_draw_quad.cc',
21 'checkerboard_draw_quad.h', 23 'checkerboard_draw_quad.h',
22 'completion_event.h', 24 'completion_event.h',
23 'content_layer.cc', 25 'content_layer.cc',
24 'content_layer.h', 26 'content_layer.h',
25 'content_layer_client.h', 27 'content_layer_client.h',
26 'content_layer_updater.cc', 28 'content_layer_updater.cc',
27 'content_layer_updater.h', 29 'content_layer_updater.h',
28 'contents_scaling_layer.cc', 30 'contents_scaling_layer.cc',
29 'contents_scaling_layer.h', 31 'contents_scaling_layer.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ], 290 ],
289 'all_dependent_settings': { 291 'all_dependent_settings': {
290 'include_dirs': [ 292 'include_dirs': [
291 # Needed for <public/WebTransformationMatrix.h> in layer.h 293 # Needed for <public/WebTransformationMatrix.h> in layer.h
292 '<(webkit_src_dir)/Source/Platform/chromium', 294 '<(webkit_src_dir)/Source/Platform/chromium',
293 ], 295 ],
294 } 296 }
295 }, 297 },
296 ], 298 ],
297 } 299 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/cc_paths.h » ('j') | cc/cc_paths.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698