Chromium Code Reviews| 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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 118 'public/common/storage_quota_params.h', | 118 'public/common/storage_quota_params.h', |
| 119 'public/common/three_d_api_types.h', | 119 'public/common/three_d_api_types.h', |
| 120 'public/common/top_controls_state.h', | 120 'public/common/top_controls_state.h', |
| 121 'public/common/top_controls_state_list.h', | 121 'public/common/top_controls_state_list.h', |
| 122 'public/common/url_constants.cc', | 122 'public/common/url_constants.cc', |
| 123 'public/common/url_constants.h', | 123 'public/common/url_constants.h', |
| 124 'public/common/url_fetcher.h', | 124 'public/common/url_fetcher.h', |
| 125 'public/common/url_utils.cc', | 125 'public/common/url_utils.cc', |
| 126 'public/common/url_utils.h', | 126 'public/common/url_utils.h', |
| 127 'public/common/user_agent.h', | 127 'public/common/user_agent.h', |
| 128 'public/common/webpreferences.cc', | |
|
tfarina
2014/06/28 19:59:20
had to keep it webpreferences.cc because there is
jam
2014/06/30 04:36:59
we shouldn't have webpreferences and web_preferenc
| |
| 129 'public/common/webpreferences.h', | |
| 128 'public/common/webplugininfo.cc', | 130 'public/common/webplugininfo.cc', |
| 129 'public/common/webplugininfo.h', | 131 'public/common/webplugininfo.h', |
| 130 'public/common/window_container_type.cc', | 132 'public/common/window_container_type.cc', |
| 131 'public/common/window_container_type.h', | 133 'public/common/window_container_type.h', |
| 132 'public/common/zygote_fork_delegate_linux.h', | 134 'public/common/zygote_fork_delegate_linux.h', |
| 133 ], | 135 ], |
| 134 'private_common_sources': [ | 136 'private_common_sources': [ |
| 135 'common/accessibility_messages.h', | 137 'common/accessibility_messages.h', |
| 136 'common/all_messages.h', | 138 'common/all_messages.h', |
| 137 'common/android/address_parser.cc', | 139 'common/android/address_parser.cc', |
| (...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 864 }, { | 866 }, { |
| 865 'defines': ['USE_SECCOMP_BPF'], | 867 'defines': ['USE_SECCOMP_BPF'], |
| 866 }], | 868 }], |
| 867 ['use_ozone==1', { | 869 ['use_ozone==1', { |
| 868 'dependencies': [ | 870 'dependencies': [ |
| 869 '../ui/ozone/ozone.gyp:ozone', | 871 '../ui/ozone/ozone.gyp:ozone', |
| 870 ], | 872 ], |
| 871 }], | 873 }], |
| 872 ], | 874 ], |
| 873 } | 875 } |
| OLD | NEW |