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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'common/sandbox_init_mac.cc', | 219 'common/sandbox_init_mac.cc', |
220 'common/sandbox_init_mac.h', | 220 'common/sandbox_init_mac.h', |
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/sequenced_worker_pool.cc', |
| 230 'common/sequenced_worker_pool.h', |
229 'common/set_process_title.cc', | 231 'common/set_process_title.cc', |
230 'common/set_process_title.h', | 232 'common/set_process_title.h', |
231 'common/set_process_title_linux.cc', | 233 'common/set_process_title_linux.cc', |
232 'common/set_process_title_linux.h', | 234 'common/set_process_title_linux.h', |
233 'common/socket_stream.h', | 235 'common/socket_stream.h', |
234 'common/socket_stream_dispatcher.cc', | 236 'common/socket_stream_dispatcher.cc', |
235 'common/socket_stream_dispatcher.h', | 237 'common/socket_stream_dispatcher.h', |
236 'common/socket_stream_messages.h', | 238 'common/socket_stream_messages.h', |
237 'common/speech_input_messages.h', | 239 'common/speech_input_messages.h', |
238 'common/speech_input_result.cc', | 240 'common/speech_input_result.cc', |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 ], | 318 ], |
317 'link_settings': { | 319 'link_settings': { |
318 'libraries': [ | 320 'libraries': [ |
319 '-lEGL', | 321 '-lEGL', |
320 '-lGLESv2', | 322 '-lGLESv2', |
321 ], | 323 ], |
322 }, | 324 }, |
323 }], | 325 }], |
324 ], | 326 ], |
325 } | 327 } |
OLD | NEW |