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

Side by Side Diff: extensions/extensions_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 Jochen's comment + GuestViewBase cleanup Created 5 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'extensions_tests.gypi', 3 'extensions_tests.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Product name is used for Mac bundle. 6 # Product name is used for Mac bundle.
7 'app_shell_product_name': 'App Shell', 7 'app_shell_product_name': 'App Shell',
8 # The version is high enough to be supported by Omaha (at least 31) 8 # The version is high enough to be supported by Omaha (at least 31)
9 # but fake enough to be obviously not a Chrome release. 9 # but fake enough to be obviously not a Chrome release.
10 'app_shell_version': '38.1234.5678.9', 10 'app_shell_version': '38.1234.5678.9',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 }, 65 },
66 { 66 {
67 # GN version: //extensions:extensions_browsertests 67 # GN version: //extensions:extensions_browsertests
68 'target_name': 'extensions_browsertests', 68 'target_name': 'extensions_browsertests',
69 'type': '<(gtest_target_type)', 69 'type': '<(gtest_target_type)',
70 'dependencies': [ 70 'dependencies': [
71 'extensions.gyp:extensions_test_support', 71 'extensions.gyp:extensions_test_support',
72 'shell/app_shell.gyp:app_shell_lib', 72 'shell/app_shell.gyp:app_shell_lib',
73 # TODO(yoz): find the right deps 73 # TODO(yoz): find the right deps
74 '<(DEPTH)/base/base.gyp:test_support_base', 74 '<(DEPTH)/base/base.gyp:test_support_base',
75 '<(DEPTH)/components/components.gyp:guest_view',
76 '<(DEPTH)/components/components.gyp:guest_view_test_support',
75 '<(DEPTH)/content/content.gyp:content_app_both', 77 '<(DEPTH)/content/content.gyp:content_app_both',
76 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt', 78 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt',
77 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 79 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
78 '<(DEPTH)/device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 80 '<(DEPTH)/device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
79 '<(DEPTH)/testing/gmock.gyp:gmock', 81 '<(DEPTH)/testing/gmock.gyp:gmock',
80 '<(DEPTH)/testing/gtest.gyp:gtest', 82 '<(DEPTH)/testing/gtest.gyp:gtest',
81 ], 83 ],
82 'defines': [ 84 'defines': [
83 'HAS_OUT_OF_PROC_TEST_RUNNER', 85 'HAS_OUT_OF_PROC_TEST_RUNNER',
84 ], 86 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '../build/isolate.gypi', 121 '../build/isolate.gypi',
120 ], 122 ],
121 'sources': [ 123 'sources': [
122 'extensions_browsertests.isolate', 124 'extensions_browsertests.isolate',
123 ], 125 ],
124 }, 126 },
125 ], 127 ],
126 }], 128 }],
127 ], 129 ],
128 } 130 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698