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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/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', | |
174 'common/fileapi/webfilesystem_callback_adapters.cc', | 172 'common/fileapi/webfilesystem_callback_adapters.cc', |
175 'common/fileapi/webfilesystem_callback_adapters.h', | 173 'common/fileapi/webfilesystem_callback_adapters.h', |
176 'common/fileapi/webfilesystem_impl.cc', | 174 'common/fileapi/webfilesystem_impl.cc', |
177 'common/fileapi/webfilesystem_impl.h', | 175 'common/fileapi/webfilesystem_impl.h', |
178 'common/fileapi/webfilewriter_impl.cc', | 176 'common/fileapi/webfilewriter_impl.cc', |
179 'common/fileapi/webfilewriter_impl.h', | 177 'common/fileapi/webfilewriter_impl.h', |
180 'common/find_match_rect_android.cc', | 178 'common/find_match_rect_android.cc', |
181 'common/find_match_rect_android.h', | 179 'common/find_match_rect_android.h', |
182 'common/font_cache_dispatcher_win.cc', | 180 'common/font_cache_dispatcher_win.cc', |
183 'common/font_cache_dispatcher_win.h', | 181 'common/font_cache_dispatcher_win.h', |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
562 '<(output)', | 560 '<(output)', |
563 '<(PRODUCT_DIR)', | 561 '<(PRODUCT_DIR)', |
564 ], | 562 ], |
565 'msvs_cygwin_shell': 1, | 563 'msvs_cygwin_shell': 1, |
566 }, | 564 }, |
567 ] | 565 ] |
568 }], | 566 }], |
569 ], | 567 ], |
570 } | 568 } |
OLD | NEW |