| 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 24 matching lines...) Expand all Loading... |
| 35 'constants', | 35 'constants', |
| 36 'browser_service', | 36 'browser_service', |
| 37 'history_item', | 37 'history_item', |
| 38 '../history/compiled_resources2.gyp:externs', | 38 '../history/compiled_resources2.gyp:externs', |
| 39 ], | 39 ], |
| 40 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 40 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 'target_name': 'history_toolbar', | 43 'target_name': 'history_toolbar', |
| 44 'dependencies': [ | 44 'dependencies': [ |
| 45 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field', | 45 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 48 ], | 48 ], |
| 49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 'target_name': 'history', | 52 'target_name': 'history', |
| 53 'dependencies': [ | 53 'dependencies': [ |
| 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 'target_name': 'synced_device_manager', | 91 'target_name': 'synced_device_manager', |
| 92 'dependencies': [ | 92 'dependencies': [ |
| 93 'synced_device_card', | 93 'synced_device_card', |
| 94 ], | 94 ], |
| 95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 96 }, | 96 }, |
| 97 ], | 97 ], |
| 98 } | 98 } |
| OLD | NEW |