OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'chrome_api', | 8 'target_name': 'chrome_api', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 30 matching lines...) Expand all Loading... |
41 'alarms.idl', | 41 'alarms.idl', |
42 'app_current_window_internal.idl', | 42 'app_current_window_internal.idl', |
43 'app_window.idl', | 43 'app_window.idl', |
44 'audio.idl', | 44 'audio.idl', |
45 'automation_internal.idl', | 45 'automation_internal.idl', |
46 'automation.idl', | 46 'automation.idl', |
47 'autotest_private.idl', | 47 'autotest_private.idl', |
48 'bluetooth.idl', | 48 'bluetooth.idl', |
49 'bluetooth_low_energy.idl', | 49 'bluetooth_low_energy.idl', |
50 'bluetooth_private.json', | 50 'bluetooth_private.json', |
| 51 'bluetooth_socket.idl', |
51 'bookmark_manager_private.json', | 52 'bookmark_manager_private.json', |
52 'bookmarks.json', | 53 'bookmarks.json', |
53 'braille_display_private.idl', | 54 'braille_display_private.idl', |
54 'cast_channel.idl', | 55 'cast_channel.idl', |
55 'cloud_print_private.json', | 56 'cloud_print_private.json', |
56 'command_line_private.json', | 57 'command_line_private.json', |
57 'content_settings.json', | 58 'content_settings.json', |
58 'context_menus.json', | 59 'context_menus.json', |
59 'context_menus_internal.json', | 60 'context_menus_internal.json', |
60 'cookies.json', | 61 'cookies.json', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'conditions': [ | 188 'conditions': [ |
188 ['chromeos==1', { | 189 ['chromeos==1', { |
189 'dependencies': [ | 190 'dependencies': [ |
190 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 191 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
191 ], | 192 ], |
192 }], | 193 }], |
193 ], | 194 ], |
194 }, | 195 }, |
195 ], | 196 ], |
196 } | 197 } |
OLD | NEW |