| 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'type': '<(library)', | 694 'type': '<(library)', |
| 695 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', | 695 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', |
| 696 'dependencies': [ | 696 'dependencies': [ |
| 697 '../app/app.gyp:app_base', | 697 '../app/app.gyp:app_base', |
| 698 '../base/base.gyp:base', | 698 '../base/base.gyp:base', |
| 699 'common', | 699 'common', |
| 700 '../media/media.gyp:media', | 700 '../media/media.gyp:media', |
| 701 '../skia/skia.gyp:skia', | 701 '../skia/skia.gyp:skia', |
| 702 ], | 702 ], |
| 703 'sources': [ | 703 'sources': [ |
| 704 'gpu/gpu_backing_store_win.cc', | |
| 705 'gpu/gpu_backing_store_win.h', | |
| 706 'gpu/gpu_channel.cc', | 704 'gpu/gpu_channel.cc', |
| 707 'gpu/gpu_channel.h', | 705 'gpu/gpu_channel.h', |
| 708 'gpu/gpu_command_buffer_stub.cc', | 706 'gpu/gpu_command_buffer_stub.cc', |
| 709 'gpu/gpu_command_buffer_stub.h', | 707 'gpu/gpu_command_buffer_stub.h', |
| 710 'gpu/gpu_config.h', | 708 'gpu/gpu_config.h', |
| 711 'gpu/gpu_dx_diagnostics_win.cc', | 709 'gpu/gpu_dx_diagnostics_win.cc', |
| 712 'gpu/gpu_info_collector_linux.cc', | 710 'gpu/gpu_info_collector_linux.cc', |
| 713 'gpu/gpu_info_collector_mac.mm', | 711 'gpu/gpu_info_collector_mac.mm', |
| 714 'gpu/gpu_info_collector_win.cc', | 712 'gpu/gpu_info_collector_win.cc', |
| 715 'gpu/gpu_info_collector.h', | 713 'gpu/gpu_info_collector.h', |
| 716 'gpu/gpu_main.cc', | 714 'gpu/gpu_main.cc', |
| 717 'gpu/gpu_process.cc', | 715 'gpu/gpu_process.cc', |
| 718 'gpu/gpu_process.h', | 716 'gpu/gpu_process.h', |
| 719 'gpu/gpu_thread.cc', | 717 'gpu/gpu_thread.cc', |
| 720 'gpu/gpu_thread.h', | 718 'gpu/gpu_thread.h', |
| 721 'gpu/gpu_video_decoder.cc', | 719 'gpu/gpu_video_decoder.cc', |
| 722 'gpu/gpu_video_decoder.h', | 720 'gpu/gpu_video_decoder.h', |
| 723 'gpu/gpu_video_service.cc', | 721 'gpu/gpu_video_service.cc', |
| 724 'gpu/gpu_video_service.h', | 722 'gpu/gpu_video_service.h', |
| 725 'gpu/gpu_view_win.cc', | |
| 726 'gpu/gpu_view_win.h', | |
| 727 'gpu/media/gpu_video_device.h', | 723 'gpu/media/gpu_video_device.h', |
| 728 'gpu/media/fake_gl_video_decode_engine.cc', | 724 'gpu/media/fake_gl_video_decode_engine.cc', |
| 729 'gpu/media/fake_gl_video_decode_engine.h', | 725 'gpu/media/fake_gl_video_decode_engine.h', |
| 730 'gpu/media/fake_gl_video_device.cc', | 726 'gpu/media/fake_gl_video_device.cc', |
| 731 'gpu/media/fake_gl_video_device.h', | 727 'gpu/media/fake_gl_video_device.h', |
| 732 ], | 728 ], |
| 733 'include_dirs': [ | 729 'include_dirs': [ |
| 734 '..', | 730 '..', |
| 735 ], | 731 ], |
| 736 'conditions': [ | 732 'conditions': [ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 ], | 784 ], |
| 789 }, | 785 }, |
| 790 ], | 786 ], |
| 791 'sources': [ | 787 'sources': [ |
| 792 'gpu/media/mft_angle_video_device.cc', | 788 'gpu/media/mft_angle_video_device.cc', |
| 793 'gpu/media/mft_angle_video_device.h', | 789 'gpu/media/mft_angle_video_device.h', |
| 794 ], | 790 ], |
| 795 }], | 791 }], |
| 796 ['OS=="linux" and target_arch!="arm"', { | 792 ['OS=="linux" and target_arch!="arm"', { |
| 797 'sources': [ | 793 'sources': [ |
| 798 'gpu/gpu_backing_store_glx.cc', | |
| 799 'gpu/gpu_backing_store_glx.h', | |
| 800 'gpu/gpu_backing_store_glx_context.cc', | |
| 801 'gpu/gpu_backing_store_glx_context.h', | |
| 802 'gpu/gpu_view_x.cc', | |
| 803 'gpu/gpu_view_x.h', | |
| 804 'gpu/x_util.cc', | 794 'gpu/x_util.cc', |
| 805 'gpu/x_util.h', | 795 'gpu/x_util.h', |
| 806 'gpu/gpu_video_layer_glx.cc', | |
| 807 'gpu/gpu_video_layer_glx.h', | |
| 808 ], | 796 ], |
| 809 }], | 797 }], |
| 810 ['enable_gpu==1', { | 798 ['enable_gpu==1', { |
| 811 'dependencies': [ | 799 'dependencies': [ |
| 812 '../gpu/gpu.gyp:command_buffer_service', | 800 '../gpu/gpu.gyp:command_buffer_service', |
| 813 ], | 801 ], |
| 814 }], | 802 }], |
| 815 ], | 803 ], |
| 816 }, | 804 }, |
| 817 { | 805 { |
| (...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2012 }], # targets | 2000 }], # targets |
| 2013 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 2001 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 2014 ], # 'conditions' | 2002 ], # 'conditions' |
| 2015 } | 2003 } |
| 2016 | 2004 |
| 2017 # Local Variables: | 2005 # Local Variables: |
| 2018 # tab-width:2 | 2006 # tab-width:2 |
| 2019 # indent-tabs-mode:nil | 2007 # indent-tabs-mode:nil |
| 2020 # End: | 2008 # End: |
| 2021 # vim: set expandtab tabstop=2 shiftwidth=2: | 2009 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |