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': 'api', | 8 'target_name': 'api', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 'tab_capture.idl', | 97 'tab_capture.idl', |
98 'tabs.json', | 98 'tabs.json', |
99 'terminal_private.json', | 99 'terminal_private.json', |
100 'test.json', | 100 'test.json', |
101 'top_sites.json', | 101 'top_sites.json', |
102 'usb.idl', | 102 'usb.idl', |
103 'wallpaper_private.json', | 103 'wallpaper_private.json', |
104 'web_navigation.json', | 104 'web_navigation.json', |
105 'web_request.json', | 105 'web_request.json', |
106 'web_socket_proxy_private.json', | 106 'web_socket_proxy_private.json', |
| 107 'webstore_private.json', |
107 'webview.json', | 108 'webview.json', |
108 'windows.json', | 109 'windows.json', |
109 ], | 110 ], |
110 'cc_dir': 'chrome/common/extensions/api', | 111 'cc_dir': 'chrome/common/extensions/api', |
111 'root_namespace': 'extensions::api', | 112 'root_namespace': 'extensions::api', |
112 }, | 113 }, |
113 'dependencies': [ | 114 'dependencies': [ |
114 '<(DEPTH)/skia/skia.gyp:skia', | 115 '<(DEPTH)/skia/skia.gyp:skia', |
115 '<(DEPTH)/sync/sync.gyp:sync', | 116 '<(DEPTH)/sync/sync.gyp:sync', |
116 ], | 117 ], |
117 'conditions': [ | 118 'conditions': [ |
118 ['OS=="android"', { | 119 ['OS=="android"', { |
119 'schema_files!': [ | 120 'schema_files!': [ |
120 'usb.idl', | 121 'usb.idl', |
121 ], | 122 ], |
122 }], | 123 }], |
123 ['OS!="chromeos"', { | 124 ['OS!="chromeos"', { |
124 'schema_files!': [ | 125 'schema_files!': [ |
125 'file_browser_handler_internal.json', | 126 'file_browser_handler_internal.json', |
126 'rtc_private.idl', | 127 'rtc_private.idl', |
127 ], | 128 ], |
128 }], | 129 }], |
129 ], | 130 ], |
130 }, | 131 }, |
131 ], | 132 ], |
132 } | 133 } |
OLD | NEW |