OLD | NEW |
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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
607 # These files are only built in a GN build because they bring in | 607 # These files are only built in a GN build because they bring in |
608 # dependencies that don't build with GYP. | 608 # dependencies that don't build with GYP. |
609 sources += [ | 609 sources += [ |
610 "ui/views/frame/browser_frame_mus.cc", | 610 "ui/views/frame/browser_frame_mus.cc", |
611 "ui/views/frame/browser_frame_mus.h", | 611 "ui/views/frame/browser_frame_mus.h", |
612 "ui/views/frame/browser_non_client_frame_view_mus.cc", | 612 "ui/views/frame/browser_non_client_frame_view_mus.cc", |
613 "ui/views/frame/browser_non_client_frame_view_mus.h", | 613 "ui/views/frame/browser_non_client_frame_view_mus.h", |
614 ] | 614 ] |
615 deps += [ | 615 deps += [ |
616 "//components/mus/public/cpp", | 616 "//components/mus/public/cpp", |
| 617 "//components/mus/public/cpp/input_devices", |
| 618 "//components/mus/public/interfaces/input_devices", |
617 "//content/public/common", | 619 "//content/public/common", |
618 "//ui/aura", | 620 "//ui/aura", |
619 "//ui/compositor", | 621 "//ui/compositor", |
620 "//ui/views/mus:for_component", | 622 "//ui/views/mus:for_component", |
621 ] | 623 ] |
622 defines += [ "MOJO_SHELL_CLIENT" ] | 624 defines += [ "MOJO_SHELL_CLIENT" ] |
623 data_deps += [ "//ash/mus" ] | 625 data_deps += [ "//ash/mus" ] |
624 } | 626 } |
625 if (ui_compositor_image_transport) { | 627 if (ui_compositor_image_transport) { |
626 deps += [ "//ui/gl" ] | 628 deps += [ "//ui/gl" ] |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1358 # linking all of the test support. | 1360 # linking all of the test support. |
1359 source_set("pepper_cdm_test_constants") { | 1361 source_set("pepper_cdm_test_constants") { |
1360 testonly = true | 1362 testonly = true |
1361 visibility = [ "//chrome/*" ] | 1363 visibility = [ "//chrome/*" ] |
1362 sources = [ | 1364 sources = [ |
1363 "media/pepper_cdm_test_constants.cc", | 1365 "media/pepper_cdm_test_constants.cc", |
1364 "media/pepper_cdm_test_constants.h", | 1366 "media/pepper_cdm_test_constants.h", |
1365 ] | 1367 ] |
1366 } | 1368 } |
1367 } | 1369 } |
OLD | NEW |