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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'common/page_state_serialization.cc', | 283 'common/page_state_serialization.cc', |
284 'common/page_state_serialization.h', | 284 'common/page_state_serialization.h', |
285 'common/page_zoom.cc', | 285 'common/page_zoom.cc', |
286 'common/pepper_messages.h', | 286 'common/pepper_messages.h', |
287 'common/pepper_plugin_registry.cc', | 287 'common/pepper_plugin_registry.cc', |
288 'common/pepper_plugin_registry.h', | 288 'common/pepper_plugin_registry.h', |
289 'common/pepper_renderer_instance_data.cc', | 289 'common/pepper_renderer_instance_data.cc', |
290 'common/pepper_renderer_instance_data.h', | 290 'common/pepper_renderer_instance_data.h', |
291 'common/plugin_carbon_interpose_constants_mac.cc', | 291 'common/plugin_carbon_interpose_constants_mac.cc', |
292 'common/plugin_carbon_interpose_constants_mac.h', | 292 'common/plugin_carbon_interpose_constants_mac.h', |
| 293 'common/plugin_constants_win.cc', |
| 294 'common/plugin_constants_win.h', |
| 295 'common/plugin_list.cc', |
| 296 'common/plugin_list.h', |
| 297 'common/plugin_list_mac.mm', |
| 298 'common/plugin_list_posix.cc', |
| 299 'common/plugin_list_win.cc', |
293 'common/plugin_process_messages.h', | 300 'common/plugin_process_messages.h', |
294 'common/process_type.cc', | 301 'common/process_type.cc', |
295 'common/quota_messages.h', | 302 'common/quota_messages.h', |
296 'common/resource_messages.cc', | 303 'common/resource_messages.cc', |
297 'common/resource_messages.h', | 304 'common/resource_messages.h', |
298 'common/sandbox_init_linux.cc', | 305 'common/sandbox_init_linux.cc', |
299 'common/sandbox_init_mac.cc', | 306 'common/sandbox_init_mac.cc', |
300 'common/sandbox_init_mac.h', | 307 'common/sandbox_init_mac.h', |
301 'common/sandbox_init_win.cc', | 308 'common/sandbox_init_win.cc', |
302 'common/sandbox_mac.h', | 309 'common/sandbox_mac.h', |
(...skipping 20 matching lines...) Expand all Loading... |
323 'common/ssl_status_serialization.cc', | 330 'common/ssl_status_serialization.cc', |
324 'common/ssl_status_serialization.h', | 331 'common/ssl_status_serialization.h', |
325 'common/swapped_out_messages.cc', | 332 'common/swapped_out_messages.cc', |
326 'common/swapped_out_messages.h', | 333 'common/swapped_out_messages.h', |
327 'common/text_input_client_messages.h', | 334 'common/text_input_client_messages.h', |
328 'common/url_schemes.cc', | 335 'common/url_schemes.cc', |
329 'common/url_schemes.h', | 336 'common/url_schemes.h', |
330 'common/utility_messages.h', | 337 'common/utility_messages.h', |
331 'common/view_messages.h', | 338 'common/view_messages.h', |
332 'common/view_message_enums.h', | 339 'common/view_message_enums.h', |
| 340 'common/webplugin_geometry.cc', |
| 341 'common/webplugin_geometry.h', |
333 'common/websocket.h', | 342 'common/websocket.h', |
334 'common/websocket_messages.h', | 343 'common/websocket_messages.h', |
335 'common/worker_messages.h', | 344 'common/worker_messages.h', |
336 'common/zygote_commands_linux.h', | 345 'common/zygote_commands_linux.h', |
337 'port/common/input_event_ack_state.h', | 346 'port/common/input_event_ack_state.h', |
338 'public/common/common_param_traits.cc', | 347 'public/common/common_param_traits.cc', |
339 'public/common/common_param_traits.h', | 348 'public/common/common_param_traits.h', |
340 'public/common/common_param_traits_macros.h', | 349 'public/common/common_param_traits_macros.h', |
341 'public/common/content_client.cc', | 350 'public/common/content_client.cc', |
342 'public/common/content_client.h', | 351 'public/common/content_client.h', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 '../ipc/ipc.gyp:ipc', | 387 '../ipc/ipc.gyp:ipc', |
379 '../media/media.gyp:shared_memory_support', | 388 '../media/media.gyp:shared_memory_support', |
380 '../third_party/WebKit/public/blink.gyp:blink', | 389 '../third_party/WebKit/public/blink.gyp:blink', |
381 '../ui/gl/gl.gyp:gl', | 390 '../ui/gl/gl.gyp:gl', |
382 '../webkit/common/webkit_common.gyp:webkit_common', | 391 '../webkit/common/webkit_common.gyp:webkit_common', |
383 '../webkit/storage_browser.gyp:webkit_storage_browser', | 392 '../webkit/storage_browser.gyp:webkit_storage_browser', |
384 '../webkit/storage_common.gyp:webkit_storage_common', | 393 '../webkit/storage_common.gyp:webkit_storage_common', |
385 '../webkit/support/webkit_support.gyp:glue', | 394 '../webkit/support/webkit_support.gyp:glue', |
386 ], | 395 ], |
387 }], | 396 }], |
| 397 ['OS=="mac"', { |
| 398 'sources!': [ |
| 399 'common/plugin_list_posix.cc', |
| 400 ], |
| 401 'link_settings': { |
| 402 'libraries': [ |
| 403 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 404 ], |
| 405 }, |
| 406 }], |
388 ['OS=="android"',{ | 407 ['OS=="android"',{ |
389 'link_settings': { | 408 'link_settings': { |
390 'libraries': [ | 409 'libraries': [ |
391 '-landroid', # ANativeWindow | 410 '-landroid', # ANativeWindow |
392 ], | 411 ], |
393 }, | 412 }, |
394 'dependencies': [ | 413 'dependencies': [ |
395 'content.gyp:content_jni_headers', | 414 'content.gyp:content_jni_headers', |
396 'content.gyp:common_aidl', | 415 'content.gyp:common_aidl', |
397 ], | 416 ], |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
543 '<(output)', | 562 '<(output)', |
544 '<(PRODUCT_DIR)', | 563 '<(PRODUCT_DIR)', |
545 ], | 564 ], |
546 'msvs_cygwin_shell': 1, | 565 'msvs_cygwin_shell': 1, |
547 }, | 566 }, |
548 ] | 567 ] |
549 }], | 568 }], |
550 ], | 569 ], |
551 } | 570 } |
OLD | NEW |