OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |