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

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: Fixed Mac Build + GN Test builds 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 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '<(DEPTH)/chromeos/chromeos.gyp:chromeos_test_support', 61 '<(DEPTH)/chromeos/chromeos.gyp:chromeos_test_support',
62 ], 62 ],
63 }], 63 }],
64 ], 64 ],
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 '../components/components.gyp:guest_view',
71 'extensions.gyp:extensions_test_support', 72 'extensions.gyp:extensions_test_support',
72 'shell/app_shell.gyp:app_shell_lib', 73 'shell/app_shell.gyp:app_shell_lib',
73 # TODO(yoz): find the right deps 74 # TODO(yoz): find the right deps
74 '<(DEPTH)/base/base.gyp:test_support_base', 75 '<(DEPTH)/base/base.gyp:test_support_base',
75 '<(DEPTH)/content/content.gyp:content_app_both', 76 '<(DEPTH)/content/content.gyp:content_app_both',
76 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt', 77 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt',
77 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 78 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
78 '<(DEPTH)/device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 79 '<(DEPTH)/device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
79 '<(DEPTH)/testing/gmock.gyp:gmock', 80 '<(DEPTH)/testing/gmock.gyp:gmock',
80 '<(DEPTH)/testing/gtest.gyp:gtest', 81 '<(DEPTH)/testing/gtest.gyp:gtest',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '../build/isolate.gypi', 120 '../build/isolate.gypi',
120 ], 121 ],
121 'sources': [ 122 'sources': [
122 'extensions_browsertests.isolate', 123 'extensions_browsertests.isolate',
123 ], 124 ],
124 }, 125 },
125 ], 126 ],
126 }], 127 }],
127 ], 128 ],
128 } 129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698