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

Side by Side Diff: media/capture.gypi

Issue 1917023003: ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relocate java files, support YUV format and improve JNI operation Created 4 years, 7 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 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
11 'capture_sources': [ 11 'capture_sources': [
12 'capture/content/android/screen_capture_machine_android.cc',
13 'capture/content/android/screen_capture_machine_android.h',
12 'capture/content/animated_content_sampler.cc', 14 'capture/content/animated_content_sampler.cc',
13 'capture/content/animated_content_sampler.h', 15 'capture/content/animated_content_sampler.h',
14 'capture/content/capture_resolution_chooser.cc', 16 'capture/content/capture_resolution_chooser.cc',
15 'capture/content/capture_resolution_chooser.h', 17 'capture/content/capture_resolution_chooser.h',
16 'capture/content/feedback_signal_accumulator.h', 18 'capture/content/feedback_signal_accumulator.h',
17 'capture/content/screen_capture_device_core.cc', 19 'capture/content/screen_capture_device_core.cc',
18 'capture/content/screen_capture_device_core.h', 20 'capture/content/screen_capture_device_core.h',
19 'capture/content/thread_safe_capture_oracle.cc', 21 'capture/content/thread_safe_capture_oracle.cc',
20 'capture/content/thread_safe_capture_oracle.h', 22 'capture/content/thread_safe_capture_oracle.h',
21 'capture/content/smooth_event_sampler.cc', 23 'capture/content/smooth_event_sampler.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'conditions': [ 98 'conditions': [
97 ['OS=="linux" and use_udev==1', { 99 ['OS=="linux" and use_udev==1', {
98 'capture_sources': [ 100 'capture_sources': [
99 'capture/device_monitor_udev.cc', 101 'capture/device_monitor_udev.cc',
100 'capture/device_monitor_udev.h', 102 'capture/device_monitor_udev.h',
101 ], 103 ],
102 }], 104 }],
103 ], 105 ],
104 }, 106 },
105 } 107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698