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

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

Issue 1140813003: NTP Zombie Code Slayer III, The Saga Continues: Foreign Sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@suggestions-page
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 20 matching lines...) Expand all
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 'most_visited_page.js',
37 'trash.js', 37 'trash.js',
38 'page_switcher.js', 38 'page_switcher.js',
39 'page_list_view.js', 39 'page_list_view.js',
40 'nav_dot.js', 40 'nav_dot.js',
41 'other_sessions.js',
42 'new_tab.js', 41 'new_tab.js',
43 ], 42 ],
44 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], 43 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
45 }, 44 },
46 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 45 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
47 } 46 }
48 ], 47 ],
49 } 48 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/other_devices.js ('k') | chrome/browser/resources/ntp4/new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698