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

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

Issue 2289303007: Re-instate ui/*compiled_resources*.gyp files (Closed)
Patch Set: Created 4 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 | « ui/file_manager/video_player/js/compiled_resources2.gyp ('k') | no next file » | 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/net/net.isolate b/ui/keyboard/resources/compiled_resources.gyp
similarity index 55%
copy from net/net.isolate
copy to ui/keyboard/resources/compiled_resources.gyp
index cd2d2666a830f73955db56800360e94ce9f3c218..4830be15b8b9372c47897435d4b4ce08558c619b 100644
--- a/net/net.isolate
+++ b/ui/keyboard/resources/compiled_resources.gyp
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'conditions': [
- ],
- 'includes': [
- '../base/base.isolate',
- '../gin/v8.isolate',
+ 'targets': [
+ {
+ 'target_name': 'keyboard',
+ 'includes': ['../../../third_party/closure_compiler/compile_js.gypi'],
+ }
],
}
« no previous file with comments | « ui/file_manager/video_player/js/compiled_resources2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698