OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'common/plugin_carbon_interpose_constants_mac.h', | 208 'common/plugin_carbon_interpose_constants_mac.h', |
209 'common/plugin_messages.h', | 209 'common/plugin_messages.h', |
210 'common/quota_messages.h', | 210 'common/quota_messages.h', |
211 'common/quota_dispatcher.cc', | 211 'common/quota_dispatcher.cc', |
212 'common/quota_dispatcher.h', | 212 'common/quota_dispatcher.h', |
213 'common/request_extra_data.cc', | 213 'common/request_extra_data.cc', |
214 'common/request_extra_data.h', | 214 'common/request_extra_data.h', |
215 'common/resource_dispatcher.cc', | 215 'common/resource_dispatcher.cc', |
216 'common/resource_dispatcher.h', | 216 'common/resource_dispatcher.h', |
217 'common/resource_messages.h', | 217 'common/resource_messages.h', |
218 'common/resource_response.cc', | |
219 'common/resource_response.h', | |
220 'common/sandbox_init_mac.cc', | 218 'common/sandbox_init_mac.cc', |
221 'common/sandbox_init_win.cc', | 219 'common/sandbox_init_win.cc', |
222 'common/sandbox_mac.h', | 220 'common/sandbox_mac.h', |
223 'common/sandbox_mac.mm', | 221 'common/sandbox_mac.mm', |
224 'common/sandbox_methods_linux.h', | 222 'common/sandbox_methods_linux.h', |
225 'common/sandbox_policy.cc', | 223 'common/sandbox_policy.cc', |
226 'common/sandbox_policy.h', | 224 'common/sandbox_policy.h', |
227 'common/section_util_win.cc', | 225 'common/section_util_win.cc', |
228 'common/section_util_win.h', | 226 'common/section_util_win.h', |
229 'common/sensors.h', | 227 'common/sensors.h', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 ], | 325 ], |
328 'link_settings': { | 326 'link_settings': { |
329 'libraries': [ | 327 'libraries': [ |
330 '-lEGL', | 328 '-lEGL', |
331 '-lGLESv2', | 329 '-lGLESv2', |
332 ], | 330 ], |
333 }, | 331 }, |
334 }], | 332 }], |
335 ], | 333 ], |
336 } | 334 } |
OLD | NEW |