| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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': 'constants', | 7 'target_name': 'constants', |
| 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 'history_item', | 27 'history_item', |
| 28 '../history/compiled_resources2.gyp:externs', | 28 '../history/compiled_resources2.gyp:externs', |
| 29 ], | 29 ], |
| 30 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 30 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 'target_name': 'history_toolbar', | 33 'target_name': 'history_toolbar', |
| 34 'dependencies': [ | 34 'dependencies': [ |
| 35 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field', | 35 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field', |
| 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 37 ], | 38 ], |
| 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 39 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 39 }, | 40 }, |
| 40 { | 41 { |
| 41 'target_name': 'history', | 42 'target_name': 'history', |
| 42 'dependencies': [ | 43 'dependencies': [ |
| 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 45 'constants', | 46 'constants', |
| 46 'app', | 47 'app', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 }, | 79 }, |
| 79 { | 80 { |
| 80 'target_name': 'synced_device_manager', | 81 'target_name': 'synced_device_manager', |
| 81 'dependencies': [ | 82 'dependencies': [ |
| 82 'synced_device_card', | 83 'synced_device_card', |
| 83 ], | 84 ], |
| 84 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 85 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 85 }, | 86 }, |
| 86 ], | 87 ], |
| 87 } | 88 } |
| OLD | NEW |