KageKirin / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Eclipse generator does not generate a .classpath file #472

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout Chromium for Android
2. Set GYP_GENERATORS=eclipse
3. build/gyp_chromium
4. In out, observe that eclipse-cdt-settings.xml is generated, but a classpath 
file containing entries for Java packages and jar files is not.

What is the expected output? What do you see instead?

4. In out, observe that both eclipse-cdt-settings.xml and eclipse-classpath.xml 
are automatically generated.  The file that is generated matches the classpath 
file which is manually curated at 
https://code.google.com/p/chromium/wiki/AndroidEclipseDev .

What version of the product are you using? On what operating system?
N/A

Please provide any additional information below.
N/A

Original issue reported on code.google.com by mc...@amazon.com on 6 Dec 2014 at 12:31

GoogleCodeExporter commented 9 years ago
Proposed implementation: https://codereview.chromium.org/774693004

Original comment by mc...@amazon.com on 6 Dec 2014 at 12:32