| 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 'variables': { | 591 'variables': { |
| 592 'script': '<(DEPTH)/build/util/version.py', | 592 'script': '<(DEPTH)/build/util/version.py', |
| 593 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', | 593 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', |
| 594 'template': 'webkit_version.h.in', | 594 'template': 'webkit_version.h.in', |
| 595 }, | 595 }, |
| 596 }, | 596 }, |
| 597 ], | 597 ], |
| 598 }], | 598 }], |
| 599 ['OS=="mac"', { | 599 ['OS=="mac"', { |
| 600 'dependencies': [ | 600 'dependencies': [ |
| 601 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', | 601 'app/resources/content_resources.gyp:content_resources', |
| 602 ], | 602 ], |
| 603 'sources': [ | 603 'sources': [ |
| 604 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 604 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
| 605 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 605 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 606 'common/gpu/media/vt.h', | 606 'common/gpu/media/vt.h', |
| 607 'common/gpu/media/vt_video_decode_accelerator.cc', | 607 'common/gpu/media/vt_video_decode_accelerator.cc', |
| 608 'common/gpu/media/vt_video_decode_accelerator.h', | 608 'common/gpu/media/vt_video_decode_accelerator.h', |
| 609 ], | 609 ], |
| 610 'sources!': [ | 610 'sources!': [ |
| 611 'common/plugin_list_posix.cc', | 611 'common/plugin_list_posix.cc', |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 ], | 897 ], |
| 898 'sources': [ | 898 'sources': [ |
| 899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 900 ], | 900 ], |
| 901 'sources!': [ | 901 'sources!': [ |
| 902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 903 ], | 903 ], |
| 904 }], | 904 }], |
| 905 ], | 905 ], |
| 906 } | 906 } |
| OLD | NEW |