diff options
Diffstat (limited to 'chrome/browser/resources/md_downloads/compiled_resources2.gyp')
| -rw-r--r-- | chrome/browser/resources/md_downloads/compiled_resources2.gyp | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/chrome/browser/resources/md_downloads/compiled_resources2.gyp b/chrome/browser/resources/md_downloads/compiled_resources2.gyp index 78f2cbc..bc280d8 100644 --- a/chrome/browser/resources/md_downloads/compiled_resources2.gyp +++ b/chrome/browser/resources/md_downloads/compiled_resources2.gyp @@ -18,22 +18,18 @@ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], }, { - 'target_name': 'focus_row', - 'dependencies': [ - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', - '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row', - ], - 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], + 'target_name': 'externs', + 'includes': ['../../../../third_party/closure_compiler/externs_js.gypi'], }, { 'target_name': 'item', 'dependencies': [ + # TODO(dbeam): create compiled_resources2.gyp files for Polymer. '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', - '../downloads/compiled_resources2.gyp:constants', - '../downloads/compiled_resources2.gyp:throttled_icon_loader', - '../downloads/compiled_resources2.gyp:externs', + 'constants', 'action_service', + 'externs', ], 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], }, @@ -45,9 +41,7 @@ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', - '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid', 'action_service', - 'focus_row', 'item', 'toolbar', '<(EXTERNS_GYP):chrome_send', @@ -56,14 +50,11 @@ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], }, { - 'target_name': 'throttled_icon_loader', - 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'], - 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], - }, - { 'target_name': 'toolbar', 'dependencies': [ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', + '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp:cr_search_field', 'action_service', ], 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
