| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index d38741683a671cc6ffd481fe763dffc2a84c21b9..8f63175779396e2c9eb4a42b6af11101c38b0e13 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1366,7 +1366,7 @@
|
| 'resource_dir': 'shell/android/browsertests_apk/res',
|
| 'native_lib_target': 'libcontent_browsertests',
|
| 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
|
| - 'asset_location': '<(ant_build_out)/content_shell/assets',
|
| + 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
|
| },
|
| 'includes': [ '../build/java_apk.gypi' ],
|
| },
|
| @@ -1384,7 +1384,7 @@
|
| 'resource_dir': 'shell/android/linker_test_apk/res',
|
| 'native_lib_target': 'libcontent_android_linker_test',
|
| 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
|
| - 'asset_location': '<(ant_build_out)/content_shell/assets',
|
| + 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
|
| 'use_content_linker': '1',
|
| 'enable_content_linker_tests': '1',
|
| },
|
|
|