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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 'common/sandbox_init_win.cc', | 221 'common/sandbox_init_win.cc', |
222 'common/sandbox_mac.h', | 222 'common/sandbox_mac.h', |
223 'common/sandbox_mac.mm', | 223 'common/sandbox_mac.mm', |
224 'common/sandbox_methods_linux.h', | 224 'common/sandbox_methods_linux.h', |
225 'common/sandbox_policy.cc', | 225 'common/sandbox_policy.cc', |
226 'common/sandbox_policy.h', | 226 'common/sandbox_policy.h', |
227 'common/section_util_win.cc', | 227 'common/section_util_win.cc', |
228 'common/section_util_win.h', | 228 'common/section_util_win.h', |
229 'common/sensors.h', | 229 'common/sensors.h', |
230 'common/sensors_listener.h', | 230 'common/sensors_listener.h', |
| 231 'common/sequenced_worker_pool.cc', |
| 232 'common/sequenced_worker_pool.h', |
231 'common/set_process_title.cc', | 233 'common/set_process_title.cc', |
232 'common/set_process_title.h', | 234 'common/set_process_title.h', |
233 'common/set_process_title_linux.cc', | 235 'common/set_process_title_linux.cc', |
234 'common/set_process_title_linux.h', | 236 'common/set_process_title_linux.h', |
235 'common/socket_stream.h', | 237 'common/socket_stream.h', |
236 'common/socket_stream_dispatcher.cc', | 238 'common/socket_stream_dispatcher.cc', |
237 'common/socket_stream_dispatcher.h', | 239 'common/socket_stream_dispatcher.h', |
238 'common/socket_stream_messages.h', | 240 'common/socket_stream_messages.h', |
239 'common/speech_input_messages.h', | 241 'common/speech_input_messages.h', |
240 'common/speech_input_result.cc', | 242 'common/speech_input_result.cc', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 ], | 329 ], |
328 'link_settings': { | 330 'link_settings': { |
329 'libraries': [ | 331 'libraries': [ |
330 '-lEGL', | 332 '-lEGL', |
331 '-lGLESv2', | 333 '-lGLESv2', |
332 ], | 334 ], |
333 }, | 335 }, |
334 }], | 336 }], |
335 ], | 337 ], |
336 } | 338 } |
OLD | NEW |