| COMMON = ['gerrit-gwtui-common/src/main/java/'] |
| SRC = 'src/main/java/com/google/gerrit/' |
| SRCS = glob([SRC + '**/*.java']) |
| '//gerrit-gwtui-common:client-lib', |
| exported_deps = [':gwtui-api-lib2'], |
| resources = glob(['src/main/**/*']), |
| exported_deps = ['//gerrit-gwtui-common:client-lib2'], |
| '//gerrit-gwtui-common:client-src-lib', |
| name = 'gwtui-api-src-lib', |
| resources = glob(['src/main/**/*']), |
| name = 'gwtui-api-javadoc', |
| title = 'Gerrit Review GWT Extension API Documentation', |
| pkg = 'com.google.gerrit', |
| paths = ['src/main/java'] + COMMON, |
| deps = DEPS + ['//gerrit-gwtui-common:client-lib2'], |