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

Side by Side Diff: components/guest_view.gypi

Issue 1161483004: Move guest view container message routing out of content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ChromeGVCDispatcher + sync Created 5 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 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 '../content/content.gyp:content_common', 58 '../content/content.gyp:content_common',
59 '../content/content.gyp:content_renderer', 59 '../content/content.gyp:content_renderer',
60 '../third_party/WebKit/public/blink.gyp:blink', 60 '../third_party/WebKit/public/blink.gyp:blink',
61 '../v8/tools/gyp/v8.gyp:v8', 61 '../v8/tools/gyp/v8.gyp:v8',
62 'guest_view_common' 62 'guest_view_common'
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',
69 'guest_view/renderer/guest_view_container_dispatcher.h',
68 'guest_view/renderer/guest_view_container.cc', 70 'guest_view/renderer/guest_view_container.cc',
69 'guest_view/renderer/guest_view_container.h', 71 'guest_view/renderer/guest_view_container.h',
70 'guest_view/renderer/guest_view_request.cc', 72 'guest_view/renderer/guest_view_request.cc',
71 'guest_view/renderer/guest_view_request.h' 73 'guest_view/renderer/guest_view_request.h'
72 ], 74 ],
73 }, 75 },
74 { 76 {
75 'target_name': 'guest_view_test_support', 77 'target_name': 'guest_view_test_support',
76 'type': 'static_library', 78 'type': 'static_library',
77 'dependencies': [ 79 'dependencies': [
78 '../base/base.gyp:base', 80 '../base/base.gyp:base',
79 '../content/content_shell_and_tests.gyp:test_support_content', 81 '../content/content_shell_and_tests.gyp:test_support_content',
80 'guest_view_browser', 82 'guest_view_browser',
81 ], 83 ],
82 'include_dirs': [ 84 'include_dirs': [
83 '..', 85 '..',
84 ], 86 ],
85 'sources': [ 87 'sources': [
86 'guest_view/browser/test_guest_view_manager.h', 88 'guest_view/browser/test_guest_view_manager.h',
87 'guest_view/browser/test_guest_view_manager.cc', 89 'guest_view/browser/test_guest_view_manager.cc',
88 ], 90 ],
89 } 91 }
90 ], 92 ],
91 }] 93 }]
92 ] 94 ]
93 } 95 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/guest_view/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698