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

Side by Side Diff: cc/cc.gyp

Issue 669813003: Update from chromium https://crrev.com/301725/ (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/base/unique_notifier.h ('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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'resources/bitmap_content_layer_updater.cc', 348 'resources/bitmap_content_layer_updater.cc',
349 'resources/bitmap_content_layer_updater.h', 349 'resources/bitmap_content_layer_updater.h',
350 'resources/bitmap_raster_worker_pool.cc', 350 'resources/bitmap_raster_worker_pool.cc',
351 'resources/bitmap_raster_worker_pool.h', 351 'resources/bitmap_raster_worker_pool.h',
352 'resources/bitmap_skpicture_content_layer_updater.cc', 352 'resources/bitmap_skpicture_content_layer_updater.cc',
353 'resources/bitmap_skpicture_content_layer_updater.h', 353 'resources/bitmap_skpicture_content_layer_updater.h',
354 'resources/content_layer_updater.cc', 354 'resources/content_layer_updater.cc',
355 'resources/content_layer_updater.h', 355 'resources/content_layer_updater.h',
356 'resources/eviction_tile_priority_queue.cc', 356 'resources/eviction_tile_priority_queue.cc',
357 'resources/eviction_tile_priority_queue.h', 357 'resources/eviction_tile_priority_queue.h',
358 'resources/gpu_memory_buffer_manager.h',
359 'resources/gpu_raster_worker_pool.cc', 358 'resources/gpu_raster_worker_pool.cc',
360 'resources/gpu_raster_worker_pool.h', 359 'resources/gpu_raster_worker_pool.h',
361 'resources/image_layer_updater.cc', 360 'resources/image_layer_updater.cc',
362 'resources/image_layer_updater.h', 361 'resources/image_layer_updater.h',
363 'resources/layer_painter.h', 362 'resources/layer_painter.h',
364 'resources/layer_quad.cc', 363 'resources/layer_quad.cc',
365 'resources/layer_quad.h', 364 'resources/layer_quad.h',
366 'resources/layer_tiling_data.cc', 365 'resources/layer_tiling_data.cc',
367 'resources/layer_tiling_data.h', 366 'resources/layer_tiling_data.h',
368 'resources/layer_updater.cc', 367 'resources/layer_updater.cc',
(...skipping 20 matching lines...) Expand all
389 'resources/pixel_buffer_raster_worker_pool.h', 388 'resources/pixel_buffer_raster_worker_pool.h',
390 'resources/platform_color.h', 389 'resources/platform_color.h',
391 'resources/prioritized_resource.cc', 390 'resources/prioritized_resource.cc',
392 'resources/prioritized_resource.h', 391 'resources/prioritized_resource.h',
393 'resources/prioritized_resource_manager.cc', 392 'resources/prioritized_resource_manager.cc',
394 'resources/prioritized_resource_manager.h', 393 'resources/prioritized_resource_manager.h',
395 'resources/priority_calculator.cc', 394 'resources/priority_calculator.cc',
396 'resources/priority_calculator.h', 395 'resources/priority_calculator.h',
397 'resources/raster_buffer.cc', 396 'resources/raster_buffer.cc',
398 'resources/raster_buffer.h', 397 'resources/raster_buffer.h',
398 'resources/raster_source.h',
399 'resources/raster_tile_priority_queue.cc', 399 'resources/raster_tile_priority_queue.cc',
400 'resources/raster_tile_priority_queue.h', 400 'resources/raster_tile_priority_queue.h',
401 'resources/raster_worker_pool.cc', 401 'resources/raster_worker_pool.cc',
402 'resources/raster_worker_pool.h', 402 'resources/raster_worker_pool.h',
403 'resources/rasterizer.cc', 403 'resources/rasterizer.cc',
404 'resources/rasterizer.h', 404 'resources/rasterizer.h',
405 'resources/release_callback.h', 405 'resources/release_callback.h',
406 'resources/resource.cc', 406 'resources/resource.cc',
407 'resources/resource.h', 407 'resources/resource.h',
408 'resources/resource_format.cc', 408 'resources/resource_format.cc',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'surfaces/surface_resource_holder.cc', 544 'surfaces/surface_resource_holder.cc',
545 'surfaces/surface_resource_holder.h', 545 'surfaces/surface_resource_holder.h',
546 'surfaces/surfaces_export.h', 546 'surfaces/surfaces_export.h',
547 ], 547 ],
548 'includes': [ 548 'includes': [
549 '../build/android/increase_size_for_speed.gypi', 549 '../build/android/increase_size_for_speed.gypi',
550 ], 550 ],
551 }, 551 },
552 ], 552 ],
553 } 553 }
OLDNEW
« no previous file with comments | « cc/base/unique_notifier.h ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698