| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "layer_tree_settings_factory.h", | 194 "layer_tree_settings_factory.h", |
| 195 "mac/attributed_string_coder.h", | 195 "mac/attributed_string_coder.h", |
| 196 "mac/attributed_string_coder.mm", | 196 "mac/attributed_string_coder.mm", |
| 197 "mac/font_descriptor.h", | 197 "mac/font_descriptor.h", |
| 198 "mac/font_descriptor.mm", | 198 "mac/font_descriptor.mm", |
| 199 "mac/font_loader.h", | 199 "mac/font_loader.h", |
| 200 "mac/font_loader.mm", | 200 "mac/font_loader.mm", |
| 201 "manifest_manager_messages.h", | 201 "manifest_manager_messages.h", |
| 202 "media/aec_dump_messages.h", | 202 "media/aec_dump_messages.h", |
| 203 "media/audio_messages.h", | 203 "media/audio_messages.h", |
| 204 "media/cdm_host_file.cc", |
| 205 "media/cdm_host_file.h", |
| 206 "media/cdm_host_files.cc", |
| 207 "media/cdm_host_files.h", |
| 204 "media/cdm_info.cc", | 208 "media/cdm_info.cc", |
| 205 "media/media_devices.cc", | 209 "media/media_devices.cc", |
| 206 "media/media_devices.h", | 210 "media/media_devices.h", |
| 207 "media/media_devices_param_traits.cc", | 211 "media/media_devices_param_traits.cc", |
| 208 "media/media_devices_param_traits.h", | 212 "media/media_devices_param_traits.h", |
| 209 "media/media_player_delegate_messages.h", | 213 "media/media_player_delegate_messages.h", |
| 210 "media/media_player_messages_android.h", | 214 "media/media_player_messages_android.h", |
| 211 "media/media_stream_messages.h", | 215 "media/media_stream_messages.h", |
| 212 "media/media_stream_options.cc", | 216 "media/media_stream_options.cc", |
| 213 "media/media_stream_options.h", | 217 "media/media_stream_options.h", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 "//gpu/command_buffer/client:gles2_implementation", | 376 "//gpu/command_buffer/client:gles2_implementation", |
| 373 "//gpu/command_buffer/client:gles2_interface", | 377 "//gpu/command_buffer/client:gles2_interface", |
| 374 "//gpu/command_buffer/common:gles2_utils", | 378 "//gpu/command_buffer/common:gles2_utils", |
| 375 "//gpu/command_buffer/service", | 379 "//gpu/command_buffer/service", |
| 376 "//gpu/ipc/client", | 380 "//gpu/ipc/client", |
| 377 "//gpu/ipc/common", | 381 "//gpu/ipc/common", |
| 378 "//gpu/skia_bindings", | 382 "//gpu/skia_bindings", |
| 379 "//ipc", | 383 "//ipc", |
| 380 "//ipc:mojom", | 384 "//ipc:mojom", |
| 381 "//media", | 385 "//media", |
| 386 "//media:cdm_paths", |
| 382 "//media:shared_memory_support", | 387 "//media:shared_memory_support", |
| 383 "//media/base/ipc", | 388 "//media/base/ipc", |
| 384 "//media/capture", | 389 "//media/capture", |
| 385 "//media/capture/ipc", | 390 "//media/capture/ipc", |
| 386 "//media/gpu/ipc/client", | 391 "//media/gpu/ipc/client", |
| 387 "//media/gpu/ipc/common", | 392 "//media/gpu/ipc/common", |
| 388 "//media/midi", | 393 "//media/midi", |
| 389 "//media/midi:mojo_cpp_sources", | 394 "//media/midi:mojo_cpp_sources", |
| 390 "//mojo/common:common_base", | 395 "//mojo/common:common_base", |
| 391 "//mojo/edk/system", | 396 "//mojo/edk/system", |
| 392 "//net", | 397 "//net", |
| 393 "//ppapi/features", | 398 "//ppapi/features", |
| 394 "//sandbox", | 399 "//sandbox", |
| 395 "//sandbox:sandbox_features", | 400 "//sandbox:sandbox_features", |
| 396 "//services/service_manager", | 401 "//services/service_manager", |
| 397 "//services/service_manager/public/cpp", | 402 "//services/service_manager/public/cpp", |
| 398 "//services/service_manager/public/interfaces", | 403 "//services/service_manager/public/interfaces", |
| 399 "//services/service_manager/runner/common", | 404 "//services/service_manager/runner/common", |
| 400 "//services/ui/public/interfaces", | 405 "//services/ui/public/interfaces", |
| 401 "//services/video_capture/public/interfaces", | 406 "//services/video_capture/public/interfaces", |
| 402 "//skia", | 407 "//skia", |
| 403 "//storage/common", | 408 "//storage/common", |
| 404 "//third_party/WebKit/public:blink_minimal", | 409 "//third_party/WebKit/public:blink_minimal", |
| 405 "//third_party/boringssl", | 410 "//third_party/boringssl", |
| 406 "//third_party/icu", | 411 "//third_party/icu", |
| 407 "//third_party/libjingle", | 412 "//third_party/libjingle", |
| 408 "//third_party/webrtc/base:rtc_base", | 413 "//third_party/webrtc/base:rtc_base", |
| 414 |
| 415 # TODO(xhwang): Content should not know about widevine.. |
| 416 "//third_party/widevine/cdm:headers", |
| 409 "//ui/accessibility", | 417 "//ui/accessibility", |
| 410 "//ui/base", | 418 "//ui/base", |
| 411 "//ui/base/ime", | 419 "//ui/base/ime", |
| 412 "//ui/display", | 420 "//ui/display", |
| 413 "//ui/events/blink", | 421 "//ui/events/blink", |
| 414 "//ui/events/ipc", | 422 "//ui/events/ipc", |
| 415 "//ui/gfx", | 423 "//ui/gfx", |
| 416 "//ui/gfx/geometry", | 424 "//ui/gfx/geometry", |
| 417 "//ui/gfx/ipc", | 425 "//ui/gfx/ipc", |
| 418 "//ui/gfx/ipc/color", | 426 "//ui/gfx/ipc/color", |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 "//ui/gfx/geometry/mojo", | 616 "//ui/gfx/geometry/mojo", |
| 609 "//ui/gfx/mojo", | 617 "//ui/gfx/mojo", |
| 610 "//url/mojo:url_mojom_gurl", | 618 "//url/mojo:url_mojom_gurl", |
| 611 "//url/mojo:url_mojom_origin", | 619 "//url/mojo:url_mojom_origin", |
| 612 ] | 620 ] |
| 613 | 621 |
| 614 export_class_attribute = "CONTENT_EXPORT" | 622 export_class_attribute = "CONTENT_EXPORT" |
| 615 export_define = "CONTENT_IMPLEMENTATION=1" | 623 export_define = "CONTENT_IMPLEMENTATION=1" |
| 616 export_header = "content/common/content_export.h" | 624 export_header = "content/common/content_export.h" |
| 617 } | 625 } |
| OLD | NEW |