Generate Java template enums into correct Java package hierarchy

The moves NetError.java (generated from NetError.template) from
out/Debug/gen/templates/org.chromium.net/NetError.java
to
out/Debug/gen/templates/org/chromium/net/NetError.java

This is intended to help IDEs find the generated files.


Review URL: https://chromiumcodereview.appspot.com/12374036

git-svn-id: http://src.chromium.org/svn/trunk/src/build@185702 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
newt@chromium.org 2013-03-02 16:39:08 +00:00
Родитель 9f4bd65362
Коммит 3c48b74b88
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@
# 'net/android/NetError.template',
# ],
# 'variables': {
# 'package_name': 'org.chromium.net',
# 'package_name': 'org/chromium/net',
# 'template_deps': ['net/base/certificate_mime_type_list.h'],
# },
# 'includes': [ '../build/android/java_constants.gypi' ],