| 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', |
| 11 '../prefs/compiled_resources.gyp:prefs', | 11 '../prefs/compiled_resources.gyp:prefs', |
| 12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 13 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', | 13 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
| 14 ], | 14 ], |
| 15 'externs': [ | 15 'externs': [ |
| 16 '<(EXTERNS_DIR)/chrome_send.js', | 16 '<(EXTERNS_DIR)/chrome_send.js', |
| 17 '<(EXTERNS_DIR)/language_settings_private.js', | 17 '<(EXTERNS_DIR)/language_settings_private.js', |
| 18 ], | 18 ], |
| 19 }, | 19 }, |
| 20 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 20 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 'target_name': 'language_detail_page', | 23 'target_name': 'language_detail_page', |
| 24 'variables': { | 24 'variables': { |
| 25 'depends': [ | 25 'depends': [ |
| 26 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_p
ref_indicator.js', | 26 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/compiled_re
sources.gyp:cr_policy_indicator_behavior', |
| 27 '../../../../../ui/webui/resources/js/chromeos/compiled_resources.gyp:
ui_account_tweaks', | 27 '../../../../../ui/webui/resources/js/chromeos/compiled_resources.gyp:
ui_account_tweaks', |
| 28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
| 29 '../prefs/compiled_resources.gyp:prefs', | 29 '../prefs/compiled_resources.gyp:prefs', |
| 30 'languages.js', | 30 'languages.js', |
| 31 ], | 31 ], |
| 32 'externs': [ | 32 'externs': [ |
| 33 '<(EXTERNS_DIR)/language_settings_private.js', | 33 '<(EXTERNS_DIR)/language_settings_private.js', |
| 34 ], | 34 ], |
| 35 }, | 35 }, |
| 36 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 36 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| (...skipping 25 matching lines...) Expand all Loading... |
| 62 'languages.js', | 62 'languages.js', |
| 63 ], | 63 ], |
| 64 'externs': [ | 64 'externs': [ |
| 65 '../../../../../third_party/closure_compiler/externs/language_settings
_private.js', | 65 '../../../../../third_party/closure_compiler/externs/language_settings
_private.js', |
| 66 ], | 66 ], |
| 67 }, | 67 }, |
| 68 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 68 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 69 }, | 69 }, |
| 70 ], | 70 ], |
| 71 } | 71 } |
| OLD | NEW |