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

Side by Side Diff: cc/cc.gyp

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/blink/web_scroll_offset_animation_curve_impl.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'base/scoped_ptr_vector.h', 85 'base/scoped_ptr_vector.h',
86 'base/simple_enclosed_region.cc', 86 'base/simple_enclosed_region.cc',
87 'base/simple_enclosed_region.h', 87 'base/simple_enclosed_region.h',
88 'base/swap_promise.h', 88 'base/swap_promise.h',
89 'base/swap_promise_monitor.cc', 89 'base/swap_promise_monitor.cc',
90 'base/swap_promise_monitor.h', 90 'base/swap_promise_monitor.h',
91 'base/switches.cc', 91 'base/switches.cc',
92 'base/switches.h', 92 'base/switches.h',
93 'base/tiling_data.cc', 93 'base/tiling_data.cc',
94 'base/tiling_data.h', 94 'base/tiling_data.h',
95 'base/time_util.h',
95 'base/unique_notifier.cc', 96 'base/unique_notifier.cc',
96 'base/unique_notifier.h', 97 'base/unique_notifier.h',
97 'base/util.h', 98 'base/util.h',
98 'debug/benchmark_instrumentation.cc', 99 'debug/benchmark_instrumentation.cc',
99 'debug/benchmark_instrumentation.h', 100 'debug/benchmark_instrumentation.h',
100 'debug/debug_colors.cc', 101 'debug/debug_colors.cc',
101 'debug/debug_colors.h', 102 'debug/debug_colors.h',
102 'debug/debug_rect_history.cc', 103 'debug/debug_rect_history.cc',
103 'debug/debug_rect_history.h', 104 'debug/debug_rect_history.h',
104 'debug/devtools_instrumentation.h', 105 'debug/devtools_instrumentation.h',
(...skipping 28 matching lines...) Expand all
133 'debug/rendering_stats_instrumentation.h', 134 'debug/rendering_stats_instrumentation.h',
134 'debug/ring_buffer.h', 135 'debug/ring_buffer.h',
135 'debug/traced_picture.cc', 136 'debug/traced_picture.cc',
136 'debug/traced_picture.h', 137 'debug/traced_picture.h',
137 'debug/traced_value.cc', 138 'debug/traced_value.cc',
138 'debug/traced_value.h', 139 'debug/traced_value.h',
139 'debug/unittest_only_benchmark.cc', 140 'debug/unittest_only_benchmark.cc',
140 'debug/unittest_only_benchmark.h', 141 'debug/unittest_only_benchmark.h',
141 'debug/unittest_only_benchmark_impl.cc', 142 'debug/unittest_only_benchmark_impl.cc',
142 'debug/unittest_only_benchmark_impl.h', 143 'debug/unittest_only_benchmark_impl.h',
144 'input/input_handler.cc',
143 'input/input_handler.h', 145 'input/input_handler.h',
144 'input/page_scale_animation.cc', 146 'input/page_scale_animation.cc',
145 'input/page_scale_animation.h', 147 'input/page_scale_animation.h',
146 'input/layer_selection_bound.cc', 148 'input/layer_selection_bound.cc',
147 'input/layer_selection_bound.h', 149 'input/layer_selection_bound.h',
150 'input/scroll_elasticity_helper.cc',
151 'input/scroll_elasticity_helper.h',
148 'input/selection_bound_type.h', 152 'input/selection_bound_type.h',
149 'input/top_controls_manager.cc', 153 'input/top_controls_manager.cc',
150 'input/top_controls_manager.h', 154 'input/top_controls_manager.h',
151 'input/top_controls_manager_client.h', 155 'input/top_controls_manager_client.h',
152 'layers/append_quads_data.h', 156 'layers/append_quads_data.h',
153 'layers/content_layer.cc', 157 'layers/content_layer.cc',
154 'layers/content_layer.h', 158 'layers/content_layer.h',
155 'layers/content_layer_client.h', 159 'layers/content_layer_client.h',
156 'layers/contents_scaling_layer.cc', 160 'layers/contents_scaling_layer.cc',
157 'layers/contents_scaling_layer.h', 161 'layers/contents_scaling_layer.h',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'resources/one_copy_raster_worker_pool.cc', 378 'resources/one_copy_raster_worker_pool.cc',
375 'resources/one_copy_raster_worker_pool.h', 379 'resources/one_copy_raster_worker_pool.h',
376 'resources/picture.cc', 380 'resources/picture.cc',
377 'resources/picture.h', 381 'resources/picture.h',
378 'resources/picture_layer_tiling.cc', 382 'resources/picture_layer_tiling.cc',
379 'resources/picture_layer_tiling.h', 383 'resources/picture_layer_tiling.h',
380 'resources/picture_layer_tiling_set.cc', 384 'resources/picture_layer_tiling_set.cc',
381 'resources/picture_layer_tiling_set.h', 385 'resources/picture_layer_tiling_set.h',
382 'resources/picture_pile.cc', 386 'resources/picture_pile.cc',
383 'resources/picture_pile.h', 387 'resources/picture_pile.h',
384 'resources/picture_pile_base.cc',
385 'resources/picture_pile_base.h',
386 'resources/picture_pile_impl.cc', 388 'resources/picture_pile_impl.cc',
387 'resources/picture_pile_impl.h', 389 'resources/picture_pile_impl.h',
388 'resources/pixel_buffer_raster_worker_pool.cc', 390 'resources/pixel_buffer_raster_worker_pool.cc',
389 'resources/pixel_buffer_raster_worker_pool.h', 391 'resources/pixel_buffer_raster_worker_pool.h',
390 'resources/platform_color.h', 392 'resources/platform_color.h',
391 'resources/prioritized_resource.cc', 393 'resources/prioritized_resource.cc',
392 'resources/prioritized_resource.h', 394 'resources/prioritized_resource.h',
393 'resources/prioritized_resource_manager.cc', 395 'resources/prioritized_resource_manager.cc',
394 'resources/prioritized_resource_manager.h', 396 'resources/prioritized_resource_manager.h',
395 'resources/priority_calculator.cc', 397 'resources/priority_calculator.cc',
396 'resources/priority_calculator.h', 398 'resources/priority_calculator.h',
397 'resources/raster_buffer.cc', 399 'resources/raster_buffer.cc',
398 'resources/raster_buffer.h', 400 'resources/raster_buffer.h',
399 'resources/raster_source.h', 401 'resources/raster_source.h',
400 'resources/raster_tile_priority_queue.cc', 402 'resources/raster_tile_priority_queue.cc',
401 'resources/raster_tile_priority_queue.h', 403 'resources/raster_tile_priority_queue.h',
402 'resources/raster_worker_pool.cc', 404 'resources/raster_worker_pool.cc',
403 'resources/raster_worker_pool.h', 405 'resources/raster_worker_pool.h',
404 'resources/rasterizer.cc', 406 'resources/rasterizer.cc',
405 'resources/rasterizer.h', 407 'resources/rasterizer.h',
408 'resources/recording_source.h',
406 'resources/release_callback.h', 409 'resources/release_callback.h',
407 'resources/resource.cc', 410 'resources/resource.cc',
408 'resources/resource.h', 411 'resources/resource.h',
409 'resources/resource_format.cc', 412 'resources/resource_format.cc',
410 'resources/resource_format.h', 413 'resources/resource_format.h',
411 'resources/resource_pool.cc', 414 'resources/resource_pool.cc',
412 'resources/resource_pool.h', 415 'resources/resource_pool.h',
413 'resources/resource_provider.cc', 416 'resources/resource_provider.cc',
414 'resources/resource_provider.h', 417 'resources/resource_provider.h',
415 'resources/resource_update.cc', 418 'resources/resource_update.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'surfaces/surface_resource_holder.cc', 548 'surfaces/surface_resource_holder.cc',
546 'surfaces/surface_resource_holder.h', 549 'surfaces/surface_resource_holder.h',
547 'surfaces/surfaces_export.h', 550 'surfaces/surfaces_export.h',
548 ], 551 ],
549 'includes': [ 552 'includes': [
550 '../build/android/increase_size_for_speed.gypi', 553 '../build/android/increase_size_for_speed.gypi',
551 ], 554 ],
552 }, 555 },
553 ], 556 ],
554 } 557 }
OLDNEW
« no previous file with comments | « cc/blink/web_scroll_offset_animation_curve_impl.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698