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 29 matching lines...) Expand all Loading... |
40 'activity_log_private.json', | 40 'activity_log_private.json', |
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_private.json', | 49 'bluetooth_private.json', |
| 50 'bluetooth_socket.idl', |
50 'bookmark_manager_private.json', | 51 'bookmark_manager_private.json', |
51 'bookmarks.json', | 52 'bookmarks.json', |
52 'braille_display_private.idl', | 53 'braille_display_private.idl', |
53 'cast_channel.idl', | 54 'cast_channel.idl', |
54 'cloud_print_private.json', | 55 'cloud_print_private.json', |
55 'command_line_private.json', | 56 'command_line_private.json', |
56 'content_settings.json', | 57 'content_settings.json', |
57 'context_menus.json', | 58 'context_menus.json', |
58 'context_menus_internal.json', | 59 'context_menus_internal.json', |
59 'cookies.json', | 60 'cookies.json', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'conditions': [ | 187 'conditions': [ |
187 ['chromeos==1', { | 188 ['chromeos==1', { |
188 'dependencies': [ | 189 'dependencies': [ |
189 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 190 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
190 ], | 191 ], |
191 }], | 192 }], |
192 ], | 193 ], |
193 }, | 194 }, |
194 ], | 195 ], |
195 } | 196 } |
OLD | NEW |