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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
158 'common/desktop_notification_messages.h', | 158 'common/desktop_notification_messages.h', |
159 'common/device_motion_messages.h', | 159 'common/device_motion_messages.h', |
160 'common/device_orientation_messages.h', | 160 'common/device_orientation_messages.h', |
161 'common/devtools_messages.h', | 161 'common/devtools_messages.h', |
162 'common/dom_storage_messages.h', | 162 'common/dom_storage_messages.h', |
163 'common/drag_event_source_info.h', | 163 'common/drag_event_source_info.h', |
164 'common/drag_messages.h', | 164 'common/drag_messages.h', |
165 'common/drag_traits.h', | 165 'common/drag_traits.h', |
166 'common/edit_command.h', | 166 'common/edit_command.h', |
167 'common/file_utilities_messages.h', | 167 'common/file_utilities_messages.h', |
168 'common/fileapi/file_system_dispatcher.cc', | 168 'common_child/fileapi/file_system_dispatcher.cc', |
169 'common/fileapi/file_system_dispatcher.h', | 169 'common/fileapi/file_system_dispatcher.h', |
170 'common/fileapi/file_system_messages.h', | 170 'common/fileapi/file_system_messages.h', |
171 'common/fileapi/webblob_messages.h', | 171 'common/fileapi/webblob_messages.h', |
172 'common/fileapi/webblobregistry_impl.cc', | |
173 'common/fileapi/webblobregistry_impl.h', | |
michaeln
2013/05/24 20:41:59
i've got the webblobregistry moving in the works i
kinuko
2013/05/27 08:08:48
Done.
| |
174 'common/fileapi/webfilesystem_callback_adapters.cc', | |
175 'common/fileapi/webfilesystem_callback_adapters.h', | |
176 'common/fileapi/webfilesystem_impl.cc', | |
177 'common/fileapi/webfilesystem_impl.h', | |
178 'common/fileapi/webfilewriter_impl.cc', | |
179 'common/fileapi/webfilewriter_impl.h', | |
180 'common/find_match_rect_android.cc', | 172 'common/find_match_rect_android.cc', |
181 'common/find_match_rect_android.h', | 173 'common/find_match_rect_android.h', |
182 'common/font_cache_dispatcher_win.cc', | 174 'common/font_cache_dispatcher_win.cc', |
183 'common/font_cache_dispatcher_win.h', | 175 'common/font_cache_dispatcher_win.h', |
184 'common/font_config_ipc_linux.cc', | 176 'common/font_config_ipc_linux.cc', |
185 'common/font_config_ipc_linux.h', | 177 'common/font_config_ipc_linux.h', |
186 'common/font_list.cc', | 178 'common/font_list.cc', |
187 'common/font_list.h', | 179 'common/font_list.h', |
188 'common/font_list_android.cc', | 180 'common/font_list_android.cc', |
189 'common/font_list_mac.mm', | 181 'common/font_list_mac.mm', |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 553 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
562 '<(output)', | 554 '<(output)', |
563 '<(PRODUCT_DIR)', | 555 '<(PRODUCT_DIR)', |
564 ], | 556 ], |
565 'msvs_cygwin_shell': 1, | 557 'msvs_cygwin_shell': 1, |
566 }, | 558 }, |
567 ] | 559 ] |
568 }], | 560 }], |
569 ], | 561 ], |
570 } | 562 } |
OLD | NEW |