| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 4c45e1532e0f1fbf9bc1135366f5162fced5ac10..b41587d121b56b293e9cbd177460df16466ab773 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -642,24 +642,7 @@
|
| 'dependencies': [
|
| 'content_shell_apk',
|
| ],
|
| - # This all_dependent_settings is used for java targets only. This will
|
| - # add the content_shell jar to the classpath of dependent java
|
| - # targets.
|
| - 'all_dependent_settings': {
|
| - 'variables': {
|
| - 'input_jars_paths': ['>(apk_output_jar_path)'],
|
| - },
|
| - },
|
| - # Add an action with the appropriate output. This allows the generated
|
| - # buildfiles to determine which target the output corresponds to.
|
| - 'actions': [
|
| - {
|
| - 'action_name': 'fake_generate_jar',
|
| - 'inputs': [],
|
| - 'outputs': ['>(apk_output_jar_path)'],
|
| - 'action': [],
|
| - },
|
| - ],
|
| + 'includes': [ '../build/apk_fake_jar.gypi' ],
|
| },
|
| {
|
| 'target_name': 'content_shell_apk',
|
|
|