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

Side by Side Diff: components/guest_view.gypi

Issue 972313002: Make <webview> use out-of-process iframe architecture. (Closed) Base URL: ssh://saopaulo.wat/mnt/dev/shared/src@testoopif2z-better-chrome
Patch Set: sync Created 5 years, 5 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 | « no previous file | components/guest_view/browser/guest_view_base.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'conditions': [ 5 'conditions': [
6 ['OS != "ios"', { 6 ['OS != "ios"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'guest_view_browser', 9 'target_name': 'guest_view_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ], 63 ],
64 'include_dirs': [ 64 'include_dirs': [
65 '..', 65 '..',
66 ], 66 ],
67 'sources': [ 67 'sources': [
68 'guest_view/renderer/guest_view_container_dispatcher.cc', 68 'guest_view/renderer/guest_view_container_dispatcher.cc',
69 'guest_view/renderer/guest_view_container_dispatcher.h', 69 'guest_view/renderer/guest_view_container_dispatcher.h',
70 'guest_view/renderer/guest_view_container.cc', 70 'guest_view/renderer/guest_view_container.cc',
71 'guest_view/renderer/guest_view_container.h', 71 'guest_view/renderer/guest_view_container.h',
72 'guest_view/renderer/guest_view_request.cc', 72 'guest_view/renderer/guest_view_request.cc',
73 'guest_view/renderer/guest_view_request.h' 73 'guest_view/renderer/guest_view_request.h',
74 'guest_view/renderer/iframe_guest_view_container.cc',
75 'guest_view/renderer/iframe_guest_view_container.h',
76 'guest_view/renderer/iframe_guest_view_request.cc',
77 'guest_view/renderer/iframe_guest_view_request.h',
74 ], 78 ],
75 }, 79 },
76 { 80 {
77 'target_name': 'guest_view_test_support', 81 'target_name': 'guest_view_test_support',
78 'type': 'static_library', 82 'type': 'static_library',
79 'dependencies': [ 83 'dependencies': [
80 '../base/base.gyp:base', 84 '../base/base.gyp:base',
81 '../content/content_shell_and_tests.gyp:test_support_content', 85 '../content/content_shell_and_tests.gyp:test_support_content',
82 'guest_view_browser', 86 'guest_view_browser',
83 ], 87 ],
84 'include_dirs': [ 88 'include_dirs': [
85 '..', 89 '..',
86 ], 90 ],
87 'sources': [ 91 'sources': [
88 'guest_view/browser/test_guest_view_manager.h', 92 'guest_view/browser/test_guest_view_manager.h',
89 'guest_view/browser/test_guest_view_manager.cc', 93 'guest_view/browser/test_guest_view_manager.cc',
90 ], 94 ],
91 } 95 }
92 ], 96 ],
93 }] 97 }]
94 ] 98 ]
95 } 99 }
OLDNEW
« no previous file with comments | « no previous file | components/guest_view/browser/guest_view_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698