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

Side by Side Diff: content/content_common.gypi

Issue 341253002: Revert of Revert of ozone: gpu: Add plumbing for platform-specific gpu messaging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/gpu/gpu_process_host_ui_shim.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', 791 'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
792 'common/sandbox_linux/bpf_ppapi_policy_linux.h', 792 'common/sandbox_linux/bpf_ppapi_policy_linux.h',
793 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 793 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
794 'common/sandbox_linux/bpf_renderer_policy_linux.h', 794 'common/sandbox_linux/bpf_renderer_policy_linux.h',
795 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 795 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
796 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 796 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
797 ], 797 ],
798 }, { 798 }, {
799 'defines': ['USE_SECCOMP_BPF'], 799 'defines': ['USE_SECCOMP_BPF'],
800 }], 800 }],
801 ['use_ozone==1', {
802 'dependencies': [
803 '../ui/ozone/ozone.gyp:ozone',
804 ],
805 }],
801 ], 806 ],
802 } 807 }
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_process_host_ui_shim.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698