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

Side by Side Diff: chrome/chrome.gyp

Issue 3335014: Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video decoding (Closed)
Patch Set: compile man... Created 10 years, 3 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'gpu/gpu_process.cc', 711 'gpu/gpu_process.cc',
712 'gpu/gpu_process.h', 712 'gpu/gpu_process.h',
713 'gpu/gpu_thread.cc', 713 'gpu/gpu_thread.cc',
714 'gpu/gpu_thread.h', 714 'gpu/gpu_thread.h',
715 'gpu/gpu_video_decoder.cc', 715 'gpu/gpu_video_decoder.cc',
716 'gpu/gpu_video_decoder.h', 716 'gpu/gpu_video_decoder.h',
717 'gpu/gpu_video_service.cc', 717 'gpu/gpu_video_service.cc',
718 'gpu/gpu_video_service.h', 718 'gpu/gpu_video_service.h',
719 'gpu/gpu_view_win.cc', 719 'gpu/gpu_view_win.cc',
720 'gpu/gpu_view_win.h', 720 'gpu/gpu_view_win.h',
721 'gpu/media/fake_gl_video_decode_engine.cc',
722 'gpu/media/fake_gl_video_decode_engine.h',
721 ], 723 ],
722 'include_dirs': [ 724 'include_dirs': [
723 '..', 725 '..',
724 ], 726 ],
725 'conditions': [ 727 'conditions': [
726 ['OS=="win"', { 728 ['OS=="win"', {
727 'include_dirs': [ 729 'include_dirs': [
728 '<(DEPTH)/third_party/angle/include', 730 '<(DEPTH)/third_party/angle/include',
729 '<(DEPTH)/third_party/angle/src', 731 '<(DEPTH)/third_party/angle/src',
730 '<(DEPTH)/third_party/wtl/include', 732 '<(DEPTH)/third_party/wtl/include',
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 }], # targets 1973 }], # targets
1972 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1974 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1973 ], # 'conditions' 1975 ], # 'conditions'
1974 } 1976 }
1975 1977
1976 # Local Variables: 1978 # Local Variables:
1977 # tab-width:2 1979 # tab-width:2
1978 # indent-tabs-mode:nil 1980 # indent-tabs-mode:nil
1979 # End: 1981 # End:
1980 # vim: set expandtab tabstop=2 shiftwidth=2: 1982 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/common/gpu_video_common.h » ('j') | chrome/gpu/media/fake_gl_video_decode_engine.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698