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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'public/common/page_transition_types.h', | 49 'public/common/page_transition_types.h', |
50 'public/common/page_type.h', | 50 'public/common/page_type.h', |
51 'public/common/page_zoom.h', | 51 'public/common/page_zoom.h', |
52 'public/common/pepper_plugin_info.cc', | 52 'public/common/pepper_plugin_info.cc', |
53 'public/common/pepper_plugin_info.h', | 53 'public/common/pepper_plugin_info.h', |
54 'public/common/renderer_preferences.cc', | 54 'public/common/renderer_preferences.cc', |
55 'public/common/renderer_preferences.h', | 55 'public/common/renderer_preferences.h', |
56 'public/common/resource_dispatcher_delegate.h', | 56 'public/common/resource_dispatcher_delegate.h', |
57 'public/common/result_codes.h', | 57 'public/common/result_codes.h', |
58 'public/common/sandbox_init.h', | 58 'public/common/sandbox_init.h', |
| 59 'public/common/sandbox_process_type_mac.h', |
59 'public/common/security_style.h', | 60 'public/common/security_style.h', |
60 'public/common/serialized_script_value.cc', | 61 'public/common/serialized_script_value.cc', |
61 'public/common/serialized_script_value.h', | 62 'public/common/serialized_script_value.h', |
62 'public/common/show_desktop_notification_params.cc', | 63 'public/common/show_desktop_notification_params.cc', |
63 'public/common/show_desktop_notification_params.h', | 64 'public/common/show_desktop_notification_params.h', |
64 'public/common/url_constants.cc', | 65 'public/common/url_constants.cc', |
65 'public/common/url_constants.h', | 66 'public/common/url_constants.h', |
66 'public/common/url_fetcher.h', | 67 'public/common/url_fetcher.h', |
67 'public/common/url_fetcher_delegate.h', | 68 'public/common/url_fetcher_delegate.h', |
68 'public/common/url_fetcher_factory.h', | 69 'public/common/url_fetcher_factory.h', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'common/quota_dispatcher.cc', | 214 'common/quota_dispatcher.cc', |
214 'common/quota_dispatcher.h', | 215 'common/quota_dispatcher.h', |
215 'common/request_extra_data.cc', | 216 'common/request_extra_data.cc', |
216 'common/request_extra_data.h', | 217 'common/request_extra_data.h', |
217 'common/resource_dispatcher.cc', | 218 'common/resource_dispatcher.cc', |
218 'common/resource_dispatcher.h', | 219 'common/resource_dispatcher.h', |
219 'common/resource_messages.h', | 220 'common/resource_messages.h', |
220 'common/resource_response.cc', | 221 'common/resource_response.cc', |
221 'common/resource_response.h', | 222 'common/resource_response.h', |
222 'common/sandbox_init_mac.cc', | 223 'common/sandbox_init_mac.cc', |
| 224 'common/sandbox_init_mac.h', |
223 'common/sandbox_init_win.cc', | 225 'common/sandbox_init_win.cc', |
224 'common/sandbox_mac.h', | 226 'common/sandbox_mac.h', |
225 'common/sandbox_mac.mm', | 227 'common/sandbox_mac.mm', |
226 'common/sandbox_methods_linux.h', | 228 'common/sandbox_methods_linux.h', |
227 'common/sandbox_policy.cc', | 229 'common/sandbox_policy.cc', |
228 'common/sandbox_policy.h', | 230 'common/sandbox_policy.h', |
229 'common/section_util_win.cc', | 231 'common/section_util_win.cc', |
230 'common/section_util_win.h', | 232 'common/section_util_win.h', |
231 'common/sensors.h', | 233 'common/sensors.h', |
232 'common/sensors_listener.h', | 234 'common/sensors_listener.h', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 ['OS!="win"', { | 274 ['OS!="win"', { |
273 'sources!': [ | 275 'sources!': [ |
274 'common/sandbox_policy.cc', | 276 'common/sandbox_policy.cc', |
275 'common/sandbox_policy.h', | 277 'common/sandbox_policy.h', |
276 ], | 278 ], |
277 }], | 279 }], |
278 ['OS=="mac"', { | 280 ['OS=="mac"', { |
279 'sources!': [ | 281 'sources!': [ |
280 'common/process_watcher_posix.cc', | 282 'common/process_watcher_posix.cc', |
281 ], | 283 ], |
282 'link_settings': { | |
283 'mac_bundle_resources': [ | |
284 'common/common.sb', | |
285 ], | |
286 }, | |
287 }], | 284 }], |
288 ['toolkit_uses_gtk == 1', { | 285 ['toolkit_uses_gtk == 1', { |
289 'dependencies': [ | 286 'dependencies': [ |
290 '../build/linux/system.gyp:gtk', | 287 '../build/linux/system.gyp:gtk', |
291 ], | 288 ], |
292 }], | 289 }], |
293 ['use_x11 == 1', { | 290 ['use_x11 == 1', { |
294 'dependencies': [ | 291 'dependencies': [ |
295 '../build/linux/system.gyp:pangocairo', | 292 '../build/linux/system.gyp:pangocairo', |
296 ], | 293 ], |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 ], | 329 ], |
333 'link_settings': { | 330 'link_settings': { |
334 'libraries': [ | 331 'libraries': [ |
335 '-lEGL', | 332 '-lEGL', |
336 '-lGLESv2', | 333 '-lGLESv2', |
337 ], | 334 ], |
338 }, | 335 }, |
339 }], | 336 }], |
340 ], | 337 ], |
341 } | 338 } |
OLD | NEW |