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

Unified Diff: ui/file_manager/compile_js.gypi

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use type cast for createElement, fix indent. Created 5 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: ui/file_manager/compile_js.gypi
diff --git a/testing/legion/examples/http_example/http_test.isolate b/ui/file_manager/compile_js.gypi
similarity index 55%
copy from testing/legion/examples/http_example/http_test.isolate
copy to ui/file_manager/compile_js.gypi
index 605551bf0740989d6b2d51ab5be8aa386bc6a52b..f82d56ee6d440964371d4f3f854df81a989db466 100644
--- a/testing/legion/examples/http_example/http_test.isolate
+++ b/ui/file_manager/compile_js.gypi
@@ -1,18 +1,11 @@
# Copyright 2015 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.
-
{
- 'includes': [
- '../../../legion/legion.isolate'
- ],
'variables': {
- 'command': [
- 'python',
- 'http_test.py',
- ],
- 'files': [
- 'http_test.py',
+ 'closure_args': [
+ 'warning_level=VERBOSE',
],
},
+ 'includes': ['../../third_party/closure_compiler/compile_js.gypi'],
}

Powered by Google App Engine
This is Rietveld 408576698