| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index c35c027c210dd782a937ee2539cb09dcff085128..4598a509e93b27eb209127ed10ff06d3b8f8f2b1 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2230,6 +2230,8 @@
|
| # Runtime dependencies
|
| '../third_party/mesa/mesa.gyp:osmesa',
|
| '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn',
|
| + # build time dependency.
|
| + '../v8/src/d8.gyp:d8#host',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -2536,7 +2538,7 @@
|
| 'extension': 'js',
|
| 'inputs': [
|
| '<(gypv8sh)',
|
| - '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
|
| '<(mock_js)',
|
| '<(test_api_js)',
|
| '<(js2webui)',
|
| @@ -2743,8 +2745,6 @@
|
| }],
|
| ['target_arch!="arm"', {
|
| 'dependencies': [
|
| - # build time dependency.
|
| - '../v8/tools/gyp/v8.gyp:v8_shell#host',
|
| # run time dependency
|
| '../webkit/webkit.gyp:copy_npapi_test_plugin',
|
| ],
|
|
|