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

Side by Side Diff: media/media.gyp

Issue 7232023: Added last_modified field to TemplateURL and database. Updated unit tests, including refactoring ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Initial upload. Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'player_x11_renderer%': 'x11', 8 'player_x11_renderer%': 'x11',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'filters/ffmpeg_demuxer_unittest.cc', 417 'filters/ffmpeg_demuxer_unittest.cc',
418 'filters/ffmpeg_glue_unittest.cc', 418 'filters/ffmpeg_glue_unittest.cc',
419 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', 419 'filters/ffmpeg_h264_bitstream_converter_unittest.cc',
420 'filters/ffmpeg_video_decoder_unittest.cc', 420 'filters/ffmpeg_video_decoder_unittest.cc',
421 'filters/file_data_source_unittest.cc', 421 'filters/file_data_source_unittest.cc',
422 'filters/rtc_video_decoder_unittest.cc', 422 'filters/rtc_video_decoder_unittest.cc',
423 'filters/video_renderer_base_unittest.cc', 423 'filters/video_renderer_base_unittest.cc',
424 'omx/mock_omx.cc', 424 'omx/mock_omx.cc',
425 'omx/mock_omx.h', 425 'omx/mock_omx.h',
426 'video/ffmpeg_video_decode_engine_unittest.cc', 426 'video/ffmpeg_video_decode_engine_unittest.cc',
427 '../base/mock_time_provider.cc',
scherkus (not reviewing) 2011/06/22 22:12:51 I'm going to venture that this isn't good these f
SteveT 2011/06/23 21:15:55 Going to move these files to base/test and include
428 '../base/mock_time_provider.h',
427 ], 429 ],
428 'conditions': [ 430 'conditions': [
429 ['toolkit_uses_gtk == 1', { 431 ['toolkit_uses_gtk == 1', {
430 'dependencies': [ 432 'dependencies': [
431 # Needed for the following #include chain: 433 # Needed for the following #include chain:
432 # base/run_all_unittests.cc 434 # base/run_all_unittests.cc
433 # ../base/test_suite.h 435 # ../base/test_suite.h
434 # gtk/gtk.h 436 # gtk/gtk.h
435 '../build/linux/system.gyp:gtk', 437 '../build/linux/system.gyp:gtk',
436 ], 438 ],
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 ], 791 ],
790 }], 792 }],
791 ], 793 ],
792 } 794 }
793 795
794 # Local Variables: 796 # Local Variables:
795 # tab-width:2 797 # tab-width:2
796 # indent-tabs-mode:nil 798 # indent-tabs-mode:nil
797 # End: 799 # End:
798 # vim: set expandtab tabstop=2 shiftwidth=2: 800 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/search_engines/template_url_service.cc ('K') | « media/base/clock_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698