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

Side by Side Diff: cc/cc.gyp

Issue 12212007: cc: Route offscreen context creation for compositor to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 7 years, 10 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 | cc/cc_tests.gyp » ('j') | content/renderer/gpu/render_widget_compositor.cc » ('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 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 17 matching lines...) Expand all
28 'compositor_frame_ack.h', 28 'compositor_frame_ack.h',
29 'compositor_frame_metadata.cc', 29 'compositor_frame_metadata.cc',
30 'compositor_frame_metadata.h', 30 'compositor_frame_metadata.h',
31 'content_layer.cc', 31 'content_layer.cc',
32 'content_layer.h', 32 'content_layer.h',
33 'content_layer_client.h', 33 'content_layer_client.h',
34 'content_layer_updater.cc', 34 'content_layer_updater.cc',
35 'content_layer_updater.h', 35 'content_layer_updater.h',
36 'contents_scaling_layer.cc', 36 'contents_scaling_layer.cc',
37 'contents_scaling_layer.h', 37 'contents_scaling_layer.h',
38 'context_provider.h',
38 'damage_tracker.cc', 39 'damage_tracker.cc',
39 'damage_tracker.h', 40 'damage_tracker.h',
40 'debug_border_draw_quad.cc', 41 'debug_border_draw_quad.cc',
41 'debug_border_draw_quad.h', 42 'debug_border_draw_quad.h',
42 'debug_colors.cc', 43 'debug_colors.cc',
43 'debug_colors.h', 44 'debug_colors.h',
44 'debug_rect_history.cc', 45 'debug_rect_history.cc',
45 'debug_rect_history.h', 46 'debug_rect_history.h',
46 'delay_based_time_source.cc', 47 'delay_based_time_source.cc',
47 'delay_based_time_source.h', 48 'delay_based_time_source.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'include_dirs': [ 354 'include_dirs': [
354 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 355 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
355 '<(webkit_src_dir)/Source/Platform/chromium' 356 '<(webkit_src_dir)/Source/Platform/chromium'
356 ] 357 ]
357 }, 358 },
358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 359 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
359 'msvs_disabled_warnings': [ 4267, ], 360 'msvs_disabled_warnings': [ 4267, ],
360 }, 361 },
361 ], 362 ],
362 } 363 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | content/renderer/gpu/render_widget_compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698