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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 'common/request_extra_data.h', | 313 'common/request_extra_data.h', |
314 'common/resource_dispatcher.cc', | 314 'common/resource_dispatcher.cc', |
315 'common/resource_dispatcher.h', | 315 'common/resource_dispatcher.h', |
316 'common/resource_messages.h', | 316 'common/resource_messages.h', |
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_methods_linux.h', | 323 'common/sandbox_linux.h', |
| 324 'common/sandbox_linux.cc', |
324 'common/sandbox_policy.cc', | 325 'common/sandbox_policy.cc', |
325 'common/sandbox_policy.h', | 326 'common/sandbox_policy.h', |
326 'common/savable_url_schemes.cc', | 327 'common/savable_url_schemes.cc', |
327 'common/savable_url_schemes.h', | 328 'common/savable_url_schemes.h', |
328 'common/set_process_title.cc', | 329 'common/set_process_title.cc', |
329 'common/set_process_title.h', | 330 'common/set_process_title.h', |
330 'common/set_process_title_linux.cc', | 331 'common/set_process_title_linux.cc', |
331 'common/set_process_title_linux.h', | 332 'common/set_process_title_linux.h', |
332 'common/socket_stream.h', | 333 'common/socket_stream.h', |
333 'common/socket_stream_dispatcher.cc', | 334 'common/socket_stream_dispatcher.cc', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 '../build/extract_from_cab.py', | 502 '../build/extract_from_cab.py', |
502 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 503 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
503 '<(output)', | 504 '<(output)', |
504 '<(PRODUCT_DIR)', | 505 '<(PRODUCT_DIR)', |
505 ], | 506 ], |
506 }, | 507 }, |
507 ] | 508 ] |
508 }] | 509 }] |
509 ], | 510 ], |
510 } | 511 } |
OLD | NEW |