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

Unified Diff: components/components_tests.gyp

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed John's comments Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components.gyp ('k') | components/constrained_window/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 78092da4f484bd37cdd21f372b81a62a2108a90e..cdeacbbb314219caab6e5fd963e236e6aac8800b 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -217,6 +217,9 @@
'google/core/browser/google_url_tracker_unittest.cc',
'google/core/browser/google_util_unittest.cc',
],
+ 'guest_view_unittest_sources': [
+ 'guest_view/browser/guest_view_manager_unittest.cc'
+ ],
'history_unittest_sources': [
'history/content/browser/content_history_backend_unittest.cc',
'history/core/browser/android/android_history_types_unittest.cc',
@@ -751,6 +754,8 @@
'components.gyp:gcm_driver',
'components.gyp:gcm_driver_test_support',
'components.gyp:google_core_browser',
+ 'components.gyp:guest_view',
+ 'components.gyp:guest_view_test_support',
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
'components.gyp:history_core_test_support',
@@ -839,6 +844,7 @@
'sources': [
'<@(devtools_http_handler_unittest_sources)',
'<@(error_page_unittest_sources)',
+ '<@(guest_view_unittest_sources)',
'<@(navigation_interception_unittest_sources)',
'<@(network_hints_unittest_sources)',
'<@(power_unittest_sources)',
« no previous file with comments | « components/components.gyp ('k') | components/constrained_window/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698