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

Side by Side Diff: media/capture/capture.gypi

Issue 2027023002: ImageCapture: move mojom from WebKit/public to media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restricted DEPS, added .mojom comments Created 4 years, 6 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 | « media/capture.gypi ('k') | 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 { 5 {
6 'defines': [ 6 'defines': [
7 'MEDIA_IMPLEMENTATION', 7 'MEDIA_IMPLEMENTATION',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 # GN version: //media/capture:capture 10 # GN version: //media/capture:capture
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'conditions': [ 97 'conditions': [
98 ['OS=="linux" and use_udev==1', { 98 ['OS=="linux" and use_udev==1', {
99 'capture_sources': [ 99 'capture_sources': [
100 'capture/device_monitor_udev.cc', 100 'capture/device_monitor_udev.cc',
101 'capture/device_monitor_udev.h', 101 'capture/device_monitor_udev.h',
102 ], 102 ],
103 }], 103 }],
104 ], 104 ],
105 }, 105 },
106 } 106 }
OLDNEW
« no previous file with comments | « media/capture.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698