| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../gpu/gpu.gyp:gpu_ipc', | 8 '../gpu/gpu.gyp:gpu_ipc', |
| 9 '../ipc/ipc.gyp:ipc', | 9 '../ipc/ipc.gyp:ipc', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'common/gpu/gpu_feature_flags.h', | 116 'common/gpu/gpu_feature_flags.h', |
| 117 'common/gpu/gpu_info.cc', | 117 'common/gpu/gpu_info.cc', |
| 118 'common/gpu/gpu_info.h', | 118 'common/gpu/gpu_info.h', |
| 119 'common/gpu/gpu_messages.h', | 119 'common/gpu/gpu_messages.h', |
| 120 'common/gpu/gpu_process_launch_causes.h', | 120 'common/gpu/gpu_process_launch_causes.h', |
| 121 'common/gpu/gpu_watchdog.h', | 121 'common/gpu/gpu_watchdog.h', |
| 122 'common/gpu/media/gpu_video_decode_accelerator.cc', | 122 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 123 'common/gpu/media/gpu_video_decode_accelerator.h', | 123 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 124 'common/gpu/transport_texture.cc', | 124 'common/gpu/transport_texture.cc', |
| 125 'common/gpu/transport_texture.h', | 125 'common/gpu/transport_texture.h', |
| 126 'common/handle_enumerator_win.cc', |
| 127 'common/handle_enumerator_win.h', |
| 126 'common/hi_res_timer_manager_posix.cc', | 128 'common/hi_res_timer_manager_posix.cc', |
| 127 'common/hi_res_timer_manager_win.cc', | 129 'common/hi_res_timer_manager_win.cc', |
| 128 'common/hi_res_timer_manager.h', | 130 'common/hi_res_timer_manager.h', |
| 129 'common/indexed_db_key.cc', | 131 'common/indexed_db_key.cc', |
| 130 'common/indexed_db_key.h', | 132 'common/indexed_db_key.h', |
| 131 'common/indexed_db_messages.h', | 133 'common/indexed_db_messages.h', |
| 132 'common/indexed_db_param_traits.cc', | 134 'common/indexed_db_param_traits.cc', |
| 133 'common/indexed_db_param_traits.h', | 135 'common/indexed_db_param_traits.h', |
| 134 'common/intents_messages.h', | 136 'common/intents_messages.h', |
| 135 'common/json_value_serializer.cc', | 137 'common/json_value_serializer.cc', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 ], | 317 ], |
| 316 'link_settings': { | 318 'link_settings': { |
| 317 'libraries': [ | 319 'libraries': [ |
| 318 '-lEGL', | 320 '-lEGL', |
| 319 '-lGLESv2', | 321 '-lGLESv2', |
| 320 ], | 322 ], |
| 321 }, | 323 }, |
| 322 }], | 324 }], |
| 323 ], | 325 ], |
| 324 } | 326 } |
| OLD | NEW |