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

Side by Side Diff: chrome/chrome.gyp

Issue 6346007: Refactor and improve gpu_info_collector: collect information on linux;... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: This should turn three trybots green Created 9 years, 11 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
« no previous file with comments | « chrome/browser/gpu_blacklist_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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:
OLDNEW
« no previous file with comments | « chrome/browser/gpu_blacklist_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698