| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 'sources/': [ | 636 'sources/': [ |
| 637 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$']
, | 637 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$']
, |
| 638 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], | 638 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], |
| 639 ], | 639 ], |
| 640 }], | 640 }], |
| 641 ], | 641 ], |
| 642 'conditions': [ | 642 'conditions': [ |
| 643 ['OS=="mac"', { | 643 ['OS=="mac"', { |
| 644 'dependencies': [ | 644 'dependencies': [ |
| 645 '../media/media.gyp:media', | 645 '../media/media.gyp:media', |
| 646 '../sandbox/sandbox.gyp:seatbelt', |
| 646 'app/resources/content_resources.gyp:content_resources', | 647 'app/resources/content_resources.gyp:content_resources', |
| 647 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac' | 648 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac' |
| 648 ], | 649 ], |
| 649 'sources': [ | 650 'sources': [ |
| 650 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', | 651 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', |
| 651 'common/gpu/gpu_memory_buffer_factory_io_surface.h', | 652 'common/gpu/gpu_memory_buffer_factory_io_surface.h', |
| 652 'common/gpu/media/vt_mac.h', | 653 'common/gpu/media/vt_mac.h', |
| 653 'common/gpu/media/vt_video_decode_accelerator_mac.cc', | 654 'common/gpu/media/vt_video_decode_accelerator_mac.cc', |
| 654 'common/gpu/media/vt_video_decode_accelerator_mac.h', | 655 'common/gpu/media/vt_video_decode_accelerator_mac.h', |
| 655 'common/gpu/media/vt_video_encode_accelerator_mac.cc', | 656 'common/gpu/media/vt_video_encode_accelerator_mac.cc', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 'sources!': [ | 1056 'sources!': [ |
| 1056 'common/cursors/webcursor_ozone.cc', | 1057 'common/cursors/webcursor_ozone.cc', |
| 1057 'common/font_list_ozone.cc', | 1058 'common/font_list_ozone.cc', |
| 1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1059 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1061 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1061 ], | 1062 ], |
| 1062 }], | 1063 }], |
| 1063 ], | 1064 ], |
| 1064 } | 1065 } |
| OLD | NEW |