| 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("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//sandbox/features.gni") | 10 import("//sandbox/features.gni") |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 "//media/gpu/ipc/client", | 387 "//media/gpu/ipc/client", |
| 388 "//media/gpu/ipc/common", | 388 "//media/gpu/ipc/common", |
| 389 "//media/midi", | 389 "//media/midi", |
| 390 "//media/midi:mojo", | 390 "//media/midi:mojo", |
| 391 "//mojo/common:common_base", | 391 "//mojo/common:common_base", |
| 392 "//mojo/edk/system", | 392 "//mojo/edk/system", |
| 393 "//net", | 393 "//net", |
| 394 "//ppapi/features", | 394 "//ppapi/features", |
| 395 "//sandbox", | 395 "//sandbox", |
| 396 "//sandbox:sandbox_features", | 396 "//sandbox:sandbox_features", |
| 397 "//services/resource_coordinator/public/interfaces", | |
| 398 "//services/service_manager", | 397 "//services/service_manager", |
| 399 "//services/service_manager/public/cpp", | 398 "//services/service_manager/public/cpp", |
| 400 "//services/service_manager/public/interfaces", | 399 "//services/service_manager/public/interfaces", |
| 401 "//services/service_manager/runner/common", | 400 "//services/service_manager/runner/common", |
| 402 "//services/ui/public/interfaces", | 401 "//services/ui/public/interfaces", |
| 403 "//services/video_capture/public/interfaces", | 402 "//services/video_capture/public/interfaces", |
| 404 "//skia", | 403 "//skia", |
| 405 "//storage/common", | 404 "//storage/common", |
| 406 "//third_party/boringssl", | 405 "//third_party/boringssl", |
| 407 "//third_party/icu", | 406 "//third_party/icu", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 "//url/mojo:url_mojom_origin", | 628 "//url/mojo:url_mojom_origin", |
| 630 ] | 629 ] |
| 631 | 630 |
| 632 overridden_deps = [ "//ipc:mojom" ] | 631 overridden_deps = [ "//ipc:mojom" ] |
| 633 component_deps = [ "//ipc" ] | 632 component_deps = [ "//ipc" ] |
| 634 | 633 |
| 635 export_class_attribute = "CONTENT_EXPORT" | 634 export_class_attribute = "CONTENT_EXPORT" |
| 636 export_define = "CONTENT_IMPLEMENTATION=1" | 635 export_define = "CONTENT_IMPLEMENTATION=1" |
| 637 export_header = "content/common/content_export.h" | 636 export_header = "content/common/content_export.h" |
| 638 } | 637 } |
| OLD | NEW |