Index: build/android/pylib/device/commands/commands.gyp |
diff --git a/third_party/jstemplate/compiled_resources.gyp b/build/android/pylib/device/commands/commands.gyp |
similarity index 54% |
copy from third_party/jstemplate/compiled_resources.gyp |
copy to build/android/pylib/device/commands/commands.gyp |
index 7ad83736da435194ad593a00e234944fc3b65669..d173e39934a6a1a56043abc4e25779cb4f9b6622 100644 |
--- a/third_party/jstemplate/compiled_resources.gyp |
+++ b/build/android/pylib/device/commands/commands.gyp |
@@ -1,17 +1,18 @@ |
# Copyright 2014 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+ |
{ |
'targets': [ |
{ |
- 'target_name': 'jstemplate', |
+ 'target_name': 'chromium_commands', |
+ 'type': 'none', |
'variables': { |
- 'depends': [ |
- 'util.js', |
- 'jsevalcontext.js', |
- ], |
+ 'java_in_dir': ['java'], |
}, |
- 'includes': ['../../third_party/closure_compiler/compile_js.gypi'], |
+ 'includes': [ |
+ '../../../../../build/java.gypi', |
+ ], |
} |
], |
} |