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

Side by Side Diff: cc/cc.gyp

Issue 18191020: UI Resource Manager (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « no previous file | cc/layers/scrollbar_layer.h » ('j') | cc/layers/scrollbar_layer.h » ('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 'cc_source_files': [ 8 'cc_source_files': [
9 'animation/animation.cc', 9 'animation/animation.cc',
10 'animation/animation.h', 10 'animation/animation.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'resources/texture_mailbox.cc', 300 'resources/texture_mailbox.cc',
301 'resources/texture_mailbox.h', 301 'resources/texture_mailbox.h',
302 'resources/tile.cc', 302 'resources/tile.cc',
303 'resources/tile.h', 303 'resources/tile.h',
304 'resources/tile_manager.cc', 304 'resources/tile_manager.cc',
305 'resources/tile_manager.h', 305 'resources/tile_manager.h',
306 'resources/tile_priority.cc', 306 'resources/tile_priority.cc',
307 'resources/tile_priority.h', 307 'resources/tile_priority.h',
308 'resources/transferable_resource.cc', 308 'resources/transferable_resource.cc',
309 'resources/transferable_resource.h', 309 'resources/transferable_resource.h',
310 'resources/ui_resource_manager.cc',
311 'resources/ui_resource_manager.h',
310 'resources/video_resource_updater.cc', 312 'resources/video_resource_updater.cc',
311 'resources/video_resource_updater.h', 313 'resources/video_resource_updater.h',
312 'resources/worker_pool.cc', 314 'resources/worker_pool.cc',
313 'resources/worker_pool.h', 315 'resources/worker_pool.h',
314 'scheduler/delay_based_time_source.cc', 316 'scheduler/delay_based_time_source.cc',
315 'scheduler/delay_based_time_source.h', 317 'scheduler/delay_based_time_source.h',
316 'scheduler/frame_rate_controller.cc', 318 'scheduler/frame_rate_controller.cc',
317 'scheduler/frame_rate_controller.h', 319 'scheduler/frame_rate_controller.h',
318 'scheduler/rate_limiter.cc', 320 'scheduler/rate_limiter.cc',
319 'scheduler/rate_limiter.h', 321 'scheduler/rate_limiter.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'CC_IMPLEMENTATION=1', 377 'CC_IMPLEMENTATION=1',
376 ], 378 ],
377 'sources': [ 379 'sources': [
378 '<@(cc_source_files)', 380 '<@(cc_source_files)',
379 ], 381 ],
380 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 382 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
381 'msvs_disabled_warnings': [ 4267, ], 383 'msvs_disabled_warnings': [ 4267, ],
382 }, 384 },
383 ], 385 ],
384 } 386 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/scrollbar_layer.h » ('j') | cc/layers/scrollbar_layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698