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

Side by Side Diff: cc/cc.gyp

Issue 23454014: cc: Drop ContextProvider references on the impl thread before quitting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: callbackcontrolcenter: rebase Created 7 years, 3 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') | 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'resources/scoped_resource.cc', 328 'resources/scoped_resource.cc',
329 'resources/scoped_resource.h', 329 'resources/scoped_resource.h',
330 'resources/scoped_ui_resource.cc', 330 'resources/scoped_ui_resource.cc',
331 'resources/scoped_ui_resource.h', 331 'resources/scoped_ui_resource.h',
332 'resources/skpicture_content_layer_updater.cc', 332 'resources/skpicture_content_layer_updater.cc',
333 'resources/skpicture_content_layer_updater.h', 333 'resources/skpicture_content_layer_updater.h',
334 'resources/sync_point_helper.cc', 334 'resources/sync_point_helper.cc',
335 'resources/sync_point_helper.h', 335 'resources/sync_point_helper.h',
336 'resources/texture_mailbox.cc', 336 'resources/texture_mailbox.cc',
337 'resources/texture_mailbox.h', 337 'resources/texture_mailbox.h',
338 'resources/texture_mailbox_deleter.cc',
339 'resources/texture_mailbox_deleter.h',
338 'resources/tile.cc', 340 'resources/tile.cc',
339 'resources/tile.h', 341 'resources/tile.h',
340 'resources/tile_manager.cc', 342 'resources/tile_manager.cc',
341 'resources/tile_manager.h', 343 'resources/tile_manager.h',
342 'resources/tile_priority.cc', 344 'resources/tile_priority.cc',
343 'resources/tile_priority.h', 345 'resources/tile_priority.h',
344 'resources/transferable_resource.cc', 346 'resources/transferable_resource.cc',
345 'resources/transferable_resource.h', 347 'resources/transferable_resource.h',
346 'resources/ui_resource_bitmap.cc', 348 'resources/ui_resource_bitmap.cc',
347 'resources/ui_resource_bitmap.h', 349 'resources/ui_resource_bitmap.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'trees/thread_proxy.cc', 397 'trees/thread_proxy.cc',
396 'trees/thread_proxy.h', 398 'trees/thread_proxy.h',
397 'trees/tree_synchronizer.cc', 399 'trees/tree_synchronizer.cc',
398 'trees/tree_synchronizer.h', 400 'trees/tree_synchronizer.h',
399 ], 401 ],
400 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 402 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
401 'msvs_disabled_warnings': [ 4267, ], 403 'msvs_disabled_warnings': [ 4267, ],
402 }, 404 },
403 ], 405 ],
404 } 406 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698