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

Side by Side Diff: extensions/extensions_tests.gyp

Issue 1144493003: Extract //device/usb mocks so that they can be shared. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android and GN builds for real. 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
« no previous file with comments | « extensions/browser/api/usb/usb_apitest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 75 '<(DEPTH)/components/components.gyp:guest_view',
76 '<(DEPTH)/components/components.gyp:guest_view_test_support', 76 '<(DEPTH)/components/components.gyp:guest_view_test_support',
77 '<(DEPTH)/content/content.gyp:content_app_both', 77 '<(DEPTH)/content/content.gyp:content_app_both',
78 '<(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',
79 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 79 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
80 '<(DEPTH)/device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 80 '<(DEPTH)/device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
81 '<(DEPTH)/device/usb/usb.gyp:device_usb_mocks',
81 '<(DEPTH)/testing/gmock.gyp:gmock', 82 '<(DEPTH)/testing/gmock.gyp:gmock',
82 '<(DEPTH)/testing/gtest.gyp:gtest', 83 '<(DEPTH)/testing/gtest.gyp:gtest',
83 ], 84 ],
84 'defines': [ 85 'defines': [
85 'HAS_OUT_OF_PROC_TEST_RUNNER', 86 'HAS_OUT_OF_PROC_TEST_RUNNER',
86 ], 87 ],
87 'sources': [ 88 'sources': [
88 '<@(extensions_browsertests_sources)', 89 '<@(extensions_browsertests_sources)',
89 ], 90 ],
90 'conditions': [ 91 'conditions': [
(...skipping 30 matching lines...) Expand all
121 '../build/isolate.gypi', 122 '../build/isolate.gypi',
122 ], 123 ],
123 'sources': [ 124 'sources': [
124 'extensions_browsertests.isolate', 125 'extensions_browsertests.isolate',
125 ], 126 ],
126 }, 127 },
127 ], 128 ],
128 }], 129 }],
129 ], 130 ],
130 } 131 }
OLDNEW
« no previous file with comments | « extensions/browser/api/usb/usb_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698