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

Side by Side Diff: media/base/BUILD.gn

Issue 604283003: Refactor CdmPromise and related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + override Created 6 years, 2 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "bind_to_current_loop.h", 49 "bind_to_current_loop.h",
50 "bit_reader.cc", 50 "bit_reader.cc",
51 "bit_reader.h", 51 "bit_reader.h",
52 "bit_reader_core.cc", 52 "bit_reader_core.cc",
53 "bit_reader_core.h", 53 "bit_reader_core.h",
54 "bitstream_buffer.h", 54 "bitstream_buffer.h",
55 "buffering_state.h", 55 "buffering_state.h",
56 "buffers.h", 56 "buffers.h",
57 "byte_queue.cc", 57 "byte_queue.cc",
58 "byte_queue.h", 58 "byte_queue.h",
59 "cdm_callback_promise.cc",
60 "cdm_callback_promise.h",
59 "cdm_promise.cc", 61 "cdm_promise.cc",
60 "cdm_promise.h", 62 "cdm_promise.h",
61 "channel_mixer.cc", 63 "channel_mixer.cc",
62 "channel_mixer.h", 64 "channel_mixer.h",
63 "clock.h", 65 "clock.h",
64 "data_buffer.cc", 66 "data_buffer.cc",
65 "data_buffer.h", 67 "data_buffer.h",
66 "data_source.cc", 68 "data_source.cc",
67 "data_source.h", 69 "data_source.h",
68 "decoder_buffer.cc", 70 "decoder_buffer.cc",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 if (is_posix) { 436 if (is_posix) {
435 yasm_flags += [ "-DELF" ] 437 yasm_flags += [ "-DELF" ]
436 if (cpu_arch == "x64") { 438 if (cpu_arch == "x64") {
437 # TODO(ajwong): Why isn't this true in mac? 439 # TODO(ajwong): Why isn't this true in mac?
438 yasm_flags += [ "-DPIC" ] 440 yasm_flags += [ "-DPIC" ]
439 } 441 }
440 } 442 }
441 } 443 }
442 } 444 }
443 } 445 }
OLDNEW
« no previous file with comments | « content/renderer/media/webcontentdecryptionmodulesession_impl.cc ('k') | media/base/cdm_callback_promise.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698