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

Side by Side Diff: chrome/browser/resources/ntp4/compiled_resources.gyp

Issue 1151563005: Revert of NTP Zombie Code Slayer Part IV: Most Visited (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 2014 The Chromium Authors. All rights reserved. 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 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': 'apps_page', 7 'target_name': 'apps_page',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' ,
(...skipping 15 matching lines...) Expand all
26 '../../../../ui/webui/resources/js/cr/ui/focus_manager.js', 26 '../../../../ui/webui/resources/js/cr/ui/focus_manager.js',
27 '../../../../ui/webui/resources/js/cr/ui/menu.js', 27 '../../../../ui/webui/resources/js/cr/ui/menu.js',
28 '../../../../ui/webui/resources/js/cr/ui/menu_item.js', 28 '../../../../ui/webui/resources/js/cr/ui/menu_item.js',
29 '../../../../ui/webui/resources/js/cr/ui/position_util.js', 29 '../../../../ui/webui/resources/js/cr/ui/position_util.js',
30 '../../../../ui/webui/resources/js/cr/ui/menu_button.js', 30 '../../../../ui/webui/resources/js/cr/ui/menu_button.js',
31 '../../../../ui/webui/resources/js/cr/ui/context_menu_button.js', 31 '../../../../ui/webui/resources/js/cr/ui/context_menu_button.js',
32 '../../../../ui/webui/resources/js/cr/ui/touch_handler.js', 32 '../../../../ui/webui/resources/js/cr/ui/touch_handler.js',
33 'logging.js', 33 'logging.js',
34 'tile_page.js', 34 'tile_page.js',
35 'dot_list.js', 35 'dot_list.js',
36 'most_visited_page.js',
36 'trash.js', 37 'trash.js',
37 'page_switcher.js', 38 'page_switcher.js',
38 'page_list_view.js', 39 'page_list_view.js',
39 'nav_dot.js', 40 'nav_dot.js',
40 'new_tab.js', 41 'new_tab.js',
41 ], 42 ],
42 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], 43 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
43 }, 44 },
44 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 45 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
45 } 46 }
46 ], 47 ],
47 } 48 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | chrome/browser/resources/ntp4/most_visited_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698