| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'public/common/page_state.cc', | 76 'public/common/page_state.cc', |
| 77 'public/common/page_state.h', | 77 'public/common/page_state.h', |
| 78 'public/common/page_transition_types.cc', | 78 'public/common/page_transition_types.cc', |
| 79 'public/common/page_transition_types.h', | 79 'public/common/page_transition_types.h', |
| 80 'public/common/page_transition_types_list.h', | 80 'public/common/page_transition_types_list.h', |
| 81 'public/common/page_type.h', | 81 'public/common/page_type.h', |
| 82 'public/common/page_zoom.h', | 82 'public/common/page_zoom.h', |
| 83 'public/common/pepper_plugin_info.cc', | 83 'public/common/pepper_plugin_info.cc', |
| 84 'public/common/pepper_plugin_info.h', | 84 'public/common/pepper_plugin_info.h', |
| 85 'public/common/process_type.h', | 85 'public/common/process_type.h', |
| 86 'public/common/push_messaging_status.cc', |
| 87 'public/common/push_messaging_status.h', |
| 86 'public/common/referrer.h', | 88 'public/common/referrer.h', |
| 87 'public/common/renderer_preferences.cc', | 89 'public/common/renderer_preferences.cc', |
| 88 'public/common/renderer_preferences.h', | 90 'public/common/renderer_preferences.h', |
| 89 'public/common/resource_response.h', | 91 'public/common/resource_response.h', |
| 90 'public/common/result_codes.h', | 92 'public/common/result_codes.h', |
| 91 'public/common/result_codes_list.h', | 93 'public/common/result_codes_list.h', |
| 92 'public/common/sandbox_init.h', | 94 'public/common/sandbox_init.h', |
| 93 'public/common/sandbox_linux.h', | 95 'public/common/sandbox_linux.h', |
| 94 'public/common/sandbox_type_mac.h', | 96 'public/common/sandbox_type_mac.h', |
| 95 'public/common/sandboxed_process_launcher_delegate.cc', | 97 'public/common/sandboxed_process_launcher_delegate.cc', |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 'common/plugin_constants_win.cc', | 375 'common/plugin_constants_win.cc', |
| 374 'common/plugin_constants_win.h', | 376 'common/plugin_constants_win.h', |
| 375 'common/plugin_list.cc', | 377 'common/plugin_list.cc', |
| 376 'common/plugin_list.h', | 378 'common/plugin_list.h', |
| 377 'common/plugin_list_mac.mm', | 379 'common/plugin_list_mac.mm', |
| 378 'common/plugin_list_posix.cc', | 380 'common/plugin_list_posix.cc', |
| 379 'common/plugin_list_win.cc', | 381 'common/plugin_list_win.cc', |
| 380 'common/plugin_process_messages.h', | 382 'common/plugin_process_messages.h', |
| 381 'common/power_monitor_messages.h', | 383 'common/power_monitor_messages.h', |
| 382 'common/process_type.cc', | 384 'common/process_type.cc', |
| 385 'common/push_messaging_messages.h', |
| 383 'common/quota_messages.h', | 386 'common/quota_messages.h', |
| 384 'common/resource_messages.cc', | 387 'common/resource_messages.cc', |
| 385 'common/resource_messages.h', | 388 'common/resource_messages.h', |
| 386 'common/resource_request_body.cc', | 389 'common/resource_request_body.cc', |
| 387 'common/resource_request_body.h', | 390 'common/resource_request_body.h', |
| 388 'common/sandbox_init_mac.cc', | 391 'common/sandbox_init_mac.cc', |
| 389 'common/sandbox_init_mac.h', | 392 'common/sandbox_init_mac.h', |
| 390 'common/sandbox_init_win.cc', | 393 'common/sandbox_init_win.cc', |
| 391 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', | 394 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', |
| 392 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', | 395 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 763 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 761 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 764 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 765 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 766 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 764 ], | 767 ], |
| 765 }, { | 768 }, { |
| 766 'defines': ['USE_SECCOMP_BPF'], | 769 'defines': ['USE_SECCOMP_BPF'], |
| 767 }], | 770 }], |
| 768 ], | 771 ], |
| 769 } | 772 } |
| OLD | NEW |