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

Side by Side Diff: content/content_common.gypi

Issue 272573005: <webview>: Move NewWindow API to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_rename
Patch Set: Merge with ToT Created 6 years, 7 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
« no previous file with comments | « content/common/browser_plugin/browser_plugin_messages.h ('k') | content/content_tests.gypi » ('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 14 matching lines...) Expand all
25 'export_dependent_settings': [ 25 'export_dependent_settings': [
26 '../base/base.gyp:base', 26 '../base/base.gyp:base',
27 # The public content API headers directly include Blink API headers, so we 27 # The public content API headers directly include Blink API headers, so we
28 # have to export the blink header settings so that relative paths in these 28 # have to export the blink header settings so that relative paths in these
29 # headers resolve correctly. 29 # headers resolve correctly.
30 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 30 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'public/common/assert_matching_enums.cc', 33 'public/common/assert_matching_enums.cc',
34 'public/common/bindings_policy.h', 34 'public/common/bindings_policy.h',
35 'public/common/browser_plugin_permission_type.h',
36 'public/common/child_process_host.h', 35 'public/common/child_process_host.h',
37 'public/common/child_process_host_delegate.cc', 36 'public/common/child_process_host_delegate.cc',
38 'public/common/child_process_host_delegate.h', 37 'public/common/child_process_host_delegate.h',
39 'public/common/child_process_sandbox_support_linux.h', 38 'public/common/child_process_sandbox_support_linux.h',
40 'public/common/color_suggestion.cc', 39 'public/common/color_suggestion.cc',
41 'public/common/color_suggestion.h', 40 'public/common/color_suggestion.h',
42 'public/common/common_param_traits.cc', 41 'public/common/common_param_traits.cc',
43 'public/common/common_param_traits.h', 42 'public/common/common_param_traits.h',
44 'public/common/common_param_traits_macros.h', 43 'public/common/common_param_traits_macros.h',
45 'public/common/console_message_level.h', 44 'public/common/console_message_level.h',
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 783 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
785 'common/sandbox_linux/bpf_renderer_policy_linux.h', 784 'common/sandbox_linux/bpf_renderer_policy_linux.h',
786 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 785 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
787 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 786 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
788 ], 787 ],
789 }, { 788 }, {
790 'defines': ['USE_SECCOMP_BPF'], 789 'defines': ['USE_SECCOMP_BPF'],
791 }], 790 }],
792 ], 791 ],
793 } 792 }
OLDNEW
« no previous file with comments | « content/common/browser_plugin/browser_plugin_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698