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

Side by Side Diff: cc/BUILD.gn

Issue 1900993002: Move SharedMemoryLimits out of WebGraphicsContext3DCommandBufferImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@limits
Patch Set: move-limits: types Created 4 years, 8 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 | « blimp/client/feature/compositor/blimp_context_provider.cc ('k') | cc/cc.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "output/bsp_walk_action.cc", 192 "output/bsp_walk_action.cc",
193 "output/bsp_walk_action.h", 193 "output/bsp_walk_action.h",
194 "output/ca_layer_overlay.cc", 194 "output/ca_layer_overlay.cc",
195 "output/ca_layer_overlay.h", 195 "output/ca_layer_overlay.h",
196 "output/compositor_frame.cc", 196 "output/compositor_frame.cc",
197 "output/compositor_frame.h", 197 "output/compositor_frame.h",
198 "output/compositor_frame_ack.cc", 198 "output/compositor_frame_ack.cc",
199 "output/compositor_frame_ack.h", 199 "output/compositor_frame_ack.h",
200 "output/compositor_frame_metadata.cc", 200 "output/compositor_frame_metadata.cc",
201 "output/compositor_frame_metadata.h", 201 "output/compositor_frame_metadata.h",
202 "output/context_provider.cc",
203 "output/context_provider.h", 202 "output/context_provider.h",
204 "output/copy_output_request.cc", 203 "output/copy_output_request.cc",
205 "output/copy_output_request.h", 204 "output/copy_output_request.h",
206 "output/copy_output_result.cc", 205 "output/copy_output_result.cc",
207 "output/copy_output_result.h", 206 "output/copy_output_result.h",
208 "output/delegated_frame_data.cc", 207 "output/delegated_frame_data.cc",
209 "output/delegated_frame_data.h", 208 "output/delegated_frame_data.h",
210 "output/delegating_renderer.cc", 209 "output/delegating_renderer.cc",
211 "output/delegating_renderer.h", 210 "output/delegating_renderer.h",
212 "output/direct_renderer.cc", 211 "output/direct_renderer.cc",
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 "//ui/gl", 996 "//ui/gl",
998 "//ui/gl:test_support", 997 "//ui/gl:test_support",
999 ] 998 ]
1000 999
1001 if (is_android) { 1000 if (is_android) {
1002 isolate_file = "cc_perftests.isolate" 1001 isolate_file = "cc_perftests.isolate"
1003 } 1002 }
1004 } 1003 }
1005 # When adding support for isolates, please have a look at run-time dependencies 1004 # When adding support for isolates, please have a look at run-time dependencies
1006 # in the cc_unittests_run target in cc_tests.gyp. 1005 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « blimp/client/feature/compositor/blimp_context_provider.cc ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698