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

Side by Side Diff: chrome/browser/resources/extensions/compiled_resources2.gyp

Issue 2931243002: Unframe chrome://extensions as it's the last (and only) uber item (Closed)
Patch Set: merge Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'shortcut_util', 7 'target_name': 'shortcut_util',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'extension_error.js', 56 'extension_error.js',
57 '<(DEPTH)/ui/webui/resources/js/cr/ui.js', 57 '<(DEPTH)/ui/webui/resources/js/cr/ui.js',
58 '<(DEPTH)/ui/webui/resources/js/event_tracker.js', 58 '<(DEPTH)/ui/webui/resources/js/event_tracker.js',
59 '<(DEPTH)/ui/webui/resources/js/cr/ui/overlay.js', 59 '<(DEPTH)/ui/webui/resources/js/cr/ui/overlay.js',
60 '<(DEPTH)/ui/webui/resources/js/cr/ui/drag_wrapper.js', 60 '<(DEPTH)/ui/webui/resources/js/cr/ui/drag_wrapper.js',
61 'extension_code.js', 61 'extension_code.js',
62 '<(DEPTH)/ui/webui/resources/js/cr/event_target.js', 62 '<(DEPTH)/ui/webui/resources/js/cr/event_target.js',
63 '<(DEPTH)/third_party/jstemplate/jsevalcontext.js', 63 '<(DEPTH)/third_party/jstemplate/jsevalcontext.js',
64 'extension_command_list.js', 64 'extension_command_list.js',
65 '<(DEPTH)/ui/webui/resources/js/cr/ui/controlled_indicator.js', 65 '<(DEPTH)/ui/webui/resources/js/cr/ui/controlled_indicator.js',
66 '<(DEPTH)/chrome/browser/resources/uber/uber_utils.js',
67 'extension_error_overlay.js', 66 'extension_error_overlay.js',
68 'drag_and_drop_handler.js', 67 'drag_and_drop_handler.js',
69 '<(DEPTH)/ui/webui/resources/js/cr/ui/list_selection_model.js', 68 '<(DEPTH)/ui/webui/resources/js/cr/ui/list_selection_model.js',
70 '<(DEPTH)/third_party/jstemplate/jstemplate.js', 69 '<(DEPTH)/third_party/jstemplate/jstemplate.js',
71 'chromeos/kiosk_app_list.js', 70 'chromeos/kiosk_app_list.js',
72 '<(DEPTH)/third_party/closure_compiler/externs/developer_private.js', 71 '<(DEPTH)/third_party/closure_compiler/externs/developer_private.js',
73 'shortcut_util.js', 72 'shortcut_util.js',
74 'pack_extension_overlay.js', 73 'pack_extension_overlay.js',
75 ], 74 ],
76 }, 75 },
77 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 76 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
78 } 77 }
79 ] 78 ]
80 } 79 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698