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

Side by Side Diff: chrome/browser/resources/bookmark_manager/js/compiled_resources.gyp

Issue 543863002: Typecheck chrome://bookmarks using Closure Compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: debug warns Created 6 years, 2 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
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
7 'target_name': 'main',
8 'variables': {
9 'depends': [
10 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla te',
11 '../../../../../ui/webui/resources/js/cr.js',
12 '../../../../../ui/webui/resources/js/cr/event_target.js',
13 '../../../../../ui/webui/resources/js/cr/link_controller.js',
14 '../../../../../ui/webui/resources/js/cr/ui.js',
15 '../../../../../ui/webui/resources/js/cr/ui/array_data_model.js',
16 '../../../../../ui/webui/resources/js/cr/ui/command.js',
17 '../../../../../ui/webui/resources/js/cr/ui/context_menu_button.js',
18 '../../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js',
19 '../../../../../ui/webui/resources/js/cr/ui/focus_outline_manager.js',
20 '../../../../../ui/webui/resources/js/cr/ui/list.js',
21 '../../../../../ui/webui/resources/js/cr/ui/list_item.js',
22 '../../../../../ui/webui/resources/js/cr/ui/list_selection_controller. js',
23 '../../../../../ui/webui/resources/js/cr/ui/list_selection_model.js',
24 '../../../../../ui/webui/resources/js/cr/ui/menu.js',
25 '../../../../../ui/webui/resources/js/cr/ui/menu_button.js',
26 '../../../../../ui/webui/resources/js/cr/ui/menu_item.js',
27 '../../../../../ui/webui/resources/js/cr/ui/position_util.js',
28 '../../../../../ui/webui/resources/js/cr/ui/splitter.js',
29 '../../../../../ui/webui/resources/js/cr/ui/touch_handler.js',
30 '../../../../../ui/webui/resources/js/cr/ui/tree.js',
31 '../../../../../ui/webui/resources/js/event_tracker.js',
32 '../../../../../ui/webui/resources/js/i18n_template_no_process.js',
33 '../../../../../ui/webui/resources/js/load_time_data.js',
34 '../../../../../ui/webui/resources/js/util.js',
35 '../../../../../chrome/browser/resources/bookmark_manager/js/bmm.js',
36 '../../../../../chrome/browser/resources/bookmark_manager/js/bmm/bookm ark_list.js',
37 '../../../../../chrome/browser/resources/bookmark_manager/js/bmm/bookm ark_tree.js',
38 '../../../../../chrome/browser/resources/bookmark_manager/js/dnd.js',
39 ],
40 'externs': [
41 '<(CLOSURE_DIR)/externs/bookmark_manager_private.js',
42 '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
43 '<(CLOSURE_DIR)/externs/chrome_extensions.js',
44 '<(CLOSURE_DIR)/externs/metrics_private.js',
45 '<(CLOSURE_DIR)/externs/system_private.js',
46 '../../../../../ui/webui/resources/js/template_data_externs.js',
47 ],
48 },
49 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
50 }
51 ],
52 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/bookmark_manager/js/bmm/bookmark_tree.js ('k') | chrome/browser/resources/bookmark_manager/js/dnd.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698