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

Side by Side Diff: media/media.gyp

Issue 7250001: Refactor the glib message-pump, and use it as the base for a gtk message pump and an X message pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: media.gyp update 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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 }, 668 },
669 ], 669 ],
670 }], 670 }],
671 ['os_posix == 1 and OS != "mac"', { 671 ['os_posix == 1 and OS != "mac"', {
672 'targets': [ 672 'targets': [
673 { 673 {
674 'target_name': 'omx_test', 674 'target_name': 'omx_test',
675 'type': 'executable', 675 'type': 'executable',
676 'dependencies': [ 676 'dependencies': [
677 'media', 677 'media',
678 '../base/base.gyp:base',
678 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 679 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
679 '../third_party/openmax/openmax.gyp:il', 680 '../third_party/openmax/openmax.gyp:il',
680 ], 681 ],
681 'sources': [ 682 'sources': [
682 'tools/omx_test/color_space_util.cc', 683 'tools/omx_test/color_space_util.cc',
683 'tools/omx_test/color_space_util.h', 684 'tools/omx_test/color_space_util.h',
684 'tools/omx_test/file_reader_util.cc', 685 'tools/omx_test/file_reader_util.cc',
685 'tools/omx_test/file_reader_util.h', 686 'tools/omx_test/file_reader_util.h',
686 'tools/omx_test/file_sink.cc', 687 'tools/omx_test/file_sink.cc',
687 'tools/omx_test/file_sink.h', 688 'tools/omx_test/file_sink.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 ], 790 ],
790 }], 791 }],
791 ], 792 ],
792 } 793 }
793 794
794 # Local Variables: 795 # Local Variables:
795 # tab-width:2 796 # tab-width:2
796 # indent-tabs-mode:nil 797 # indent-tabs-mode:nil
797 # End: 798 # End:
798 # vim: set expandtab tabstop=2 shiftwidth=2: 799 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/dragged_tab_controller.cc ('k') | ui/views/focus/accelerator_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698