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

Side by Side Diff: content/content_common.gypi

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using layouttest_support to instantiate WebLayer 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
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 14 matching lines...) Expand all
25 ], 25 ],
26 'export_dependent_settings': [ 26 'export_dependent_settings': [
27 '../base/base.gyp:base', 27 '../base/base.gyp:base',
28 # The public content API headers directly include Blink API headers, so we 28 # The public content API headers directly include Blink API headers, so we
29 # have to export the blink header settings so that relative paths in these 29 # have to export the blink header settings so that relative paths in these
30 # headers resolve correctly. 30 # headers resolve correctly.
31 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 31 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
32 ], 32 ],
33 'variables': { 33 'variables': {
34 'public_common_sources': [ 34 'public_common_sources': [
35 'public/common/assert_matching_enums.cc',
36 'public/common/bindings_policy.h', 35 'public/common/bindings_policy.h',
37 'public/common/child_process_host.h', 36 'public/common/child_process_host.h',
38 'public/common/child_process_host_delegate.cc', 37 'public/common/child_process_host_delegate.cc',
39 'public/common/child_process_host_delegate.h', 38 'public/common/child_process_host_delegate.h',
40 'public/common/child_process_sandbox_support_linux.h', 39 'public/common/child_process_sandbox_support_linux.h',
41 'public/common/color_suggestion.cc', 40 'public/common/color_suggestion.cc',
42 'public/common/color_suggestion.h', 41 'public/common/color_suggestion.h',
43 'public/common/common_param_traits.cc', 42 'public/common/common_param_traits.cc',
44 'public/common/common_param_traits.h', 43 'public/common/common_param_traits.h',
45 'public/common/common_param_traits_macros.h', 44 'public/common/common_param_traits_macros.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'common/android/common_jni_registrar.h', 139 'common/android/common_jni_registrar.h',
141 'common/android/gin_java_bridge_value.cc', 140 'common/android/gin_java_bridge_value.cc',
142 'common/android/gin_java_bridge_value.h', 141 'common/android/gin_java_bridge_value.h',
143 'common/android/hash_set.cc', 142 'common/android/hash_set.cc',
144 'common/android/hash_set.h', 143 'common/android/hash_set.h',
145 'common/android/surface_texture_lookup.cc', 144 'common/android/surface_texture_lookup.cc',
146 'common/android/surface_texture_lookup.h', 145 'common/android/surface_texture_lookup.h',
147 'common/android/surface_texture_peer.cc', 146 'common/android/surface_texture_peer.cc',
148 'common/android/surface_texture_peer.h', 147 'common/android/surface_texture_peer.h',
149 'common/appcache_messages.h', 148 'common/appcache_messages.h',
149 'common/assert_matching_enums.cc',
150 'common/battery_status_messages.h', 150 'common/battery_status_messages.h',
151 'common/browser_plugin/browser_plugin_constants.cc', 151 'common/browser_plugin/browser_plugin_constants.cc',
152 'common/browser_plugin/browser_plugin_constants.h', 152 'common/browser_plugin/browser_plugin_constants.h',
153 'common/browser_plugin/browser_plugin_messages.h', 153 'common/browser_plugin/browser_plugin_messages.h',
154 'common/cc_messages.cc', 154 'common/cc_messages.cc',
155 'common/cc_messages.h', 155 'common/cc_messages.h',
156 'common/child_process_host_impl.cc', 156 'common/child_process_host_impl.cc',
157 'common/child_process_host_impl.h', 157 'common/child_process_host_impl.h',
158 'common/child_process_messages.h', 158 'common/child_process_messages.h',
159 'common/child_process_sandbox_support_impl_linux.cc', 159 'common/child_process_sandbox_support_impl_linux.cc',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 791 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
792 'common/sandbox_linux/bpf_renderer_policy_linux.h', 792 'common/sandbox_linux/bpf_renderer_policy_linux.h',
793 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 793 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
795 ], 795 ],
796 }, { 796 }, {
797 'defines': ['USE_SECCOMP_BPF'], 797 'defines': ['USE_SECCOMP_BPF'],
798 }], 798 }],
799 ], 799 ],
800 } 800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698