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

Unified Diff: chrome/chrome_repack_chrome_material_100_percent.gypi

Issue 1197813002: Generate resource pak files for top chrome material design assets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-upload Created 5 years, 6 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/chrome_repack_chrome_material_200_percent.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_chrome_material_100_percent.gypi
diff --git a/chrome/chrome_repack_chrome_material_100_percent.gypi b/chrome/chrome_repack_chrome_material_100_percent.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..0d4e9cba32e64d5ec02ef92c55f893ebfbf795bc
--- /dev/null
+++ b/chrome/chrome_repack_chrome_material_100_percent.gypi
@@ -0,0 +1,14 @@
+# 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.
+{
+ # GN version: //chrome:repack_chrome_material_100_percent
+ 'action_name': 'repack_chrome_resources_material_100_percent',
+ 'variables': {
+ 'pak_inputs': [
+ '<(grit_out_dir)/theme_resources_material_100_percent.pak',
+ ],
+ 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_material_100_percent.pak',
+ },
+ 'includes': [ '../build/repack_action.gypi' ],
+}
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/chrome_repack_chrome_material_200_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698