OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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': 'bluetooth_page', | 7 'target_name': 'bluetooth_page', |
8 'dependencies': [ | 8 'dependencies': [ |
9 '../compiled_resources2.gyp:route', | 9 '../compiled_resources2.gyp:route', |
10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
(...skipping 16 matching lines...) Expand all Loading... |
27 '<(EXTERNS_GYP):bluetooth', | 27 '<(EXTERNS_GYP):bluetooth', |
28 '<(EXTERNS_GYP):bluetooth_private', | 28 '<(EXTERNS_GYP):bluetooth_private', |
29 '<(INTERFACES_GYP):bluetooth_interface', | 29 '<(INTERFACES_GYP):bluetooth_interface', |
30 '<(INTERFACES_GYP):bluetooth_private_interface', | 30 '<(INTERFACES_GYP):bluetooth_private_interface', |
31 ], | 31 ], |
32 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 32 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
33 }, | 33 }, |
34 { | 34 { |
35 'target_name': 'bluetooth_device_dialog', | 35 'target_name': 'bluetooth_device_dialog', |
36 'dependencies': [ | 36 'dependencies': [ |
37 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro
llable_behavior', | |
38 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', | 37 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', |
39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', | 41 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', |
43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-extracted', | 42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-extracted', |
44 '<(EXTERNS_GYP):bluetooth', | 43 '<(EXTERNS_GYP):bluetooth', |
45 '<(EXTERNS_GYP):bluetooth_private', | 44 '<(EXTERNS_GYP):bluetooth_private', |
46 '<(INTERFACES_GYP):bluetooth_private_interface', | 45 '<(INTERFACES_GYP):bluetooth_private_interface', |
47 ], | 46 ], |
48 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 47 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
49 }, | 48 }, |
50 { | 49 { |
51 'target_name': 'bluetooth_device_list_item', | 50 'target_name': 'bluetooth_device_list_item', |
52 'dependencies': [ | 51 'dependencies': [ |
53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
54 '<(EXTERNS_GYP):bluetooth', | 53 '<(EXTERNS_GYP):bluetooth', |
55 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 54 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
56 ], | 55 ], |
57 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
58 }, | 57 }, |
59 ], | 58 ], |
60 } | 59 } |
OLD | NEW |