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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'common/quota_dispatcher.cc', | 278 'common/quota_dispatcher.cc', |
279 'common/quota_dispatcher.h', | 279 'common/quota_dispatcher.h', |
280 'common/request_extra_data.cc', | 280 'common/request_extra_data.cc', |
281 'common/request_extra_data.h', | 281 'common/request_extra_data.h', |
282 'common/resource_dispatcher.cc', | 282 'common/resource_dispatcher.cc', |
283 'common/resource_dispatcher.h', | 283 'common/resource_dispatcher.h', |
284 'common/resource_messages.h', | 284 'common/resource_messages.h', |
285 'common/sandbox_init_mac.cc', | 285 'common/sandbox_init_mac.cc', |
286 'common/sandbox_init_mac.h', | 286 'common/sandbox_init_mac.h', |
287 'common/sandbox_init_win.cc', | 287 'common/sandbox_init_win.cc', |
| 288 'common/sandbox_init_linux.cc', |
288 'common/sandbox_mac.h', | 289 'common/sandbox_mac.h', |
289 'common/sandbox_mac.mm', | 290 'common/sandbox_mac.mm', |
290 'common/sandbox_methods_linux.h', | 291 'common/sandbox_methods_linux.h', |
291 'common/sandbox_policy.cc', | 292 'common/sandbox_policy.cc', |
292 'common/sandbox_policy.h', | 293 'common/sandbox_policy.h', |
293 'common/set_process_title.cc', | 294 'common/set_process_title.cc', |
294 'common/set_process_title.h', | 295 'common/set_process_title.h', |
295 'common/set_process_title_linux.cc', | 296 'common/set_process_title_linux.cc', |
296 'common/set_process_title_linux.h', | 297 'common/set_process_title_linux.h', |
297 'common/socket_stream.h', | 298 'common/socket_stream.h', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 '../build/extract_from_cab.py', | 440 '../build/extract_from_cab.py', |
440 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 441 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
441 '<(output)', | 442 '<(output)', |
442 '<(PRODUCT_DIR)', | 443 '<(PRODUCT_DIR)', |
443 ], | 444 ], |
444 }, | 445 }, |
445 ] | 446 ] |
446 }] | 447 }] |
447 ], | 448 ], |
448 } | 449 } |
OLD | NEW |