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

Unified Diff: chrome/browser/resources/md_history/compiled_resources.gyp

Issue 1574063003: MD History: Add basic material design history cards and history items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PLS Created 4 years, 11 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/browser/resources/history/history.js ('k') | chrome/browser/resources/md_history/history_card.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/compiled_resources.gyp
diff --git a/chrome/browser/resources/md_history/compiled_resources.gyp b/chrome/browser/resources/md_history/compiled_resources.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..ad66c442948dc5d5d02ad8fc9155aa2928ca9bb8
--- /dev/null
+++ b/chrome/browser/resources/md_history/compiled_resources.gyp
@@ -0,0 +1,34 @@
+# 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.
+
+# Closure compiler definition for MD History. Not tied into the main closure
+# build while we get oriented with the system.
+# To compile:
+# GYP_GENERATORS=ninja tools/gyp/gyp --depth . -Goutput_dir=out_closure \
+# chrome/browser/resources/md_history/compiled_resources.gyp
+# ninja -C out_closure/Default
+{
+ 'targets': [
+ {
+ 'target_name': 'history',
+
+ 'variables': {
+ 'depends': [
+ '../../../../ui/webui/resources/js/cr.js',
+ '../../../../ui/webui/resources/js/util.js',
+ '../../../../ui/webui/resources/js/cr/ui/position_util.js',
+ 'history_card_manager.js',
+ 'history_card.js',
+ 'history_item.js',
+ ],
+ 'externs': [
+ '<(EXTERNS_DIR)/chrome_send.js',
+ '../history/externs.js',
+ ],
+ },
+
+ 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
+ ],
+}
« no previous file with comments | « chrome/browser/resources/history/history.js ('k') | chrome/browser/resources/md_history/history_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698