| 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 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../gpu/gpu.gyp:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
| 10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'common/gpu/media/gpu_video_decode_accelerator.h', | 161 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 162 'common/gpu/transport_texture.cc', | 162 'common/gpu/transport_texture.cc', |
| 163 'common/gpu/transport_texture.h', | 163 'common/gpu/transport_texture.h', |
| 164 'common/handle_enumerator_win.cc', | 164 'common/handle_enumerator_win.cc', |
| 165 'common/handle_enumerator_win.h', | 165 'common/handle_enumerator_win.h', |
| 166 'common/hi_res_timer_manager_posix.cc', | 166 'common/hi_res_timer_manager_posix.cc', |
| 167 'common/hi_res_timer_manager_win.cc', | 167 'common/hi_res_timer_manager_win.cc', |
| 168 'common/hi_res_timer_manager.h', | 168 'common/hi_res_timer_manager.h', |
| 169 'common/indexed_db_key.cc', | 169 'common/indexed_db_key.cc', |
| 170 'common/indexed_db_key.h', | 170 'common/indexed_db_key.h', |
| 171 'common/indexed_db_message_filter.h', |
| 171 'common/indexed_db_messages.h', | 172 'common/indexed_db_messages.h', |
| 172 'common/indexed_db_param_traits.cc', | 173 'common/indexed_db_param_traits.cc', |
| 173 'common/indexed_db_param_traits.h', | 174 'common/indexed_db_param_traits.h', |
| 174 'common/intents_messages.h', | 175 'common/intents_messages.h', |
| 175 'common/java_bridge_messages.h', | 176 'common/java_bridge_messages.h', |
| 176 'common/mac/attributed_string_coder.h', | 177 'common/mac/attributed_string_coder.h', |
| 177 'common/mac/attributed_string_coder.mm', | 178 'common/mac/attributed_string_coder.mm', |
| 178 'common/mac/font_descriptor.h', | 179 'common/mac/font_descriptor.h', |
| 179 'common/mac/font_descriptor.mm', | 180 'common/mac/font_descriptor.mm', |
| 180 'common/mac/font_loader.h', | 181 'common/mac/font_loader.h', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 'common/web_database_observer_impl.cc', | 250 'common/web_database_observer_impl.cc', |
| 250 'common/web_database_observer_impl.h', | 251 'common/web_database_observer_impl.h', |
| 251 'common/webblobregistry_impl.cc', | 252 'common/webblobregistry_impl.cc', |
| 252 'common/webblobregistry_impl.h', | 253 'common/webblobregistry_impl.h', |
| 253 'common/webblob_messages.h', | 254 'common/webblob_messages.h', |
| 254 'common/webkitplatformsupport_impl.cc', | 255 'common/webkitplatformsupport_impl.cc', |
| 255 'common/webkitplatformsupport_impl.h', | 256 'common/webkitplatformsupport_impl.h', |
| 256 'common/webmessageportchannel_impl.cc', | 257 'common/webmessageportchannel_impl.cc', |
| 257 'common/webmessageportchannel_impl.h', | 258 'common/webmessageportchannel_impl.h', |
| 258 'common/worker_messages.h', | 259 'common/worker_messages.h', |
| 260 'common/worker_task_runner.cc', |
| 261 'common/worker_task_runner.h', |
| 259 'public/common/common_param_traits.cc', | 262 'public/common/common_param_traits.cc', |
| 260 'public/common/common_param_traits.h', | 263 'public/common/common_param_traits.h', |
| 261 'public/common/content_client.cc', | 264 'public/common/content_client.cc', |
| 262 'public/common/content_client.h', | 265 'public/common/content_client.h', |
| 263 'public/common/window_container_type.cc', | 266 'public/common/window_container_type.cc', |
| 264 'public/common/window_container_type.h', | 267 'public/common/window_container_type.h', |
| 265 'public/common/webkit_param_traits.cc', | 268 'public/common/webkit_param_traits.cc', |
| 266 'public/common/webkit_param_traits.h', | 269 'public/common/webkit_param_traits.h', |
| 267 ], | 270 ], |
| 268 'conditions': [ | 271 'conditions': [ |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 ], | 320 ], |
| 318 'link_settings': { | 321 'link_settings': { |
| 319 'libraries': [ | 322 'libraries': [ |
| 320 '-lEGL', | 323 '-lEGL', |
| 321 '-lGLESv2', | 324 '-lGLESv2', |
| 322 ], | 325 ], |
| 323 }, | 326 }, |
| 324 }], | 327 }], |
| 325 ], | 328 ], |
| 326 } | 329 } |
| OLD | NEW |