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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/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', | 172 'common/fileapi/webblobregistry_impl.cc', |
173 'common/fileapi/webblobregistry_impl.h', | 173 'common/fileapi/webblobregistry_impl.h', |
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', | 174 'common/find_match_rect_android.cc', |
181 'common/find_match_rect_android.h', | 175 'common/find_match_rect_android.h', |
182 'common/font_cache_dispatcher_win.cc', | 176 'common/font_cache_dispatcher_win.cc', |
183 'common/font_cache_dispatcher_win.h', | 177 'common/font_cache_dispatcher_win.h', |
184 'common/font_config_ipc_linux.cc', | 178 'common/font_config_ipc_linux.cc', |
185 'common/font_config_ipc_linux.h', | 179 'common/font_config_ipc_linux.h', |
186 'common/font_list.cc', | 180 'common/font_list.cc', |
187 'common/font_list.h', | 181 'common/font_list.h', |
188 'common/font_list_android.cc', | 182 'common/font_list_android.cc', |
189 'common/font_list_mac.mm', | 183 'common/font_list_mac.mm', |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
565 '<(output)', | 559 '<(output)', |
566 '<(PRODUCT_DIR)', | 560 '<(PRODUCT_DIR)', |
567 ], | 561 ], |
568 'msvs_cygwin_shell': 1, | 562 'msvs_cygwin_shell': 1, |
569 }, | 563 }, |
570 ] | 564 ] |
571 }], | 565 }], |
572 ], | 566 ], |
573 } | 567 } |
OLD | NEW |