Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: content/content_common.gypi

Issue 800543006: Add OILPAN string to developer build chromium's webkit revision (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added import to BUILD.gn Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« content/common/BUILD.gn ('K') | « content/common/user_agent.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« content/common/BUILD.gn ('K') | « content/common/user_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698