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

Unified Diff: ash/common/resources/vector_icons_sources.gypi

Issue 2251643011: Move Ash-specific vector icons to ash/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for review Created 4 years, 4 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: ash/common/resources/vector_icons_sources.gypi
diff --git a/ui/file_manager/compile_js2.gypi b/ash/common/resources/vector_icons_sources.gypi
similarity index 55%
copy from ui/file_manager/compile_js2.gypi
copy to ash/common/resources/vector_icons_sources.gypi
index 75f5303a0fa8612c4737cf1eccf7099ed7601869..b9dbade797d99c25762dac3fc6f8f368917b40bb 100644
--- a/ui/file_manager/compile_js2.gypi
+++ b/ash/common/resources/vector_icons_sources.gypi
@@ -1,12 +1,12 @@
# Copyright 2016 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.
+
{
'variables': {
- 'closure_args': [
- '<@(default_closure_args)',
- 'warning_level=VERBOSE',
+ 'ash': [
+ 'common/resources/vector_icons/system_menu_keyboard.1x.icon',
+ 'common/resources/vector_icons/system_menu_keyboard.icon',
],
},
- 'includes': ['../../third_party/closure_compiler/compile_js2.gypi'],
}

Powered by Google App Engine
This is Rietveld 408576698