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

Unified Diff: ui/keyboard/resources/compiled_resources.gyp

Issue 594603002: Compile ui/keyboard/ JS, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | ui/keyboard/resources/elements/kb-altkey-data.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/compiled_resources.gyp
diff --git a/third_party/android_opengl/etc1/etc1.gyp b/ui/keyboard/resources/compiled_resources.gyp
similarity index 57%
copy from third_party/android_opengl/etc1/etc1.gyp
copy to ui/keyboard/resources/compiled_resources.gyp
index bd9d4bf750f4e807207cffa291953179fd6af564..4830be15b8b9372c47897435d4b4ce08558c619b 100644
--- a/third_party/android_opengl/etc1/etc1.gyp
+++ b/ui/keyboard/resources/compiled_resources.gyp
@@ -1,16 +1,11 @@
# 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': 'etc1',
- 'type': 'static_library',
- 'sources': [
- 'etc1.cpp',
- 'etc1.h',
- ],
- },
- ]
+ 'target_name': 'keyboard',
+ 'includes': ['../../../third_party/closure_compiler/compile_js.gypi'],
+ }
+ ],
}
« no previous file with comments | « no previous file | ui/keyboard/resources/elements/kb-altkey-data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698