| 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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 ['use_x11 == 1', { | 715 ['use_x11 == 1', { |
| 716 'include_dirs': [ | 716 'include_dirs': [ |
| 717 '<(DEPTH)/third_party/khronos', | 717 '<(DEPTH)/third_party/khronos', |
| 718 ], | 718 ], |
| 719 'dependencies': [ | 719 'dependencies': [ |
| 720 '<(DEPTH)/build/linux/system.gyp:xcomposite', | 720 '<(DEPTH)/build/linux/system.gyp:xcomposite', |
| 721 ], | 721 ], |
| 722 }], | 722 }], |
| 723 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { | 723 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { |
| 724 'sources': [ | 724 'sources': [ |
| 725 'common/gpu/x_util.cc', | |
| 726 'common/gpu/x_util.h', | 725 'common/gpu/x_util.h', |
| 727 ], | 726 ], |
| 728 }], | 727 }], |
| 729 ['enable_plugins==1', { | 728 ['enable_plugins==1', { |
| 730 'dependencies': [ | 729 'dependencies': [ |
| 731 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 730 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 732 ], | 731 ], |
| 733 }, { # enable_plugins == 0 | 732 }, { # enable_plugins == 0 |
| 734 'sources!': [ | 733 'sources!': [ |
| 735 'common/pepper_file_util.cc', | 734 'common/pepper_file_util.cc', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1043 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1042 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1044 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1043 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1045 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1044 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1046 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1045 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1047 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1046 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1048 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1047 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1049 ], | 1048 ], |
| 1050 }], | 1049 }], |
| 1051 ], | 1050 ], |
| 1052 } | 1051 } |
| OLD | NEW |