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_decoder_mft.cc', | |
714 'gpu/gpu_video_decoder_mft.h', | |
715 'gpu/gpu_video_service.cc', | |
716 'gpu/gpu_video_service.h', | |
717 'gpu/gpu_view_win.cc', | 711 'gpu/gpu_view_win.cc', |
718 'gpu/gpu_view_win.h', | 712 'gpu/gpu_view_win.h', |
719 ], | 713 ], |
720 'include_dirs': [ | 714 'include_dirs': [ |
721 '..', | 715 '..', |
722 ], | 716 ], |
723 'conditions': [ | 717 'conditions': [ |
724 ['OS=="win"', { | 718 ['OS=="win"', { |
725 'include_dirs': [ | 719 'include_dirs': [ |
726 '<(DEPTH)/third_party/wtl/include', | 720 '<(DEPTH)/third_party/wtl/include', |
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1885 }], # targets | 1879 }], # targets |
1886 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1880 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1887 ], # 'conditions' | 1881 ], # 'conditions' |
1888 } | 1882 } |
1889 | 1883 |
1890 # Local Variables: | 1884 # Local Variables: |
1891 # tab-width:2 | 1885 # tab-width:2 |
1892 # indent-tabs-mode:nil | 1886 # indent-tabs-mode:nil |
1893 # End: | 1887 # End: |
1894 # vim: set expandtab tabstop=2 shiftwidth=2: | 1888 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |