OLD | NEW |
(Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 { |
| 5 'targets': [ |
| 6 { |
| 7 'target_name': 'camera', |
| 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 12 ], |
| 13 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 14 }, |
| 15 { |
| 16 'target_name': 'change_picture', |
| 17 'dependencies': [ |
| 18 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', |
| 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 22 'camera', |
| 23 'change_picture_private_api', |
| 24 ], |
| 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 26 }, |
| 27 { |
| 28 'target_name': 'change_picture_private_api', |
| 29 'dependencies': [ |
| 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 31 ], |
| 32 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 33 }, |
| 34 { |
| 35 'target_name': 'people_page', |
| 36 'dependencies': [ |
| 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 41 'sync_private_api', |
| 42 ], |
| 43 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 44 }, |
| 45 { |
| 46 'target_name': 'sync_page', |
| 47 'dependencies': [ |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 51 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 52 'sync_private_api', |
| 53 ], |
| 54 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 55 }, |
| 56 { |
| 57 'target_name': 'sync_private_api', |
| 58 'dependencies': [ |
| 59 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 61 ], |
| 62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 63 }, |
| 64 ], |
| 65 } |
OLD | NEW |