OLD | NEW |
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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'gpu/gpu_config.h', | 701 'gpu/gpu_config.h', |
702 'gpu/gpu_info_collector_linux.cc', | 702 'gpu/gpu_info_collector_linux.cc', |
703 'gpu/gpu_info_collector_mac.mm', | 703 'gpu/gpu_info_collector_mac.mm', |
704 'gpu/gpu_info_collector_win.cc', | 704 'gpu/gpu_info_collector_win.cc', |
705 'gpu/gpu_info_collector.h', | 705 'gpu/gpu_info_collector.h', |
706 'gpu/gpu_main.cc', | 706 'gpu/gpu_main.cc', |
707 'gpu/gpu_process.cc', | 707 'gpu/gpu_process.cc', |
708 'gpu/gpu_process.h', | 708 'gpu/gpu_process.h', |
709 'gpu/gpu_thread.cc', | 709 'gpu/gpu_thread.cc', |
710 'gpu/gpu_thread.h', | 710 'gpu/gpu_thread.h', |
| 711 'gpu/gpu_video_decoder.cc', |
| 712 'gpu/gpu_video_decoder.h', |
| 713 'gpu/gpu_video_service.cc', |
| 714 'gpu/gpu_video_service.h', |
711 'gpu/gpu_view_win.cc', | 715 'gpu/gpu_view_win.cc', |
712 'gpu/gpu_view_win.h', | 716 'gpu/gpu_view_win.h', |
713 ], | 717 ], |
714 'include_dirs': [ | 718 'include_dirs': [ |
715 '..', | 719 '..', |
716 ], | 720 ], |
717 'conditions': [ | 721 'conditions': [ |
718 ['OS=="win"', { | 722 ['OS=="win"', { |
719 'include_dirs': [ | 723 'include_dirs': [ |
720 '<(DEPTH)/third_party/wtl/include', | 724 '<(DEPTH)/third_party/wtl/include', |
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1879 }], # targets | 1883 }], # targets |
1880 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1884 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1881 ], # 'conditions' | 1885 ], # 'conditions' |
1882 } | 1886 } |
1883 | 1887 |
1884 # Local Variables: | 1888 # Local Variables: |
1885 # tab-width:2 | 1889 # tab-width:2 |
1886 # indent-tabs-mode:nil | 1890 # indent-tabs-mode:nil |
1887 # End: | 1891 # End: |
1888 # vim: set expandtab tabstop=2 shiftwidth=2: | 1892 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |