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

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

Issue 2745443002: [Device Service] Port ScreenOrientationListener into Device Service. (Closed)
Patch Set: Add DEPS Created 3 years, 9 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "//media/midi:mojo", 456 "//media/midi:mojo",
457 "//media/mojo/interfaces:remoting", 457 "//media/mojo/interfaces:remoting",
458 "//mojo/common", 458 "//mojo/common",
459 "//mojo/edk/js", 459 "//mojo/edk/js",
460 "//mojo/public/cpp/bindings", 460 "//mojo/public/cpp/bindings",
461 "//mojo/public/js", 461 "//mojo/public/js",
462 "//net", 462 "//net",
463 "//ppapi/features", 463 "//ppapi/features",
464 "//printing/features", 464 "//printing/features",
465 "//sandbox", 465 "//sandbox",
466 "//services/device/public/interfaces",
466 "//services/service_manager/public/cpp", 467 "//services/service_manager/public/cpp",
467 "//services/service_manager/public/interfaces", 468 "//services/service_manager/public/interfaces",
468 "//services/ui/public/cpp/gpu", 469 "//services/ui/public/cpp/gpu",
469 "//skia", 470 "//skia",
470 "//storage/common", 471 "//storage/common",
471 "//third_party/WebKit/public:blink", 472 "//third_party/WebKit/public:blink",
472 "//third_party/WebKit/public:features", 473 "//third_party/WebKit/public:features",
473 "//third_party/WebKit/public:mojo_bindings", 474 "//third_party/WebKit/public:mojo_bindings",
474 "//third_party/boringssl", 475 "//third_party/boringssl",
475 "//third_party/icu", 476 "//third_party/icu",
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 # For the defines in mojo_media_config. 944 # For the defines in mojo_media_config.
944 public_configs = [ "//media/mojo/services:mojo_media_config" ] 945 public_configs = [ "//media/mojo/services:mojo_media_config" ]
945 } 946 }
946 947
947 if (!is_component_build) { 948 if (!is_component_build) {
948 public_deps = [ 949 public_deps = [
949 ":renderer", 950 ":renderer",
950 ] 951 ]
951 } 952 }
952 } 953 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698