| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 17d96981443cf499f8ac9d3a86fcca6c033ede2a..d66d29b00ab3cb84d42af0c70aa01ec476030e52 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -635,7 +635,7 @@
|
| # Release mode. I don't think it matters (e.g. we're
|
| # probably happy to not codesign) but naming should be
|
| # fixed.
|
| - '<(PRODUCT_DIR)/content_shell/ContentShell-debug.apk',
|
| + '<(PRODUCT_DIR)/apks/ContentShell-debug.apk',
|
| ],
|
| 'action': [
|
| # Pass the build type to ant. Currently it only assumes
|
| @@ -651,6 +651,7 @@
|
| '-DANDROID_GDBSERVER=<(android_gdbserver)',
|
| '-DCONFIGURATION_NAME=<(CONFIGURATION_NAME)',
|
| '-DINPUT_JARS_PATHS=>(input_jars_paths)',
|
| + '-DCHROMIUM_SRC=<(ant_build_out)/../..',
|
| '-buildfile',
|
| 'shell/android/java/content_shell_apk.xml',
|
| ],
|
|
|