| 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("features.gni") | 5 import("features.gni") |
| 6 import("//build/buildflag_header.gni") | 6 import("//build/buildflag_header.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 "//storage/common", | 414 "//storage/common", |
| 415 "//third_party/boringssl", | 415 "//third_party/boringssl", |
| 416 "//third_party/icu", | 416 "//third_party/icu", |
| 417 "//third_party/webrtc/base:rtc_base", | 417 "//third_party/webrtc/base:rtc_base", |
| 418 "//third_party/webrtc_overrides", | 418 "//third_party/webrtc_overrides", |
| 419 "//ui/accessibility", | 419 "//ui/accessibility", |
| 420 "//ui/base", | 420 "//ui/base", |
| 421 "//ui/base/ime", | 421 "//ui/base/ime", |
| 422 "//ui/display", | 422 "//ui/display", |
| 423 "//ui/events/blink", | 423 "//ui/events/blink", |
| 424 "//ui/events/ipc", | |
| 425 "//ui/gfx", | 424 "//ui/gfx", |
| 426 "//ui/gfx/geometry", | 425 "//ui/gfx/geometry", |
| 427 "//ui/gfx/ipc", | 426 "//ui/gfx/ipc", |
| 428 "//ui/gfx/ipc/color", | 427 "//ui/gfx/ipc/color", |
| 429 "//ui/gfx/ipc/geometry", | 428 "//ui/gfx/ipc/geometry", |
| 430 "//ui/gfx/ipc/skia", | 429 "//ui/gfx/ipc/skia", |
| 431 "//ui/gl", | 430 "//ui/gl", |
| 431 "//ui/latency/ipc", |
| 432 "//ui/shell_dialogs", | 432 "//ui/shell_dialogs", |
| 433 "//url", | 433 "//url", |
| 434 "//url/ipc:url_ipc", | 434 "//url/ipc:url_ipc", |
| 435 ] | 435 ] |
| 436 | 436 |
| 437 defines = [] | 437 defines = [] |
| 438 include_dirs = [] | 438 include_dirs = [] |
| 439 libs = [] | 439 libs = [] |
| 440 ldflags = [] | 440 ldflags = [] |
| 441 | 441 |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 "//url/mojo:url_mojom_origin", | 639 "//url/mojo:url_mojom_origin", |
| 640 ] | 640 ] |
| 641 | 641 |
| 642 overridden_deps = [ "//ipc:mojom" ] | 642 overridden_deps = [ "//ipc:mojom" ] |
| 643 component_deps = [ "//ipc" ] | 643 component_deps = [ "//ipc" ] |
| 644 | 644 |
| 645 export_class_attribute = "CONTENT_EXPORT" | 645 export_class_attribute = "CONTENT_EXPORT" |
| 646 export_define = "CONTENT_IMPLEMENTATION=1" | 646 export_define = "CONTENT_IMPLEMENTATION=1" |
| 647 export_header = "content/common/content_export.h" | 647 export_header = "content/common/content_export.h" |
| 648 } | 648 } |
| OLD | NEW |