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

Unified Diff: ui/webui/resources/js/cr/ui/compiled_resources2.gyp

Issue 2779663002: Compile cr.ui.Table and cr.ui.table.* in gyp v2 (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | ui/webui/resources/js/cr/ui/table.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/cr/ui/compiled_resources2.gyp
diff --git a/ui/webui/resources/js/cr/ui/compiled_resources2.gyp b/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
index 6682f542cb27b005f86ae6b93ced715db54078dc..912060a14e08d62d4fdf67c9c8f268638ea3c7e0 100644
--- a/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
+++ b/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
@@ -169,5 +169,16 @@
],
'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
+ {
+ 'target_name': 'table',
+ 'dependencies': [
+ 'list',
+ 'list_single_selection_model',
+ 'table/compiled_resources2.gyp:table_column_model',
+ 'table/compiled_resources2.gyp:table_header',
+ 'table/compiled_resources2.gyp:table_list',
+ ],
+ 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
],
}
« no previous file with comments | « no previous file | ui/webui/resources/js/cr/ui/table.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698