| 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 'dependencies': [ | 8 'dependencies': [ |
| 9 '../history/compiled_resources2.gyp:externs', | 9 '../history/compiled_resources2.gyp:externs', |
| 10 ], | 10 ], |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 37 'constants', | 37 'constants', |
| 38 'browser_service', | 38 'browser_service', |
| 39 '../history/compiled_resources2.gyp:externs', | 39 '../history/compiled_resources2.gyp:externs', |
| 40 ], | 40 ], |
| 41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 'target_name': 'history_list', | 44 'target_name': 'history_list', |
| 45 'dependencies': [ | 45 'dependencies': [ |
| 46 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', |
| 46 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres
hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', | 47 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres
hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', |
| 47 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', | 48 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 50 'constants', | 51 'constants', |
| 51 'browser_service', | 52 'browser_service', |
| 52 'history_item', | 53 'history_item', |
| 53 '../history/compiled_resources2.gyp:externs', | 54 '../history/compiled_resources2.gyp:externs', |
| 54 ], | 55 ], |
| 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 }, | 119 }, |
| 119 { | 120 { |
| 120 'target_name': 'synced_device_manager', | 121 'target_name': 'synced_device_manager', |
| 121 'dependencies': [ | 122 'dependencies': [ |
| 122 'synced_device_card', | 123 'synced_device_card', |
| 123 ], | 124 ], |
| 124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 125 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 125 }, | 126 }, |
| 126 ], | 127 ], |
| 127 } | 128 } |
| OLD | NEW |