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

Side by Side Diff: cc/BUILD.gn

Issue 2168693002: cc: Add OverlayStrategyFullscreen strategy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set deps. Don't enable strategy by default. Created 4 years, 5 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/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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "output/managed_memory_policy.cc", 237 "output/managed_memory_policy.cc",
238 "output/managed_memory_policy.h", 238 "output/managed_memory_policy.h",
239 "output/output_surface.cc", 239 "output/output_surface.cc",
240 "output/output_surface.h", 240 "output/output_surface.h",
241 "output/output_surface_client.h", 241 "output/output_surface_client.h",
242 "output/overlay_candidate.cc", 242 "output/overlay_candidate.cc",
243 "output/overlay_candidate.h", 243 "output/overlay_candidate.h",
244 "output/overlay_candidate_validator.h", 244 "output/overlay_candidate_validator.h",
245 "output/overlay_processor.cc", 245 "output/overlay_processor.cc",
246 "output/overlay_processor.h", 246 "output/overlay_processor.h",
247 "output/overlay_strategy_fullscreen.cc",
248 "output/overlay_strategy_fullscreen.h",
247 "output/overlay_strategy_single_on_top.cc", 249 "output/overlay_strategy_single_on_top.cc",
248 "output/overlay_strategy_single_on_top.h", 250 "output/overlay_strategy_single_on_top.h",
249 "output/overlay_strategy_underlay.cc", 251 "output/overlay_strategy_underlay.cc",
250 "output/overlay_strategy_underlay.h", 252 "output/overlay_strategy_underlay.h",
251 "output/program_binding.cc", 253 "output/program_binding.cc",
252 "output/program_binding.h", 254 "output/program_binding.h",
253 "output/render_surface_filters.cc", 255 "output/render_surface_filters.cc",
254 "output/render_surface_filters.h", 256 "output/render_surface_filters.h",
255 "output/renderer.cc", 257 "output/renderer.cc",
256 "output/renderer.h", 258 "output/renderer.h",
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "//ui/gfx/geometry", 1043 "//ui/gfx/geometry",
1042 "//ui/gl", 1044 "//ui/gl",
1043 "//ui/gl:test_support", 1045 "//ui/gl:test_support",
1044 ] 1046 ]
1045 1047
1046 # This target should not require the Chrome executable to run. 1048 # This target should not require the Chrome executable to run.
1047 assert_no_deps = [ "//chrome" ] 1049 assert_no_deps = [ "//chrome" ]
1048 } 1050 }
1049 # When adding support for isolates, please have a look at run-time dependencies 1051 # When adding support for isolates, please have a look at run-time dependencies
1050 # in the cc_unittests_run target in cc_tests.gyp. 1052 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698