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

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

Issue 2733463002: MD Bookmarks: Add basic page features to new data-flow system (Closed)
Patch Set: calamity@ review Created 3 years, 9 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: 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
index 8e39c8892dc25940b638cd467f3df68534ccf407..78f7e98bca86f2a907abcbffa1d6a42f8fa4e475 100644
--- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
@@ -4,6 +4,16 @@
{
'targets': [
{
+ 'target_name': 'actions',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'util',
+ 'types',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
+ },
+ {
'target_name': 'app',
'dependencies': [
'<(EXTERNS_GYP):chrome_extensions',
@@ -52,6 +62,7 @@
'target_name': 'reducers',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ 'actions',
'types',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -97,5 +108,14 @@
'target_name': 'types',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
},
+ {
+ 'target_name': 'util',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'types',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698