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

Side by Side Diff: media/media.gyp

Issue 22801007: Adds the UserInputMonitor implementation for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'base/decryptor.cc', 254 'base/decryptor.cc',
255 'base/decryptor.h', 255 'base/decryptor.h',
256 'base/demuxer.cc', 256 'base/demuxer.cc',
257 'base/demuxer.h', 257 'base/demuxer.h',
258 'base/demuxer_stream.cc', 258 'base/demuxer_stream.cc',
259 'base/demuxer_stream.h', 259 'base/demuxer_stream.h',
260 'base/djb2.cc', 260 'base/djb2.cc',
261 'base/djb2.h', 261 'base/djb2.h',
262 'base/filter_collection.cc', 262 'base/filter_collection.cc',
263 'base/filter_collection.h', 263 'base/filter_collection.h',
264 'base/keyboard_event_counter.cc',
Mark Mentovai 2013/08/23 20:18:11 You don’t need to build this file on Mac, and shou
jiayl 2013/08/23 23:47:58 Moved to linux only now. Windows will also need th
265 'base/keyboard_event_counter.h',
264 'base/media.cc', 266 'base/media.cc',
265 'base/media.h', 267 'base/media.h',
266 'base/media_file_checker.cc', 268 'base/media_file_checker.cc',
267 'base/media_file_checker.h', 269 'base/media_file_checker.h',
268 'base/media_keys.cc', 270 'base/media_keys.cc',
269 'base/media_keys.h', 271 'base/media_keys.h',
270 'base/media_log.cc', 272 'base/media_log.cc',
271 'base/media_log.h', 273 'base/media_log.h',
272 'base/media_log_event.h', 274 'base/media_log_event.h',
273 'base/media_posix.cc', 275 'base/media_posix.cc',
(...skipping 26 matching lines...) Expand all
300 'base/sinc_resampler.cc', 302 'base/sinc_resampler.cc',
301 'base/sinc_resampler.h', 303 'base/sinc_resampler.h',
302 'base/stream_parser.cc', 304 'base/stream_parser.cc',
303 'base/stream_parser.h', 305 'base/stream_parser.h',
304 'base/stream_parser_buffer.cc', 306 'base/stream_parser_buffer.cc',
305 'base/stream_parser_buffer.h', 307 'base/stream_parser_buffer.h',
306 'base/text_track.h', 308 'base/text_track.h',
307 'base/user_input_monitor.cc', 309 'base/user_input_monitor.cc',
308 'base/user_input_monitor.h', 310 'base/user_input_monitor.h',
309 'base/user_input_monitor_linux.cc', 311 'base/user_input_monitor_linux.cc',
310 'base/user_input_monitor_mac.mm', 312 'base/user_input_monitor_mac.cc',
311 'base/user_input_monitor_win.cc', 313 'base/user_input_monitor_win.cc',
312 'base/video_decoder.cc', 314 'base/video_decoder.cc',
313 'base/video_decoder.h', 315 'base/video_decoder.h',
314 'base/video_decoder_config.cc', 316 'base/video_decoder_config.cc',
315 'base/video_decoder_config.h', 317 'base/video_decoder_config.h',
316 'base/video_frame.cc', 318 'base/video_frame.cc',
317 'base/video_frame.h', 319 'base/video_frame.h',
318 'base/video_renderer.cc', 320 'base/video_renderer.cc',
319 'base/video_renderer.h', 321 'base/video_renderer.h',
320 'base/video_util.cc', 322 'base/video_util.cc',
(...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 'sources': [ 1678 'sources': [
1677 'tools/media_bench/media_bench.cc', 1679 'tools/media_bench/media_bench.cc',
1678 ], 1680 ],
1679 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1681 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1680 'msvs_disabled_warnings': [ 4267, ], 1682 'msvs_disabled_warnings': [ 4267, ],
1681 }, 1683 },
1682 ], 1684 ],
1683 }], 1685 }],
1684 ], 1686 ],
1685 } 1687 }
OLDNEW
« media/base/user_input_monitor_mac.cc ('K') | « media/base/user_input_monitor_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698