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

Side by Side Diff: cc/cc.gyp

Issue 783543003: Update from https://crrev.com/306901 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/blink/web_external_texture_layer_impl.cc ('k') | cc/input/top_controls_manager.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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'base/rolling_time_delta_history.cc', 81 'base/rolling_time_delta_history.cc',
82 'base/rolling_time_delta_history.h', 82 'base/rolling_time_delta_history.h',
83 'base/scoped_ptr_algorithm.h', 83 'base/scoped_ptr_algorithm.h',
84 'base/scoped_ptr_deque.h', 84 'base/scoped_ptr_deque.h',
85 'base/scoped_ptr_vector.h', 85 'base/scoped_ptr_vector.h',
86 'base/simple_enclosed_region.cc', 86 'base/simple_enclosed_region.cc',
87 'base/simple_enclosed_region.h', 87 'base/simple_enclosed_region.h',
88 'base/swap_promise.h', 88 'base/swap_promise.h',
89 'base/swap_promise_monitor.cc', 89 'base/swap_promise_monitor.cc',
90 'base/swap_promise_monitor.h', 90 'base/swap_promise_monitor.h',
91 'base/synced_property.h',
91 'base/switches.cc', 92 'base/switches.cc',
92 'base/switches.h', 93 'base/switches.h',
93 'base/tiling_data.cc', 94 'base/tiling_data.cc',
94 'base/tiling_data.h', 95 'base/tiling_data.h',
95 'base/time_util.h', 96 'base/time_util.h',
96 'base/unique_notifier.cc', 97 'base/unique_notifier.cc',
97 'base/unique_notifier.h', 98 'base/unique_notifier.h',
98 'base/util.h', 99 'base/util.h',
99 'debug/benchmark_instrumentation.cc', 100 'debug/benchmark_instrumentation.cc',
100 'debug/benchmark_instrumentation.h', 101 'debug/benchmark_instrumentation.h',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'surfaces/surface_resource_holder.cc', 573 'surfaces/surface_resource_holder.cc',
573 'surfaces/surface_resource_holder.h', 574 'surfaces/surface_resource_holder.h',
574 'surfaces/surfaces_export.h', 575 'surfaces/surfaces_export.h',
575 ], 576 ],
576 'includes': [ 577 'includes': [
577 '../build/android/increase_size_for_speed.gypi', 578 '../build/android/increase_size_for_speed.gypi',
578 ], 579 ],
579 }, 580 },
580 ], 581 ],
581 } 582 }
OLDNEW
« no previous file with comments | « cc/blink/web_external_texture_layer_impl.cc ('k') | cc/input/top_controls_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698