| 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("//third_party/webrtc/build/webrtc.gni") | 8 import("//third_party/webrtc/build/webrtc.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 "webgraphicscontext3d_provider_impl.cc", | 410 "webgraphicscontext3d_provider_impl.cc", |
| 411 "webgraphicscontext3d_provider_impl.h", | 411 "webgraphicscontext3d_provider_impl.h", |
| 412 "webpublicsuffixlist_impl.cc", | 412 "webpublicsuffixlist_impl.cc", |
| 413 "webpublicsuffixlist_impl.h", | 413 "webpublicsuffixlist_impl.h", |
| 414 "webscrollbarbehavior_impl_gtkoraura.cc", | 414 "webscrollbarbehavior_impl_gtkoraura.cc", |
| 415 "webscrollbarbehavior_impl_gtkoraura.h", | 415 "webscrollbarbehavior_impl_gtkoraura.h", |
| 416 "webscrollbarbehavior_impl_mac.h", | 416 "webscrollbarbehavior_impl_mac.h", |
| 417 "webscrollbarbehavior_impl_mac.mm", | 417 "webscrollbarbehavior_impl_mac.mm", |
| 418 "websharedworker_proxy.cc", | 418 "websharedworker_proxy.cc", |
| 419 "websharedworker_proxy.h", | 419 "websharedworker_proxy.h", |
| 420 "websockethandle_impl.cc", | |
| 421 "websockethandle_impl.h", | |
| 422 ] | 420 ] |
| 423 | 421 |
| 424 configs += [ | 422 configs += [ |
| 425 "//content:content_implementation", | 423 "//content:content_implementation", |
| 426 "//build/config/compiler:no_size_t_to_int_warning", | 424 "//build/config/compiler:no_size_t_to_int_warning", |
| 427 ] | 425 ] |
| 428 defines = [] | 426 defines = [] |
| 429 | 427 |
| 430 public_deps = [] | 428 public_deps = [] |
| 431 deps = [ | 429 deps = [ |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 # For the defines in mojo_media_config. | 926 # For the defines in mojo_media_config. |
| 929 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 927 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 930 } | 928 } |
| 931 | 929 |
| 932 if (!is_component_build) { | 930 if (!is_component_build) { |
| 933 public_deps = [ | 931 public_deps = [ |
| 934 ":renderer", | 932 ":renderer", |
| 935 ] | 933 ] |
| 936 } | 934 } |
| 937 } | 935 } |
| OLD | NEW |