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

Side by Side Diff: cc/cc_tests.gyp

Issue 2120713002: Fix use_image_texture_target inconsistencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix content browsertests Created 4 years, 5 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/output/buffer_to_texture_target_map.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'layers/surface_layer_unittest.cc', 62 'layers/surface_layer_unittest.cc',
63 'layers/texture_layer_impl_unittest.cc', 63 'layers/texture_layer_impl_unittest.cc',
64 'layers/texture_layer_unittest.cc', 64 'layers/texture_layer_unittest.cc',
65 'layers/ui_resource_layer_impl_unittest.cc', 65 'layers/ui_resource_layer_impl_unittest.cc',
66 'layers/ui_resource_layer_unittest.cc', 66 'layers/ui_resource_layer_unittest.cc',
67 'layers/video_frame_provider_client_impl_unittest.cc', 67 'layers/video_frame_provider_client_impl_unittest.cc',
68 'layers/video_layer_impl_unittest.cc', 68 'layers/video_layer_impl_unittest.cc',
69 'layers/viewport_unittest.cc', 69 'layers/viewport_unittest.cc',
70 'output/begin_frame_args_unittest.cc', 70 'output/begin_frame_args_unittest.cc',
71 'output/bsp_tree_unittest.cc', 71 'output/bsp_tree_unittest.cc',
72 'output/buffer_to_texture_target_map_unittest.cc',
72 'output/delegating_renderer_unittest.cc', 73 'output/delegating_renderer_unittest.cc',
73 'output/filter_operations_unittest.cc', 74 'output/filter_operations_unittest.cc',
74 'output/gl_renderer_unittest.cc', 75 'output/gl_renderer_unittest.cc',
75 'output/layer_quad_unittest.cc', 76 'output/layer_quad_unittest.cc',
76 'output/managed_memory_policy_unittest.cc', 77 'output/managed_memory_policy_unittest.cc',
77 'output/output_surface_unittest.cc', 78 'output/output_surface_unittest.cc',
78 'output/overlay_unittest.cc', 79 'output/overlay_unittest.cc',
79 'output/renderer_pixeltest.cc', 80 'output/renderer_pixeltest.cc',
80 'output/renderer_settings_unittest.cc', 81 'output/renderer_settings_unittest.cc',
81 'output/renderer_unittest.cc', 82 'output/renderer_unittest.cc',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 531 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
531 ], 532 ],
532 } 533 }
533 ], 534 ],
534 ], 535 ],
535 }, 536 },
536 ], 537 ],
537 }], 538 }],
538 ], 539 ],
539 } 540 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/output/buffer_to_texture_target_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698