| 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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 'sources': [ | 667 'sources': [ |
| 668 'gpu/gpu_channel.cc', | 668 'gpu/gpu_channel.cc', |
| 669 'gpu/gpu_channel.h', | 669 'gpu/gpu_channel.h', |
| 670 'gpu/gpu_command_buffer_stub.cc', | 670 'gpu/gpu_command_buffer_stub.cc', |
| 671 'gpu/gpu_command_buffer_stub.h', | 671 'gpu/gpu_command_buffer_stub.h', |
| 672 'gpu/gpu_config.h', | 672 'gpu/gpu_config.h', |
| 673 'gpu/gpu_dx_diagnostics_win.cc', | 673 'gpu/gpu_dx_diagnostics_win.cc', |
| 674 'gpu/gpu_info_collector_linux.cc', | 674 'gpu/gpu_info_collector_linux.cc', |
| 675 'gpu/gpu_info_collector_mac.mm', | 675 'gpu/gpu_info_collector_mac.mm', |
| 676 'gpu/gpu_info_collector_win.cc', | 676 'gpu/gpu_info_collector_win.cc', |
| 677 'gpu/gpu_info_collector.cc', |
| 677 'gpu/gpu_info_collector.h', | 678 'gpu/gpu_info_collector.h', |
| 678 'gpu/gpu_main.cc', | 679 'gpu/gpu_main.cc', |
| 679 'gpu/gpu_process.cc', | 680 'gpu/gpu_process.cc', |
| 680 'gpu/gpu_process.h', | 681 'gpu/gpu_process.h', |
| 681 'gpu/gpu_thread.cc', | 682 'gpu/gpu_thread.cc', |
| 682 'gpu/gpu_thread.h', | 683 'gpu/gpu_thread.h', |
| 683 'gpu/gpu_video_decoder.cc', | 684 'gpu/gpu_video_decoder.cc', |
| 684 'gpu/gpu_video_decoder.h', | 685 'gpu/gpu_video_decoder.h', |
| 685 'gpu/gpu_video_service.cc', | 686 'gpu/gpu_video_service.cc', |
| 686 'gpu/gpu_video_service.h', | 687 'gpu/gpu_video_service.h', |
| (...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1897 }], # targets | 1898 }], # targets |
| 1898 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1899 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1899 ], # 'conditions' | 1900 ], # 'conditions' |
| 1900 } | 1901 } |
| 1901 | 1902 |
| 1902 # Local Variables: | 1903 # Local Variables: |
| 1903 # tab-width:2 | 1904 # tab-width:2 |
| 1904 # indent-tabs-mode:nil | 1905 # indent-tabs-mode:nil |
| 1905 # End: | 1906 # End: |
| 1906 # vim: set expandtab tabstop=2 shiftwidth=2: | 1907 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |