| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
| 6 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 'common/gpu/x_util.cc', | 696 'common/gpu/x_util.cc', |
| 697 'common/gpu/x_util.h', | 697 'common/gpu/x_util.h', |
| 698 ], | 698 ], |
| 699 }], | 699 }], |
| 700 ['enable_plugins==1', { | 700 ['enable_plugins==1', { |
| 701 'dependencies': [ | 701 'dependencies': [ |
| 702 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 702 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 703 ], | 703 ], |
| 704 }, { # enable_plugins == 0 | 704 }, { # enable_plugins == 0 |
| 705 'sources!': [ | 705 'sources!': [ |
| 706 'common/pepper_file_util.cc', |
| 707 'common/pepper_file_util.h', |
| 708 'common/pepper_messages.h', |
| 706 'common/pepper_plugin_list.cc', | 709 'common/pepper_plugin_list.cc', |
| 707 'common/pepper_plugin_list.h', | 710 'common/pepper_plugin_list.h', |
| 711 'common/pepper_renderer_instance_data.cc', |
| 712 'common/pepper_renderer_instance_data.h', |
| 713 'common/plugin_list.cc', |
| 714 'common/plugin_list.h', |
| 715 'common/plugin_list_posix.cc', |
| 708 'common/sandbox_util.cc', | 716 'common/sandbox_util.cc', |
| 717 'public/common/pepper_plugin_info.cc', |
| 718 'public/common/pepper_plugin_info.h', |
| 709 ], | 719 ], |
| 710 }], | 720 }], |
| 711 ['OS=="android"', { | 721 ['OS=="android"', { |
| 712 'dependencies': [ | 722 'dependencies': [ |
| 713 '../media/media.gyp:media', | 723 '../media/media.gyp:media', |
| 714 ], | 724 ], |
| 715 'sources': [ | 725 'sources': [ |
| 716 'common/gpu/media/android_video_decode_accelerator.cc', | 726 'common/gpu/media/android_video_decode_accelerator.cc', |
| 717 'common/gpu/media/android_video_decode_accelerator.h', | 727 'common/gpu/media/android_video_decode_accelerator.h', |
| 718 ], | 728 ], |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 ], | 907 ], |
| 898 'sources': [ | 908 'sources': [ |
| 899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 909 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 900 ], | 910 ], |
| 901 'sources!': [ | 911 'sources!': [ |
| 902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 912 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 903 ], | 913 ], |
| 904 }], | 914 }], |
| 905 ], | 915 ], |
| 906 } | 916 } |
| OLD | NEW |