commit | f5ba34c08b2a4d45edfc9926f4b2b10b9b53791b | [log] [tgz] |
---|---|---|
author | Michael Zhou <moz@google.com> | Tue Jun 25 15:00:39 2013 -0700 |
committer | Michael Zhou <moz@google.com> | Tue Jun 25 15:00:39 2013 -0700 |
tree | eaf4aa1ad8dd5e599346c2bab25eec5dc9124417 | |
parent | 964af9d4096cfa2d5028fd40502eddff34e41b8d [diff] [blame] |
Fix dependency for ui_tests LineMapperTest depends on //gerrit-common:client but it wasn't added as a dependency in the BUCK file. Change-Id: Id108888169427cdffd19095dd253b4a90ec91ba2
diff --git a/gerrit-gwtui/BUCK b/gerrit-gwtui/BUCK index fbd493f..ef8d3cb 100644 --- a/gerrit-gwtui/BUCK +++ b/gerrit-gwtui/BUCK
@@ -92,6 +92,7 @@ ], deps = [ ':ui_module', + '//gerrit-common:client', '//lib:junit', '//lib/gwt:dev', '//lib/gwt:user',