| 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': 'main_page_behavior', | 7 'target_name': 'main_page_behavior', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '../animation/compiled_resources2.gyp:animation', | 9 '../animation/compiled_resources2.gyp:animation', |
| 10 '../compiled_resources2.gyp:route', | 10 '../compiled_resources2.gyp:route', |
| 11 'settings_section', | 11 'settings_section', |
| 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 13 ], | 14 ], |
| 14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 15 }, | 16 }, |
| 16 { | 17 { |
| 17 'target_name': 'settings_animated_pages', | 18 'target_name': 'settings_animated_pages', |
| 18 'dependencies': [ | 19 'dependencies': [ |
| 19 '../compiled_resources2.gyp:route', | 20 '../compiled_resources2.gyp:route', |
| 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 22 ], | 23 ], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 50 'dependencies': [ | 51 'dependencies': [ |
| 51 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button
/compiled_resources2.gyp:paper-icon-button-extracted', | 52 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button
/compiled_resources2.gyp:paper-icon-button-extracted', |
| 52 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-container-extracted', | 53 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-container-extracted', |
| 53 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field_behavior', | 54 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field_behavior', |
| 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 55 ], | 56 ], |
| 56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 57 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 57 }, | 58 }, |
| 58 ], | 59 ], |
| 59 } | 60 } |
| OLD | NEW |