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 20 matching lines...) Expand all Loading... |
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 } |
OLD | NEW |