| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 if (is_mac) { | 10 if (is_mac) { |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 "//media/midi", | 389 "//media/midi", |
| 390 "//mojo/common:common_base", | 390 "//mojo/common:common_base", |
| 391 "//mojo/edk/system", | 391 "//mojo/edk/system", |
| 392 "//net", | 392 "//net", |
| 393 "//sandbox", | 393 "//sandbox", |
| 394 "//services/shell", | 394 "//services/shell", |
| 395 "//services/shell/public/cpp", | 395 "//services/shell/public/cpp", |
| 396 "//services/shell/public/interfaces", | 396 "//services/shell/public/interfaces", |
| 397 "//services/shell/runner/common", | 397 "//services/shell/runner/common", |
| 398 "//services/ui/public/interfaces", | 398 "//services/ui/public/interfaces", |
| 399 "//services/video_capture/public/interfaces", |
| 399 "//skia", | 400 "//skia", |
| 400 "//storage/common", | 401 "//storage/common", |
| 401 "//third_party/WebKit/public:blink_minimal", | 402 "//third_party/WebKit/public:blink_minimal", |
| 402 "//third_party/boringssl", | 403 "//third_party/boringssl", |
| 403 "//third_party/icu", | 404 "//third_party/icu", |
| 404 "//third_party/libjingle", | 405 "//third_party/libjingle", |
| 405 "//third_party/webrtc/base:rtc_base", | 406 "//third_party/webrtc/base:rtc_base", |
| 406 "//ui/accessibility", | 407 "//ui/accessibility", |
| 407 "//ui/base", | 408 "//ui/base", |
| 408 "//ui/base/ime", | 409 "//ui/base/ime", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 import_dirs = [ "//mojo/services" ] | 580 import_dirs = [ "//mojo/services" ] |
| 580 | 581 |
| 581 public_deps = [ | 582 public_deps = [ |
| 582 "//components/leveldb/public/interfaces", | 583 "//components/leveldb/public/interfaces", |
| 583 "//content/public/common:interfaces", | 584 "//content/public/common:interfaces", |
| 584 "//device/sensors/public/interfaces", | 585 "//device/sensors/public/interfaces", |
| 585 "//ipc:mojom", | 586 "//ipc:mojom", |
| 586 "//mojo/common:common_custom_types", | 587 "//mojo/common:common_custom_types", |
| 587 "//services/shell/public/interfaces", | 588 "//services/shell/public/interfaces", |
| 588 "//services/ui/public/interfaces", | 589 "//services/ui/public/interfaces", |
| 590 "//services/video_capture/public/interfaces", |
| 589 "//skia/public/interfaces", | 591 "//skia/public/interfaces", |
| 590 "//third_party/WebKit/public:mojo_bindings", | 592 "//third_party/WebKit/public:mojo_bindings", |
| 591 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings", | 593 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings", |
| 592 "//ui/base/mojo:mojo_bindings", | 594 "//ui/base/mojo:mojo_bindings", |
| 593 "//ui/gfx/geometry/mojo", | 595 "//ui/gfx/geometry/mojo", |
| 594 "//ui/gfx/mojo", | 596 "//ui/gfx/mojo", |
| 595 "//url/mojo:url_mojom_gurl", | 597 "//url/mojo:url_mojom_gurl", |
| 596 "//url/mojo:url_mojom_origin", | 598 "//url/mojo:url_mojom_origin", |
| 597 ] | 599 ] |
| 598 | 600 |
| 599 export_class_attribute = "CONTENT_EXPORT" | 601 export_class_attribute = "CONTENT_EXPORT" |
| 600 export_define = "CONTENT_IMPLEMENTATION=1" | 602 export_define = "CONTENT_IMPLEMENTATION=1" |
| 601 export_header = "content/common/content_export.h" | 603 export_header = "content/common/content_export.h" |
| 602 } | 604 } |
| OLD | NEW |