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

Side by Side Diff: cc/cc.gyp

Issue 1411663002: cc: Split Proxy to eliminate unnecessary dependencies on the impl side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update perf tests. Created 5 years, 2 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 | « cc/animation/scrollbar_animation_controller_thinning_unittest.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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'trees/property_tree_builder.h', 546 'trees/property_tree_builder.h',
547 'trees/proxy.cc', 547 'trees/proxy.cc',
548 'trees/proxy.h', 548 'trees/proxy.h',
549 'trees/proxy_impl.h', 549 'trees/proxy_impl.h',
550 'trees/proxy_main.h', 550 'trees/proxy_main.h',
551 'trees/scoped_abort_remaining_swap_promises.h', 551 'trees/scoped_abort_remaining_swap_promises.h',
552 'trees/single_thread_proxy.cc', 552 'trees/single_thread_proxy.cc',
553 'trees/single_thread_proxy.h', 553 'trees/single_thread_proxy.h',
554 'trees/swap_promise_monitor.cc', 554 'trees/swap_promise_monitor.cc',
555 'trees/swap_promise_monitor.h', 555 'trees/swap_promise_monitor.h',
556 'trees/thread_proxy.cc',
557 'trees/thread_proxy.h',
558 'trees/task_runner_provider.cc',
559 'trees/task_runner_provider.h',
556 'trees/threaded_channel.cc', 560 'trees/threaded_channel.cc',
557 'trees/threaded_channel.h', 561 'trees/threaded_channel.h',
558 'trees/thread_proxy.cc',
559 'trees/thread_proxy.h',
560 'trees/tree_synchronizer.cc', 562 'trees/tree_synchronizer.cc',
561 'trees/tree_synchronizer.h', 563 'trees/tree_synchronizer.h',
562 ], 564 ],
563 'includes': [ 565 'includes': [
564 '../build/android/increase_size_for_speed.gypi', 566 '../build/android/increase_size_for_speed.gypi',
565 ], 567 ],
566 'conditions': [ 568 'conditions': [
567 ['target_arch == "ia32" or target_arch == "x64"', { 569 ['target_arch == "ia32" or target_arch == "x64"', {
568 'sources': [ 570 'sources': [
569 'raster/texture_compressor_etc1_sse.cc', 571 'raster/texture_compressor_etc1_sse.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'surfaces/surface_resource_holder.cc', 645 'surfaces/surface_resource_holder.cc',
644 'surfaces/surface_resource_holder.h', 646 'surfaces/surface_resource_holder.h',
645 'surfaces/surfaces_export.h', 647 'surfaces/surfaces_export.h',
646 ], 648 ],
647 'includes': [ 649 'includes': [
648 '../build/android/increase_size_for_speed.gypi', 650 '../build/android/increase_size_for_speed.gypi',
649 ], 651 ],
650 }, 652 },
651 ], 653 ],
652 } 654 }
OLDNEW
« no previous file with comments | « cc/animation/scrollbar_animation_controller_thinning_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698