| 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 'variables': { | 599 'variables': { |
| 600 'script': '<(DEPTH)/build/util/version.py', | 600 'script': '<(DEPTH)/build/util/version.py', |
| 601 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', | 601 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', |
| 602 'template': 'webkit_version.h.in', | 602 'template': 'webkit_version.h.in', |
| 603 }, | 603 }, |
| 604 }, | 604 }, |
| 605 ], | 605 ], |
| 606 }], | 606 }], |
| 607 ['OS=="mac"', { | 607 ['OS=="mac"', { |
| 608 'dependencies': [ | 608 'dependencies': [ |
| 609 '../media/media.gyp:media', |
| 609 'app/resources/content_resources.gyp:content_resources', | 610 'app/resources/content_resources.gyp:content_resources', |
| 610 ], | 611 ], |
| 611 'sources': [ | 612 'sources': [ |
| 612 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 613 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
| 613 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 614 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 614 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', | 615 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', |
| 615 'common/gpu/gpu_memory_buffer_factory_io_surface.h', | 616 'common/gpu/gpu_memory_buffer_factory_io_surface.h', |
| 616 'common/gpu/media/vt.h', | 617 'common/gpu/media/vt.h', |
| 617 'common/gpu/media/vt_video_decode_accelerator.cc', | 618 'common/gpu/media/vt_video_decode_accelerator.cc', |
| 618 'common/gpu/media/vt_video_decode_accelerator.h', | 619 'common/gpu/media/vt_video_decode_accelerator.h', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 'common/cursors/webcursor_ozone.cc', | 923 'common/cursors/webcursor_ozone.cc', |
| 923 'common/font_list_ozone.cc', | 924 'common/font_list_ozone.cc', |
| 924 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 925 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 927 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 928 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 928 ], | 929 ], |
| 929 }], | 930 }], |
| 930 ], | 931 ], |
| 931 } | 932 } |
| OLD | NEW |