Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2236)

Unified Diff: build/android/pylib/device/commands/commands.gyp

Issue 646523002: [Android] Add zip pushing and refine push mode selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix findbugs issues. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
}
],
}
« no previous file with comments | « build/android/pylib/device/commands/__init__.py ('k') | build/android/pylib/device/commands/install_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698