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

Side by Side Diff: cc/cc.gyp

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/base/completion_event.h ('k') | cc/debug/picture_debug_util.h » ('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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'debug/micro_benchmark.cc', 117 'debug/micro_benchmark.cc',
118 'debug/micro_benchmark.h', 118 'debug/micro_benchmark.h',
119 'debug/micro_benchmark_impl.cc', 119 'debug/micro_benchmark_impl.cc',
120 'debug/micro_benchmark_impl.h', 120 'debug/micro_benchmark_impl.h',
121 'debug/micro_benchmark_controller.cc', 121 'debug/micro_benchmark_controller.cc',
122 'debug/micro_benchmark_controller.h', 122 'debug/micro_benchmark_controller.h',
123 'debug/micro_benchmark_controller_impl.cc', 123 'debug/micro_benchmark_controller_impl.cc',
124 'debug/micro_benchmark_controller_impl.h', 124 'debug/micro_benchmark_controller_impl.h',
125 'debug/paint_time_counter.cc', 125 'debug/paint_time_counter.cc',
126 'debug/paint_time_counter.h', 126 'debug/paint_time_counter.h',
127 'debug/picture_debug_util.cc',
128 'debug/picture_debug_util.h',
127 'debug/picture_record_benchmark.cc', 129 'debug/picture_record_benchmark.cc',
128 'debug/picture_record_benchmark.h', 130 'debug/picture_record_benchmark.h',
129 'debug/rasterize_and_record_benchmark.cc', 131 'debug/rasterize_and_record_benchmark.cc',
130 'debug/rasterize_and_record_benchmark.h', 132 'debug/rasterize_and_record_benchmark.h',
131 'debug/rasterize_and_record_benchmark_impl.cc', 133 'debug/rasterize_and_record_benchmark_impl.cc',
132 'debug/rasterize_and_record_benchmark_impl.h', 134 'debug/rasterize_and_record_benchmark_impl.h',
133 'debug/rendering_stats.cc', 135 'debug/rendering_stats.cc',
134 'debug/rendering_stats.h', 136 'debug/rendering_stats.h',
135 'debug/rendering_stats_instrumentation.cc', 137 'debug/rendering_stats_instrumentation.cc',
136 'debug/rendering_stats_instrumentation.h', 138 'debug/rendering_stats_instrumentation.h',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'surfaces/surface_resource_holder.cc', 592 'surfaces/surface_resource_holder.cc',
591 'surfaces/surface_resource_holder.h', 593 'surfaces/surface_resource_holder.h',
592 'surfaces/surfaces_export.h', 594 'surfaces/surfaces_export.h',
593 ], 595 ],
594 'includes': [ 596 'includes': [
595 '../build/android/increase_size_for_speed.gypi', 597 '../build/android/increase_size_for_speed.gypi',
596 ], 598 ],
597 }, 599 },
598 ], 600 ],
599 } 601 }
OLDNEW
« no previous file with comments | « cc/base/completion_event.h ('k') | cc/debug/picture_debug_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698