| 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': 'languages', | 7 'target_name': 'languages', |
| 8 'variables': { | 8 'variables': { |
| 9 'depends': [ | 9 'depends': [ |
| 10 '../prefs/prefs_types.js', | 10 '../prefs/prefs_types.js', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 '../prefs/prefs_types.js', | 30 '../prefs/prefs_types.js', |
| 31 '../prefs/compiled_resources.gyp:prefs', | 31 '../prefs/compiled_resources.gyp:prefs', |
| 32 'languages.js', | 32 'languages.js', |
| 33 ], | 33 ], |
| 34 'externs': [ | 34 'externs': [ |
| 35 '../../../../../third_party/closure_compiler/externs/language_settings
_private.js', | 35 '../../../../../third_party/closure_compiler/externs/language_settings
_private.js', |
| 36 ], | 36 ], |
| 37 }, | 37 }, |
| 38 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 38 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 39 }, | 39 }, |
| 40 { |
| 41 'target_name': 'manage_languages_page', |
| 42 'variables': { |
| 43 'depends': [ |
| 44 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 45 '../prefs/compiled_resources.gyp:prefs', |
| 46 'languages.js', |
| 47 ], |
| 48 'externs': [ |
| 49 '../../../../../third_party/closure_compiler/externs/language_settings
_private.js', |
| 50 ], |
| 51 }, |
| 52 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 53 }, |
| 40 ], | 54 ], |
| 41 } | 55 } |
| OLD | NEW |