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

Side by Side Diff: blimp/engine/BUILD.gn

Issue 1928143002: Rename gfx::Display/Screen to display::Display/Screen in chromecast/blimp/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update blimp's gn for recent gn change Created 4 years, 7 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 | blimp/engine/DEPS » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "app/ui/blimp_window_tree_host.cc", 150 "app/ui/blimp_window_tree_host.cc",
151 "app/ui/blimp_window_tree_host.h", 151 "app/ui/blimp_window_tree_host.h",
152 ] 152 ]
153 153
154 deps = [ 154 deps = [
155 "//blimp/common:blimp_common", 155 "//blimp/common:blimp_common",
156 "//cc", 156 "//cc",
157 "//cc/surfaces", 157 "//cc/surfaces",
158 "//ui/aura", 158 "//ui/aura",
159 "//ui/compositor", 159 "//ui/compositor",
160 "//ui/display",
160 "//ui/events", 161 "//ui/events",
161 "//ui/gfx", 162 "//ui/gfx",
162 "//ui/platform_window", 163 "//ui/platform_window",
163 "//ui/platform_window", 164 "//ui/platform_window",
164 "//ui/platform_window/stub/", 165 "//ui/platform_window/stub/",
165 ] 166 ]
166 } 167 }
167 168
168 source_set("common") { 169 source_set("common") {
169 sources = [ 170 sources = [
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 ":app", 302 ":app",
302 ":app_config", 303 ":app_config",
303 ":app_settings", 304 ":app_settings",
304 ":app_switches", 305 ":app_switches",
305 "//base", 306 "//base",
306 "//base/test:run_all_unittests", 307 "//base/test:run_all_unittests",
307 "//base/test:test_support", 308 "//base/test:test_support",
308 "//blimp/engine:app_ui", 309 "//blimp/engine:app_ui",
309 "//testing/gmock", 310 "//testing/gmock",
310 "//testing/gtest", 311 "//testing/gtest",
312 "//ui/display",
311 "//ui/gfx:test_support", 313 "//ui/gfx:test_support",
312 ] 314 ]
313 } 315 }
314 316
315 source_set("feature_unit_tests") { 317 source_set("feature_unit_tests") {
316 testonly = true 318 testonly = true
317 319
318 sources = [ 320 sources = [
319 "feature/engine_render_widget_feature_unittest.cc", 321 "feature/engine_render_widget_feature_unittest.cc",
320 "feature/engine_settings_feature_unittest.cc", 322 "feature/engine_settings_feature_unittest.cc",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 _rebased_dockerfile, 412 _rebased_dockerfile,
411 "--startup-script", 413 "--startup-script",
412 _rebased_startup_script, 414 _rebased_startup_script,
413 "--manifest", 415 "--manifest",
414 _rebased_manifest, 416 _rebased_manifest,
415 "--output", 417 "--output",
416 rebase_path(_bundle), 418 rebase_path(_bundle),
417 ] 419 ]
418 } 420 }
419 } 421 }
OLDNEW
« no previous file with comments | « no previous file | blimp/engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698