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

Side by Side Diff: cc/BUILD.gn

Issue 2693023002: Use SwapBuffersWithBounds on Chromecast (Closed)
Patch Set: danakj nits Created 3 years, 9 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 | « no previous file | cc/output/direct_renderer.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 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("//cc/cc.gni") 6 import("//cc/cc.gni")
7 7
8 cc_component("cc") { 8 cc_component("cc") {
9 sources = [ 9 sources = [
10 "debug/benchmark_instrumentation.cc", 10 "debug/benchmark_instrumentation.cc",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "output/overlay_candidate.h", 209 "output/overlay_candidate.h",
210 "output/overlay_candidate_validator.h", 210 "output/overlay_candidate_validator.h",
211 "output/overlay_processor.cc", 211 "output/overlay_processor.cc",
212 "output/overlay_processor.h", 212 "output/overlay_processor.h",
213 "output/overlay_strategy_fullscreen.cc", 213 "output/overlay_strategy_fullscreen.cc",
214 "output/overlay_strategy_fullscreen.h", 214 "output/overlay_strategy_fullscreen.h",
215 "output/overlay_strategy_single_on_top.cc", 215 "output/overlay_strategy_single_on_top.cc",
216 "output/overlay_strategy_single_on_top.h", 216 "output/overlay_strategy_single_on_top.h",
217 "output/overlay_strategy_underlay.cc", 217 "output/overlay_strategy_underlay.cc",
218 "output/overlay_strategy_underlay.h", 218 "output/overlay_strategy_underlay.h",
219 "output/overlay_strategy_underlay_cast.cc",
220 "output/overlay_strategy_underlay_cast.h",
219 "output/program_binding.cc", 221 "output/program_binding.cc",
220 "output/program_binding.h", 222 "output/program_binding.h",
221 "output/render_surface_filters.cc", 223 "output/render_surface_filters.cc",
222 "output/render_surface_filters.h", 224 "output/render_surface_filters.h",
223 "output/renderer_settings.cc", 225 "output/renderer_settings.cc",
224 "output/renderer_settings.h", 226 "output/renderer_settings.h",
225 "output/shader.cc", 227 "output/shader.cc",
226 "output/shader.h", 228 "output/shader.h",
227 "output/software_output_device.cc", 229 "output/software_output_device.cc",
228 "output/software_output_device.h", 230 "output/software_output_device.h",
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 data = [ 994 data = [
993 "test/data/", 995 "test/data/",
994 996
995 # Needed for isolate script to execute. 997 # Needed for isolate script to execute.
996 "//testing/scripts/common.py", 998 "//testing/scripts/common.py",
997 "//testing/xvfb.py", 999 "//testing/xvfb.py",
998 "//testing/scripts/run_gtest_perf_test.py", 1000 "//testing/scripts/run_gtest_perf_test.py",
999 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1001 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1000 ] 1002 ]
1001 } 1003 }
OLDNEW
« no previous file with comments | « no previous file | cc/output/direct_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698