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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 'common/plugin_list.h', | 340 'common/plugin_list.h', |
341 'common/plugin_list_mac.mm', | 341 'common/plugin_list_mac.mm', |
342 'common/plugin_list_posix.cc', | 342 'common/plugin_list_posix.cc', |
343 'common/plugin_list_win.cc', | 343 'common/plugin_list_win.cc', |
344 'common/plugin_process_messages.h', | 344 'common/plugin_process_messages.h', |
345 'common/power_monitor_messages.h', | 345 'common/power_monitor_messages.h', |
346 'common/process_type.cc', | 346 'common/process_type.cc', |
347 'common/quota_messages.h', | 347 'common/quota_messages.h', |
348 'common/resource_messages.cc', | 348 'common/resource_messages.cc', |
349 'common/resource_messages.h', | 349 'common/resource_messages.h', |
350 'common/sandbox_bpf_base_policy_linux.cc', | |
351 'common/sandbox_bpf_base_policy_linux.h', | |
352 'common/sandbox_init_linux.cc', | |
353 'common/sandbox_init_mac.cc', | 350 'common/sandbox_init_mac.cc', |
354 'common/sandbox_init_mac.h', | 351 'common/sandbox_init_mac.h', |
355 'common/sandbox_init_win.cc', | 352 'common/sandbox_init_win.cc', |
356 'common/sandbox_linux.cc', | 353 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', |
357 'common/sandbox_linux.h', | 354 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', |
| 355 'common/sandbox_linux/bpf_gpu_policy_linux.cc', |
| 356 'common/sandbox_linux/bpf_gpu_policy_linux.h', |
| 357 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 358 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 359 'common/sandbox_linux/sandbox_init_linux.cc', |
| 360 'common/sandbox_linux/sandbox_linux.cc', |
| 361 'common/sandbox_linux/sandbox_linux.h', |
| 362 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', |
| 363 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', |
358 'common/sandbox_mac.h', | 364 'common/sandbox_mac.h', |
359 'common/sandbox_mac.mm', | 365 'common/sandbox_mac.mm', |
360 'common/sandbox_seccomp_bpf_linux.cc', | |
361 'common/sandbox_seccomp_bpf_linux.h', | |
362 'common/sandbox_util.cc', | 366 'common/sandbox_util.cc', |
363 'common/sandbox_util.h', | 367 'common/sandbox_util.h', |
364 'common/sandbox_win.cc', | 368 'common/sandbox_win.cc', |
365 'common/sandbox_win.h', | 369 'common/sandbox_win.h', |
366 'common/savable_url_schemes.cc', | 370 'common/savable_url_schemes.cc', |
367 'common/savable_url_schemes.h', | 371 'common/savable_url_schemes.h', |
368 'common/set_process_title.cc', | 372 'common/set_process_title.cc', |
369 'common/set_process_title.h', | 373 'common/set_process_title.h', |
370 'common/set_process_title_linux.cc', | 374 'common/set_process_title_linux.cc', |
371 'common/set_process_title_linux.h', | 375 'common/set_process_title_linux.h', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 628 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
625 '<(output)', | 629 '<(output)', |
626 '<(PRODUCT_DIR)', | 630 '<(PRODUCT_DIR)', |
627 ], | 631 ], |
628 'msvs_cygwin_shell': 1, | 632 'msvs_cygwin_shell': 1, |
629 }, | 633 }, |
630 ] | 634 ] |
631 }], | 635 }], |
632 ], | 636 ], |
633 } | 637 } |
OLD | NEW |