| 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': 'languages', | 7 'target_name': 'languages', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'languages', | 31 'languages', |
| 32 'languages_types', | 32 'languages_types', |
| 33 ], | 33 ], |
| 34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 'target_name': 'languages_page', | 37 'target_name': 'languages_page', |
| 38 'dependencies': [ | 38 'dependencies': [ |
| 39 '../compiled_resources2.gyp:route', | 39 '../compiled_resources2.gyp:route', |
| 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 41 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
| 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 43 'languages', | 44 'languages', |
| 44 'languages_types', | 45 'languages_types', |
| 45 ], | 46 ], |
| 46 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 47 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 47 }, | 48 }, |
| 48 { | 49 { |
| 49 'target_name': 'languages_types', | 50 'target_name': 'languages_types', |
| 50 'dependencies': [ | 51 'dependencies': [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 68 'target_name': 'add_languages_dialog', | 69 'target_name': 'add_languages_dialog', |
| 69 'dependencies': [ | 70 'dependencies': [ |
| 70 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', | 71 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', |
| 71 'languages', | 72 'languages', |
| 72 'languages_types', | 73 'languages_types', |
| 73 ], | 74 ], |
| 74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 75 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 75 }, | 76 }, |
| 76 ], | 77 ], |
| 77 } | 78 } |
| OLD | NEW |