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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'common/view_message_enums.h', | 507 'common/view_message_enums.h', |
508 'common/view_messages.h', | 508 'common/view_messages.h', |
509 'common/webplugin_geometry.cc', | 509 'common/webplugin_geometry.cc', |
510 'common/webplugin_geometry.h', | 510 'common/webplugin_geometry.h', |
511 'common/websocket.cc', | 511 'common/websocket.cc', |
512 'common/websocket.h', | 512 'common/websocket.h', |
513 'common/websocket_messages.h', | 513 'common/websocket_messages.h', |
514 'common/worker_messages.h', | 514 'common/worker_messages.h', |
515 'common/zygote_commands_linux.h', | 515 'common/zygote_commands_linux.h', |
516 ], | 516 ], |
| 517 'enable_oilpan%': 0, |
517 }, | 518 }, |
518 'sources': [ | 519 'sources': [ |
519 '<@(public_common_sources)', | 520 '<@(public_common_sources)', |
520 '<@(private_common_sources)', | 521 '<@(private_common_sources)', |
521 ], | 522 ], |
522 'target_conditions': [ | 523 'target_conditions': [ |
523 ['OS=="android" and <(use_seccomp_bpf)==1', { | 524 ['OS=="android" and <(use_seccomp_bpf)==1', { |
524 'sources/': [ | 525 'sources/': [ |
525 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$']
, | 526 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$']
, |
526 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], | 527 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1014 'common/cursors/webcursor_ozone.cc', | 1015 'common/cursors/webcursor_ozone.cc', |
1015 'common/font_list_ozone.cc', | 1016 'common/font_list_ozone.cc', |
1016 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1017 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1017 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1018 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1018 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1019 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1019 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1020 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1020 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1021 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1021 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1022 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1022 ], | 1023 ], |
1023 }], | 1024 }], |
| 1025 ['enable_oilpan==1', { |
| 1026 'defines': [ |
| 1027 'ENABLE_OILPAN=1', |
| 1028 ], |
| 1029 }], |
1024 ], | 1030 ], |
1025 } | 1031 } |
OLD | NEW |