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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
10 import("//third_party/webrtc/build/webrtc.gni") | 10 import("//third_party/webrtc/build/webrtc.gni") |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 configs += [ | 392 configs += [ |
393 "//content:content_implementation", | 393 "//content:content_implementation", |
394 "//build/config/compiler:no_size_t_to_int_warning", | 394 "//build/config/compiler:no_size_t_to_int_warning", |
395 ] | 395 ] |
396 defines = [] | 396 defines = [] |
397 | 397 |
398 public_deps = [] | 398 public_deps = [] |
399 deps = [ | 399 deps = [ |
400 "//base:i18n", | 400 "//base:i18n", |
401 "//cc", | 401 "//cc", |
| 402 "//cc/animation", |
402 "//cc/blink", | 403 "//cc/blink", |
403 "//cc/ipc", | 404 "//cc/ipc", |
404 "//cc/proto", | 405 "//cc/proto", |
405 "//cc/surfaces", | 406 "//cc/surfaces", |
406 "//cc/surfaces:surface_id", | 407 "//cc/surfaces:surface_id", |
407 "//components/discardable_memory/client", | 408 "//components/discardable_memory/client", |
408 "//components/url_formatter", | 409 "//components/url_formatter", |
409 "//content:resources", | 410 "//content:resources", |
410 "//content/child", | 411 "//content/child", |
411 "//content/common", | 412 "//content/common", |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
915 # For the defines in mojo_media_config. | 916 # For the defines in mojo_media_config. |
916 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 917 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
917 } | 918 } |
918 | 919 |
919 if (!is_component_build) { | 920 if (!is_component_build) { |
920 public_deps = [ | 921 public_deps = [ |
921 ":renderer", | 922 ":renderer", |
922 ] | 923 ] |
923 } | 924 } |
924 } | 925 } |
OLD | NEW |