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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 # These files are only built in a GN build because they bring in | 615 # These files are only built in a GN build because they bring in |
616 # dependencies that don't build with GYP. | 616 # dependencies that don't build with GYP. |
617 sources += [ | 617 sources += [ |
618 "ui/views/frame/browser_frame_mus.cc", | 618 "ui/views/frame/browser_frame_mus.cc", |
619 "ui/views/frame/browser_frame_mus.h", | 619 "ui/views/frame/browser_frame_mus.h", |
620 "ui/views/frame/browser_non_client_frame_view_mus.cc", | 620 "ui/views/frame/browser_non_client_frame_view_mus.cc", |
621 "ui/views/frame/browser_non_client_frame_view_mus.h", | 621 "ui/views/frame/browser_non_client_frame_view_mus.h", |
622 ] | 622 ] |
623 deps += [ | 623 deps += [ |
624 "//components/mus/public/cpp", | 624 "//components/mus/public/cpp", |
| 625 "//components/mus/public/cpp/input_devices", |
625 "//content/public/common", | 626 "//content/public/common", |
626 "//ui/aura", | 627 "//ui/aura", |
627 "//ui/compositor", | 628 "//ui/compositor", |
628 "//ui/views/mus", | 629 "//ui/views/mus", |
629 ] | 630 ] |
630 defines += [ "MOJO_SHELL_CLIENT" ] | 631 defines += [ "MOJO_SHELL_CLIENT" ] |
631 data_deps += [ "//ash/mus" ] | 632 data_deps += [ "//ash/mus" ] |
632 } | 633 } |
633 if (ui_compositor_image_transport) { | 634 if (ui_compositor_image_transport) { |
634 deps += [ "//ui/gl" ] | 635 deps += [ "//ui/gl" ] |
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1369 # linking all of the test support. | 1370 # linking all of the test support. |
1370 source_set("pepper_cdm_test_constants") { | 1371 source_set("pepper_cdm_test_constants") { |
1371 testonly = true | 1372 testonly = true |
1372 visibility = [ "//chrome/*" ] | 1373 visibility = [ "//chrome/*" ] |
1373 sources = [ | 1374 sources = [ |
1374 "media/pepper_cdm_test_constants.cc", | 1375 "media/pepper_cdm_test_constants.cc", |
1375 "media/pepper_cdm_test_constants.h", | 1376 "media/pepper_cdm_test_constants.h", |
1376 ] | 1377 ] |
1377 } | 1378 } |
1378 } | 1379 } |
OLD | NEW |