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', | 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_i ndicator.js', | 26 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_i ndicator_behavior.js', |
|
michaelpg
2015/10/07 18:18:35
Wish we could just include the .gyp target like we
stevenjb
2015/10/07 18:33:38
Actually, we can now:
'../../../../../ui
| |
| 27 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_p ref_behavior.js', | |
| 27 '../../../../../ui/webui/resources/js/chromeos/compiled_resources.gyp: ui_account_tweaks', | 28 '../../../../../ui/webui/resources/js/chromeos/compiled_resources.gyp: ui_account_tweaks', |
| 28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', | 29 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', |
| 29 '../prefs/compiled_resources.gyp:prefs', | 30 '../prefs/compiled_resources.gyp:prefs', |
| 30 'languages.js', | 31 'languages.js', |
| 31 ], | 32 ], |
| 32 'externs': [ | 33 'externs': [ |
| 33 '<(EXTERNS_DIR)/language_settings_private.js', | 34 '<(EXTERNS_DIR)/language_settings_private.js', |
| 34 ], | 35 ], |
| 35 }, | 36 }, |
| 36 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], | 37 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 62 'languages.js', | 63 'languages.js', |
| 63 ], | 64 ], |
| 64 'externs': [ | 65 'externs': [ |
| 65 '../../../../../third_party/closure_compiler/externs/language_settings _private.js', | 66 '../../../../../third_party/closure_compiler/externs/language_settings _private.js', |
| 66 ], | 67 ], |
| 67 }, | 68 }, |
| 68 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], | 69 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], |
| 69 }, | 70 }, |
| 70 ], | 71 ], |
| 71 } | 72 } |
| OLD | NEW |