| 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': 'camera', | 7 'target_name': 'camera', |
| 8 'variables': { | 8 'variables': { |
| 9 'depends': [ | 9 'depends': [ |
| 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
| 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:util', |
| 11 '../../../../../ui/webui/resources/js/i18n_behavior.js', | 12 '../../../../../ui/webui/resources/js/i18n_behavior.js', |
| 12 ], | 13 ], |
| 13 }, | 14 }, |
| 14 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 15 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 15 }, | 16 }, |
| 16 { | 17 { |
| 17 'target_name': 'change_picture', | 18 'target_name': 'change_picture', |
| 18 'variables': { | 19 'variables': { |
| 19 'depends': [ | 20 'depends': [ |
| 20 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 21 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 21 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', | 22 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
| 22 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 23 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
| 24 '../../../../../ui/webui/resources/js/compiled_resources.gyp:util', |
| 23 '../../../../../ui/webui/resources/js/i18n_behavior.js', | 25 '../../../../../ui/webui/resources/js/i18n_behavior.js', |
| 24 'change_picture_private_api.js', | 26 'change_picture_private_api.js', |
| 25 ], | 27 ], |
| 26 }, | 28 }, |
| 27 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 29 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 28 }, | 30 }, |
| 29 { | 31 { |
| 30 'target_name': 'change_picture_private_api', | 32 'target_name': 'change_picture_private_api', |
| 31 'variables': { | 33 'variables': { |
| 32 'depends': [ | 34 'depends': [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'depends': [ | 71 'depends': [ |
| 70 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 72 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 71 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', | 73 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
| 72 '../../../../../ui/webui/resources/js/cr.js', | 74 '../../../../../ui/webui/resources/js/cr.js', |
| 73 ], | 75 ], |
| 74 }, | 76 }, |
| 75 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 77 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 76 }, | 78 }, |
| 77 ], | 79 ], |
| 78 } | 80 } |
| OLD | NEW |