Skip to content

Commit

Permalink
Fix missing dependency on java inputs for ContentShellTest.apk.
Browse files Browse the repository at this point in the history
This was causing the test to occasionly not pick up changes.

Tested with: nbuild content_shell_test_apk && touch content/shell/android/javatests/src/org/chromium/content_shell/ContentShellUrlTest.java && nbuild content_shell_test_apk


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150210 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
yfriedman@chromium.org committed Aug 7, 2012
1 parent b5560ae commit 5eceddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/content_tests.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@
'inputs': [
'<(DEPTH)/content/shell/android/javatests/content_shell_test_apk.xml',
'<(DEPTH)/content/shell/android/javatests/AndroidManifest.xml',
'<!@(find <(DEPTH)/content/shell/android/javatests/ -name "*.java")'
],
'outputs': [
'<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk',
Expand Down

0 comments on commit 5eceddb

Please sign in to comment.