OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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': 'settings_resources', | 7 'target_name': 'settings_resources', |
8 'type': 'none', | 8 'type': 'none', |
9 'dependencies': [ | 9 'dependencies': [ |
10 'a11y_page/compiled_resources2.gyp:*', | 10 'a11y_page/compiled_resources2.gyp:*', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 { | 44 { |
45 'target_name': 'direction_delegate', | 45 'target_name': 'direction_delegate', |
46 'dependencies': [ | 46 'dependencies': [ |
47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
50 ], | 50 ], |
51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
52 }, | 52 }, |
53 { | 53 { |
| 54 'target_name': 'extension_control_browser_proxy', |
| 55 'dependencies': [ |
| 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 58 '<(EXTERNS_GYP):chrome_send', |
| 59 ], |
| 60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 61 }, |
| 62 { |
54 'target_name': 'lifetime_browser_proxy', | 63 'target_name': 'lifetime_browser_proxy', |
55 'dependencies': [ | 64 'dependencies': [ |
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
57 '<(EXTERNS_GYP):chrome_send', | 66 '<(EXTERNS_GYP):chrome_send', |
58 ], | 67 ], |
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 68 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
60 }, | 69 }, |
61 { | 70 { |
62 'target_name': 'route', | 71 'target_name': 'route', |
63 'dependencies': [ | 72 'dependencies': [ |
(...skipping 10 matching lines...) Expand all Loading... |
74 }, | 83 }, |
75 { | 84 { |
76 'target_name': 'global_scroll_target_behavior', | 85 'target_name': 'global_scroll_target_behavior', |
77 'dependencies': [ | 86 'dependencies': [ |
78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
79 ], | 88 ], |
80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 89 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
81 }, | 90 }, |
82 ], | 91 ], |
83 } | 92 } |
OLD | NEW |