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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 'common/socket_stream_messages.h', | 384 'common/socket_stream_messages.h', |
385 'common/speech_recognition_messages.h', | 385 'common/speech_recognition_messages.h', |
386 'common/ssl_status_serialization.cc', | 386 'common/ssl_status_serialization.cc', |
387 'common/ssl_status_serialization.h', | 387 'common/ssl_status_serialization.h', |
388 'common/swapped_out_messages.cc', | 388 'common/swapped_out_messages.cc', |
389 'common/swapped_out_messages.h', | 389 'common/swapped_out_messages.h', |
390 'common/text_input_client_messages.h', | 390 'common/text_input_client_messages.h', |
391 'common/url_schemes.cc', | 391 'common/url_schemes.cc', |
392 'common/url_schemes.h', | 392 'common/url_schemes.h', |
393 'common/utility_messages.h', | 393 'common/utility_messages.h', |
| 394 'common/view_message_enums.h', |
394 'common/view_messages.h', | 395 'common/view_messages.h', |
395 'common/view_message_enums.h', | |
396 'common/webplugin_geometry.cc', | 396 'common/webplugin_geometry.cc', |
397 'common/webplugin_geometry.h', | 397 'common/webplugin_geometry.h', |
398 'common/websocket.cc', | 398 'common/websocket.cc', |
399 'common/websocket.h', | 399 'common/websocket.h', |
400 'common/websocket_messages.h', | 400 'common/websocket_messages.h', |
401 'common/worker_messages.h', | 401 'common/worker_messages.h', |
402 'common/zygote_commands_linux.h', | 402 'common/zygote_commands_linux.h', |
403 'port/common/input_event_ack_state.h', | 403 'port/common/input_event_ack_state.h', |
404 'public/common/browser_plugin_permission_type.h', | 404 'public/common/browser_plugin_permission_type.h', |
405 'public/common/common_param_traits.cc', | 405 'public/common/common_param_traits.cc', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 '../media/media.gyp:media', | 449 '../media/media.gyp:media', |
450 '../media/media.gyp:shared_memory_support', | 450 '../media/media.gyp:shared_memory_support', |
451 '../third_party/WebKit/public/blink.gyp:blink', | 451 '../third_party/WebKit/public/blink.gyp:blink', |
452 '../ui/gl/gl.gyp:gl', | 452 '../ui/gl/gl.gyp:gl', |
453 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 453 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
454 '../webkit/common/webkit_common.gyp:webkit_common', | 454 '../webkit/common/webkit_common.gyp:webkit_common', |
455 '../webkit/storage_browser.gyp:webkit_storage_browser', | 455 '../webkit/storage_browser.gyp:webkit_storage_browser', |
456 '../webkit/storage_common.gyp:webkit_storage_common', | 456 '../webkit/storage_common.gyp:webkit_storage_common', |
457 ], | 457 ], |
458 }], | 458 }], |
459 ['OS!="ios" and chrome_multiple_dll!=1', { | |
460 'dependencies': [ | |
461 '../webkit/glue/webkit_glue.gyp:glue', | |
462 ], | |
463 }], | |
464 ['OS=="mac"', { | 459 ['OS=="mac"', { |
465 'sources': [ | 460 'sources': [ |
466 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 461 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
467 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 462 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
468 ], | 463 ], |
469 'sources!': [ | 464 'sources!': [ |
470 'common/plugin_list_posix.cc', | 465 'common/plugin_list_posix.cc', |
471 ], | 466 ], |
472 'link_settings': { | 467 'link_settings': { |
473 'libraries': [ | 468 'libraries': [ |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 647 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
653 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 648 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 650 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
656 ], | 651 ], |
657 }, { | 652 }, { |
658 'defines': ['USE_SECCOMP_BPF'], | 653 'defines': ['USE_SECCOMP_BPF'], |
659 }], | 654 }], |
660 ], | 655 ], |
661 } | 656 } |
OLD | NEW |