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

Unified Diff: chrome/browser/resources/md_bookmarks/compiled_resources2.gyp

Issue 2616663003: [MD Bookmarks] Add closure compilation to MD Bookmarks. (Closed)
Patch Set: Sort dependency. Created 3 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 | « no previous file | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
diff --git a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..318e2f9db7351006af0aa270ed725e3e7e46a344
--- /dev/null
+++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
@@ -0,0 +1,62 @@
+# 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.
+{
+ 'targets': [
+ {
+ 'target_name': 'app',
+ 'dependencies': [
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'store'
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'folder_node',
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ 'dependencies': [
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'store'
+ ],
+ },
+ {
+ 'target_name': 'item',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
+ '<(EXTERNS_GYP):chrome_extensions',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'list',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
+ '<(EXTERNS_GYP):bookmark_manager_private',
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'item',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'sidebar',
+ 'dependencies': [
+ 'folder_node',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'store',
+ 'dependencies': [
+ '<(EXTERNS_GYP):chrome_extensions'
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
+ },
+ {
+ 'target_name': 'toolbar',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ ]
+}
« no previous file with comments | « no previous file | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698