diff options
author | yusufo@chromium.org <yusufo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-22 01:21:32 +0000 |
---|---|---|
committer | yusufo@chromium.org <yusufo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-22 01:21:32 +0000 |
commit | 7ebed72c88826819cdd70556ec1e8b12a9bc5b1d (patch) | |
tree | bf04c7043a808c1060cb163d17adb92209d8249b /net/net.gyp | |
parent | 9044da61083433b53cace2554f3c7e2230c683c9 (diff) | |
download | chromium_src-7ebed72c88826819cdd70556ec1e8b12a9bc5b1d.zip chromium_src-7ebed72c88826819cdd70556ec1e8b12a9bc5b1d.tar.gz chromium_src-7ebed72c88826819cdd70556ec1e8b12a9bc5b1d.tar.bz2 |
Revert "Revert 158067 - Remove native side of content_view_client"
The previous CL broke the build, because the changes in net_errors_java.template
didn't get the net_error_java target to be rebuilt. We needed a net.gyp change
that makes sure NetError.java gets recreated after the changes.
BUG=137967
TBR=jam@chromium.org, mkosiba@chromium.org, willchan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10963041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 44d46dc..366a452 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -2206,6 +2206,7 @@ 'direct_dependent_settings': { 'variables': { 'additional_src_dirs': ['<(SHARED_INTERMEDIATE_DIR)/net/template/'], + 'additional_input_paths': ['<(SHARED_INTERMEDIATE_DIR)/net/template/NetError.java'], }, }, 'actions': [ |