| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'public/common/show_desktop_notification_params.h', | 99 'public/common/show_desktop_notification_params.h', |
| 100 'public/common/signed_certificate_timestamp_id_and_status.cc', | 100 'public/common/signed_certificate_timestamp_id_and_status.cc', |
| 101 'public/common/signed_certificate_timestamp_id_and_status.h', | 101 'public/common/signed_certificate_timestamp_id_and_status.h', |
| 102 'public/common/speech_recognition_error.h', | 102 'public/common/speech_recognition_error.h', |
| 103 'public/common/speech_recognition_grammar.h', | 103 'public/common/speech_recognition_grammar.h', |
| 104 'public/common/speech_recognition_result.cc', | 104 'public/common/speech_recognition_result.cc', |
| 105 'public/common/speech_recognition_result.h', | 105 'public/common/speech_recognition_result.h', |
| 106 'public/common/ssl_status.cc', | 106 'public/common/ssl_status.cc', |
| 107 'public/common/ssl_status.h', | 107 'public/common/ssl_status.h', |
| 108 'public/common/stop_find_action.h', | 108 'public/common/stop_find_action.h', |
| 109 'public/common/storage_quota_params.h', |
| 109 'public/common/three_d_api_types.h', | 110 'public/common/three_d_api_types.h', |
| 110 'public/common/top_controls_state.h', | 111 'public/common/top_controls_state.h', |
| 111 'public/common/top_controls_state_list.h', | 112 'public/common/top_controls_state_list.h', |
| 112 'public/common/url_constants.cc', | 113 'public/common/url_constants.cc', |
| 113 'public/common/url_constants.h', | 114 'public/common/url_constants.h', |
| 114 'public/common/url_fetcher.h', | 115 'public/common/url_fetcher.h', |
| 115 'public/common/url_utils.cc', | 116 'public/common/url_utils.cc', |
| 116 'public/common/url_utils.h', | 117 'public/common/url_utils.h', |
| 117 'public/common/user_agent.h', | 118 'public/common/user_agent.h', |
| 118 'public/common/webplugininfo.cc', | 119 'public/common/webplugininfo.cc', |
| (...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 761 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 761 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 762 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 764 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 764 ], | 765 ], |
| 765 }, { | 766 }, { |
| 766 'defines': ['USE_SECCOMP_BPF'], | 767 'defines': ['USE_SECCOMP_BPF'], |
| 767 }], | 768 }], |
| 768 ], | 769 ], |
| 769 } | 770 } |
| OLD | NEW |