OLD | NEW |
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 23 matching lines...) Expand all Loading... |
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', | 41 'other_sessions.js', |
42 'suggestions_page.js', | 42 'suggestions_page.js', |
43 'new_tab.js', | 43 'new_tab.js', |
44 'recently_closed.js', | |
45 ], | 44 ], |
46 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], | 45 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], |
47 }, | 46 }, |
48 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 47 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
49 } | 48 } |
50 ], | 49 ], |
51 } | 50 } |
OLD | NEW |