| 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': 'externs', | 7 'target_name': 'externs', |
| 8 'includes': ['../../../../third_party/closure_compiler/externs_js.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/externs_js.gypi'], |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row'
, | 32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row'
, |
| 33 'item_view', | 33 'item_view', |
| 34 ], | 34 ], |
| 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 36 }, | 36 }, |
| 37 { | 37 { |
| 38 'target_name': 'manager', | 38 'target_name': 'manager', |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:action_link', | |
| 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | |
| 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker', | 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker', |
| 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 46 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', | 45 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', |
| 47 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', | 46 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
| 48 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', | 47 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 49 'constants', | 48 'constants', |
| 50 'throttled_icon_loader', | 49 'throttled_icon_loader', |
| 51 'item_view', | 50 'item_view', |
| 52 'focus_row', | 51 'focus_row', |
| 53 '<(EXTERNS_GYP):chrome_send', | 52 '<(EXTERNS_GYP):chrome_send', |
| 54 'externs', | 53 'externs', |
| 55 ], | 54 ], |
| 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 57 }, | 56 }, |
| 58 { | 57 { |
| 59 'target_name': 'throttled_icon_loader', | 58 'target_name': 'throttled_icon_loader', |
| 60 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c
r'], | 59 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c
r'], |
| 61 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 62 }, | 61 }, |
| 63 ], | 62 ], |
| 64 } | 63 } |
| OLD | NEW |