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

Side by Side Diff: chromecast/common/media/BUILD.gn

Issue 2841013003: Enable use_once_callback flag in //chromecast/**/*.mojom
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 source_set("media") { 8 source_set("media") {
9 if (is_android) { 9 if (is_android) {
10 sources = [ 10 sources = [
(...skipping 11 matching lines...) Expand all
22 22
23 if (use_playready) { 23 if (use_playready) {
24 public_configs = [ "//chromecast:playready_config" ] 24 public_configs = [ "//chromecast:playready_config" ]
25 } 25 }
26 } 26 }
27 27
28 mojom("interfaces") { 28 mojom("interfaces") {
29 sources = [ 29 sources = [
30 "media_caps.mojom", 30 "media_caps.mojom",
31 ] 31 ]
32
33 use_once_callback = true
32 } 34 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698