| 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "//services/service_manager/public/interfaces", | 398 "//services/service_manager/public/interfaces", |
| 399 "//services/service_manager/runner/common", | 399 "//services/service_manager/runner/common", |
| 400 "//services/ui/public/interfaces", | 400 "//services/ui/public/interfaces", |
| 401 "//services/video_capture/public/interfaces", | 401 "//services/video_capture/public/interfaces", |
| 402 "//skia", | 402 "//skia", |
| 403 "//storage/common", | 403 "//storage/common", |
| 404 "//third_party/boringssl", | 404 "//third_party/boringssl", |
| 405 "//third_party/icu", | 405 "//third_party/icu", |
| 406 "//third_party/libjingle", | 406 "//third_party/libjingle", |
| 407 "//third_party/webrtc/base:rtc_base", | 407 "//third_party/webrtc/base:rtc_base", |
| 408 "//third_party/webrtc/base:rtc_task_runner", | |
| 409 "//ui/accessibility", | 408 "//ui/accessibility", |
| 410 "//ui/base", | 409 "//ui/base", |
| 411 "//ui/base/ime", | 410 "//ui/base/ime", |
| 412 "//ui/display", | 411 "//ui/display", |
| 413 "//ui/events/blink", | 412 "//ui/events/blink", |
| 414 "//ui/events/ipc", | 413 "//ui/events/ipc", |
| 415 "//ui/gfx", | 414 "//ui/gfx", |
| 416 "//ui/gfx/geometry", | 415 "//ui/gfx/geometry", |
| 417 "//ui/gfx/ipc", | 416 "//ui/gfx/ipc", |
| 418 "//ui/gfx/ipc/color", | 417 "//ui/gfx/ipc/color", |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 "//url/mojo:url_mojom_origin", | 626 "//url/mojo:url_mojom_origin", |
| 628 ] | 627 ] |
| 629 | 628 |
| 630 overridden_deps = [ "//ipc:mojom" ] | 629 overridden_deps = [ "//ipc:mojom" ] |
| 631 component_deps = [ "//ipc" ] | 630 component_deps = [ "//ipc" ] |
| 632 | 631 |
| 633 export_class_attribute = "CONTENT_EXPORT" | 632 export_class_attribute = "CONTENT_EXPORT" |
| 634 export_define = "CONTENT_IMPLEMENTATION=1" | 633 export_define = "CONTENT_IMPLEMENTATION=1" |
| 635 export_header = "content/common/content_export.h" | 634 export_header = "content/common/content_export.h" |
| 636 } | 635 } |
| OLD | NEW |