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

Side by Side Diff: content/shell/BUILD.gn

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. 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 | « content/content_shell.gypi ('k') | ui/aura/BUILD.gn » ('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/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("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 ] 281 ]
282 } 282 }
283 283
284 if (use_x11) { 284 if (use_x11) {
285 # Some tests rely on this tool at runtime. Note: it might be better if 285 # Some tests rely on this tool at runtime. Note: it might be better if
286 # the tests that needed it had this as a dep instead of adding it here. 286 # the tests that needed it had this as a dep instead of adding it here.
287 data_deps = [ 287 data_deps = [
288 "//tools/xdisplaycheck", 288 "//tools/xdisplaycheck",
289 ] 289 ]
290 290
291 deps += [ "//ui/events/devices" ] 291 deps += [ "//ui/events/devices/x11" ]
292 } 292 }
293 293
294 if (is_android) { 294 if (is_android) {
295 deps += [ "//content/shell/android:content_shell_jni_headers" ] 295 deps += [ "//content/shell/android:content_shell_jni_headers" ]
296 } 296 }
297 297
298 if (is_posix && !is_mac) { 298 if (is_posix && !is_mac) {
299 deps += [ 299 deps += [
300 "//components/crash/content/app", 300 "//components/crash/content/app",
301 "//components/crash/content/browser", 301 "//components/crash/content/browser",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ] 534 ]
535 info_plist = "app/helper-Info.plist" 535 info_plist = "app/helper-Info.plist"
536 } 536 }
537 } 537 }
538 538
539 mojom("mojo_bindings") { 539 mojom("mojo_bindings") {
540 sources = [ 540 sources = [
541 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 541 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
542 ] 542 ]
543 } 543 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698