Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: media/BUILD.gn

Issue 592863002: Fix mojom dependencies in media/mojo/services, make gn check pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "formats/mpeg/adts_constants.h", 414 "formats/mpeg/adts_constants.h",
415 "formats/mpeg/adts_stream_parser.cc", 415 "formats/mpeg/adts_stream_parser.cc",
416 "formats/mpeg/adts_stream_parser.h", 416 "formats/mpeg/adts_stream_parser.h",
417 "formats/mpeg/mpeg_audio_stream_parser_base.cc", 417 "formats/mpeg/mpeg_audio_stream_parser_base.cc",
418 "formats/mpeg/mpeg_audio_stream_parser_base.h", 418 "formats/mpeg/mpeg_audio_stream_parser_base.h",
419 "formats/mpeg/mpeg1_audio_stream_parser.cc", 419 "formats/mpeg/mpeg1_audio_stream_parser.cc",
420 "formats/mpeg/mpeg1_audio_stream_parser.h", 420 "formats/mpeg/mpeg1_audio_stream_parser.h",
421 ] 421 ]
422 } 422 }
423 423
424 public_deps = [
425 "//media/base",
426 "//media/audio",
427 ]
428
424 deps += [ 429 deps += [
425 ":shared_memory_support", 430 ":shared_memory_support",
426 "//base", 431 "//base",
427 "//base:i18n", 432 "//base:i18n",
428 "//base/third_party/dynamic_annotations", 433 "//base/third_party/dynamic_annotations",
429 "//crypto", 434 "//crypto",
430 "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp via export_dependent_settings 435 "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp via export_dependent_settings
431 "//gpu/command_buffer/common", 436 "//gpu/command_buffer/common",
432 "//media/audio",
433 "//media/base",
434 "//skia", 437 "//skia",
435 "//third_party/libyuv", 438 "//third_party/libyuv",
436 "//third_party/opus", 439 "//third_party/opus",
437 "//ui/events:events_base", 440 "//ui/events:events_base",
438 "//ui/gfx", 441 "//ui/gfx",
439 "//ui/gfx/geometry", 442 "//ui/gfx/geometry",
440 "//url", 443 "//url",
441 ] 444 ]
442 } 445 }
443 446
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 deps = [ 735 deps = [
733 ":media", 736 ":media",
734 ":shared_memory_support", 737 ":shared_memory_support",
735 "//base", 738 "//base",
736 "//ui/gl", 739 "//ui/gl",
737 "//ui/gfx", 740 "//ui/gfx",
738 "//ui/gfx/geometry", 741 "//ui/gfx/geometry",
739 ] 742 ]
740 } 743 }
741 } 744 }
OLDNEW
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698