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

Side by Side Diff: cc/cc.gyp

Issue 714203006: cc: Remove PicturePileBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some small tweaks 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 | « no previous file | cc/cc_tests.gyp » ('j') | cc/debug/picture_record_benchmark.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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'resources/one_copy_raster_worker_pool.cc', 375 'resources/one_copy_raster_worker_pool.cc',
376 'resources/one_copy_raster_worker_pool.h', 376 'resources/one_copy_raster_worker_pool.h',
377 'resources/picture.cc', 377 'resources/picture.cc',
378 'resources/picture.h', 378 'resources/picture.h',
379 'resources/picture_layer_tiling.cc', 379 'resources/picture_layer_tiling.cc',
380 'resources/picture_layer_tiling.h', 380 'resources/picture_layer_tiling.h',
381 'resources/picture_layer_tiling_set.cc', 381 'resources/picture_layer_tiling_set.cc',
382 'resources/picture_layer_tiling_set.h', 382 'resources/picture_layer_tiling_set.h',
383 'resources/picture_pile.cc', 383 'resources/picture_pile.cc',
384 'resources/picture_pile.h', 384 'resources/picture_pile.h',
385 'resources/picture_pile_base.cc',
vmpstr 2014/11/11 23:57:07 .gyp changes should have corresponding BUILD.gn ch
hendrikw 2014/11/12 00:02:34 Acknowledged.
386 'resources/picture_pile_base.h',
387 'resources/picture_pile_impl.cc', 385 'resources/picture_pile_impl.cc',
388 'resources/picture_pile_impl.h', 386 'resources/picture_pile_impl.h',
389 'resources/pixel_buffer_raster_worker_pool.cc', 387 'resources/pixel_buffer_raster_worker_pool.cc',
390 'resources/pixel_buffer_raster_worker_pool.h', 388 'resources/pixel_buffer_raster_worker_pool.h',
391 'resources/platform_color.h', 389 'resources/platform_color.h',
392 'resources/prioritized_resource.cc', 390 'resources/prioritized_resource.cc',
393 'resources/prioritized_resource.h', 391 'resources/prioritized_resource.h',
394 'resources/prioritized_resource_manager.cc', 392 'resources/prioritized_resource_manager.cc',
395 'resources/prioritized_resource_manager.h', 393 'resources/prioritized_resource_manager.h',
396 'resources/priority_calculator.cc', 394 'resources/priority_calculator.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'surfaces/surface_resource_holder.cc', 545 'surfaces/surface_resource_holder.cc',
548 'surfaces/surface_resource_holder.h', 546 'surfaces/surface_resource_holder.h',
549 'surfaces/surfaces_export.h', 547 'surfaces/surfaces_export.h',
550 ], 548 ],
551 'includes': [ 549 'includes': [
552 '../build/android/increase_size_for_speed.gypi', 550 '../build/android/increase_size_for_speed.gypi',
553 ], 551 ],
554 }, 552 },
555 ], 553 ],
556 } 554 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/debug/picture_record_benchmark.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698