Chromium Code Reviews| 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_model', | |
| 8 'variables': { | |
| 9 'depends': [ | |
| 10 '../prefs/prefs_types.js', | |
| 11 '../prefs/compiled_resources.gyp:prefs', | |
| 12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | |
| 13 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', | |
| 14 ], | |
| 15 'externs': [ | |
| 16 '<(EXTERNS_DIR)/chrome_send.js', | |
| 17 '../../../../../third_party/closure_compiler/externs/language_settings _private.js' | |
| 18 ], | |
| 19 }, | |
| 20 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], | |
| 21 }, | |
| 22 { | |
| 7 'target_name': 'languages_page', | 23 'target_name': 'languages_page', |
| 8 'variables': { | 24 'variables': { |
| 9 'depends': [ | 25 'depends': [ |
| 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 26 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', | 27 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
| 12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', | 28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', |
| 29 '../settings_page/settings_animated_pages.js', | |
| 30 '../prefs/prefs_types.js', | |
| 31 '../prefs/compiled_resources.gyp:prefs', | |
|
michaelpg
2015/09/21 02:22:54
This is a pain: languages_model depends on prefs a
| |
| 32 'languages_model.js', | |
|
michaelpg
2015/09/21 07:53:00
Same thing here: adding languages_model.js seems t
| |
| 13 ], | 33 ], |
| 14 'externs': [ | 34 'externs': [ |
| 15 '../../../../../third_party/closure_compiler/externs/language_settings _private.js', | 35 '../../../../../third_party/closure_compiler/externs/language_settings _private.js', |
| 16 ], | 36 ], |
| 17 }, | 37 }, |
| 18 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], | 38 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], |
| 19 }, | 39 }, |
| 20 ], | 40 ], |
| 21 } | 41 } |
| OLD | NEW |