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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'common/dom_storage_messages.h', | 166 'common/dom_storage_messages.h', |
167 'common/drag_event_source_info.h', | 167 'common/drag_event_source_info.h', |
168 'common/drag_messages.h', | 168 'common/drag_messages.h', |
169 'common/drag_traits.h', | 169 'common/drag_traits.h', |
170 'common/edit_command.h', | 170 'common/edit_command.h', |
171 'common/file_utilities_messages.h', | 171 'common/file_utilities_messages.h', |
172 'common/fileapi/file_system_dispatcher.cc', | 172 'common/fileapi/file_system_dispatcher.cc', |
173 'common/fileapi/file_system_dispatcher.h', | 173 'common/fileapi/file_system_dispatcher.h', |
174 'common/fileapi/file_system_messages.h', | 174 'common/fileapi/file_system_messages.h', |
175 'common/fileapi/webblob_messages.h', | 175 'common/fileapi/webblob_messages.h', |
176 'common/fileapi/webblobregistry_impl.cc', | |
177 'common/fileapi/webblobregistry_impl.h', | |
178 'common/find_match_rect_android.cc', | 176 'common/find_match_rect_android.cc', |
179 'common/find_match_rect_android.h', | 177 'common/find_match_rect_android.h', |
180 'common/font_cache_dispatcher_win.cc', | 178 'common/font_cache_dispatcher_win.cc', |
181 'common/font_cache_dispatcher_win.h', | 179 'common/font_cache_dispatcher_win.h', |
182 'common/font_config_ipc_linux.cc', | 180 'common/font_config_ipc_linux.cc', |
183 'common/font_config_ipc_linux.h', | 181 'common/font_config_ipc_linux.h', |
184 'common/font_list.cc', | 182 'common/font_list.cc', |
185 'common/font_list.h', | 183 'common/font_list.h', |
186 'common/font_list_android.cc', | 184 'common/font_list_android.cc', |
187 'common/font_list_mac.mm', | 185 'common/font_list_mac.mm', |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
564 '<(output)', | 562 '<(output)', |
565 '<(PRODUCT_DIR)', | 563 '<(PRODUCT_DIR)', |
566 ], | 564 ], |
567 'msvs_cygwin_shell': 1, | 565 'msvs_cygwin_shell': 1, |
568 }, | 566 }, |
569 ] | 567 ] |
570 }], | 568 }], |
571 ], | 569 ], |
572 } | 570 } |
OLD | NEW |