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_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../device/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1016 'browser/renderer_host/delegated_frame_evictor.h', | 1016 'browser/renderer_host/delegated_frame_evictor.h', |
1017 'browser/renderer_host/dip_util.cc', | 1017 'browser/renderer_host/dip_util.cc', |
1018 'browser/renderer_host/dip_util.h', | 1018 'browser/renderer_host/dip_util.h', |
1019 'browser/renderer_host/display_link_mac.h', | 1019 'browser/renderer_host/display_link_mac.h', |
1020 'browser/renderer_host/display_link_mac.cc', | 1020 'browser/renderer_host/display_link_mac.cc', |
1021 'browser/renderer_host/event_with_latency_info.h', | 1021 'browser/renderer_host/event_with_latency_info.h', |
1022 'browser/renderer_host/file_utilities_message_filter.cc', | 1022 'browser/renderer_host/file_utilities_message_filter.cc', |
1023 'browser/renderer_host/file_utilities_message_filter.h', | 1023 'browser/renderer_host/file_utilities_message_filter.h', |
1024 'browser/renderer_host/font_utils_linux.cc', | 1024 'browser/renderer_host/font_utils_linux.cc', |
1025 'browser/renderer_host/font_utils_linux.h', | 1025 'browser/renderer_host/font_utils_linux.h', |
| 1026 'browser/renderer_host/frame_metadata_util.cc', |
| 1027 'browser/renderer_host/frame_metadata_util.h', |
1026 'browser/renderer_host/gamepad_browser_message_filter.cc', | 1028 'browser/renderer_host/gamepad_browser_message_filter.cc', |
1027 'browser/renderer_host/gamepad_browser_message_filter.h', | 1029 'browser/renderer_host/gamepad_browser_message_filter.h', |
1028 'browser/renderer_host/gpu_message_filter.cc', | 1030 'browser/renderer_host/gpu_message_filter.cc', |
1029 'browser/renderer_host/gpu_message_filter.h', | 1031 'browser/renderer_host/gpu_message_filter.h', |
1030 'browser/renderer_host/ime_adapter_android.cc', | 1032 'browser/renderer_host/ime_adapter_android.cc', |
1031 'browser/renderer_host/ime_adapter_android.h', | 1033 'browser/renderer_host/ime_adapter_android.h', |
1032 'browser/renderer_host/input/gesture_event_queue.cc', | 1034 'browser/renderer_host/input/gesture_event_queue.cc', |
1033 'browser/renderer_host/input/gesture_event_queue.h', | 1035 'browser/renderer_host/input/gesture_event_queue.h', |
1034 'browser/renderer_host/input/input_ack_handler.h', | 1036 'browser/renderer_host/input/input_ack_handler.h', |
1035 'browser/renderer_host/input/input_router.h', | 1037 'browser/renderer_host/input/input_router.h', |
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1964 'browser/media/media_web_contents_observer.h', | 1966 'browser/media/media_web_contents_observer.h', |
1965 ], | 1967 ], |
1966 }], | 1968 }], |
1967 ['OS == "linux" and use_openssl==1', { | 1969 ['OS == "linux" and use_openssl==1', { |
1968 'dependencies': [ | 1970 'dependencies': [ |
1969 '../third_party/boringssl/boringssl.gyp:boringssl', | 1971 '../third_party/boringssl/boringssl.gyp:boringssl', |
1970 ], | 1972 ], |
1971 }], | 1973 }], |
1972 ], | 1974 ], |
1973 } | 1975 } |
OLD | NEW |