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', | 7 '../base/base.gyp:base', |
8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
9 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 'common/sandbox_init_mac.cc', | 317 'common/sandbox_init_mac.cc', |
318 'common/sandbox_init_mac.h', | 318 'common/sandbox_init_mac.h', |
319 'common/sandbox_init_win.cc', | 319 'common/sandbox_init_win.cc', |
320 'common/sandbox_init_linux.cc', | 320 'common/sandbox_init_linux.cc', |
321 'common/sandbox_mac.h', | 321 'common/sandbox_mac.h', |
322 'common/sandbox_mac.mm', | 322 'common/sandbox_mac.mm', |
323 'common/sandbox_linux.h', | 323 'common/sandbox_linux.h', |
324 'common/sandbox_linux.cc', | 324 'common/sandbox_linux.cc', |
325 'common/sandbox_policy.cc', | 325 'common/sandbox_policy.cc', |
326 'common/sandbox_policy.h', | 326 'common/sandbox_policy.h', |
| 327 'common/sandbox_seccomp_bpf_linux.cc', |
| 328 'common/sandbox_seccomp_bpf_linux.h', |
327 'common/savable_url_schemes.cc', | 329 'common/savable_url_schemes.cc', |
328 'common/savable_url_schemes.h', | 330 'common/savable_url_schemes.h', |
329 'common/set_process_title.cc', | 331 'common/set_process_title.cc', |
330 'common/set_process_title.h', | 332 'common/set_process_title.h', |
331 'common/set_process_title_linux.cc', | 333 'common/set_process_title_linux.cc', |
332 'common/set_process_title_linux.h', | 334 'common/set_process_title_linux.h', |
333 'common/socket_stream.h', | 335 'common/socket_stream.h', |
334 'common/socket_stream_dispatcher.cc', | 336 'common/socket_stream_dispatcher.cc', |
335 'common/socket_stream_dispatcher.h', | 337 'common/socket_stream_dispatcher.h', |
336 'common/socket_stream_handle_data.cc', | 338 'common/socket_stream_handle_data.cc', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 '../build/extract_from_cab.py', | 504 '../build/extract_from_cab.py', |
503 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 505 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
504 '<(output)', | 506 '<(output)', |
505 '<(PRODUCT_DIR)', | 507 '<(PRODUCT_DIR)', |
506 ], | 508 ], |
507 }, | 509 }, |
508 ] | 510 ] |
509 }] | 511 }] |
510 ], | 512 ], |
511 } | 513 } |
OLD | NEW |