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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 'common/content_paths.cc', | 150 'common/content_paths.cc', |
151 'common/cookie_data.cc', | 151 'common/cookie_data.cc', |
152 'common/cookie_data.h', | 152 'common/cookie_data.h', |
153 'common/database_messages.h', | 153 'common/database_messages.h', |
154 'common/desktop_notification_messages.h', | 154 'common/desktop_notification_messages.h', |
155 'common/device_motion_hardware_buffer.h', | 155 'common/device_motion_hardware_buffer.h', |
156 'common/device_orientation/device_motion_messages.h', | 156 'common/device_orientation/device_motion_messages.h', |
157 'common/device_orientation/device_orientation_hardware_buffer.h', | 157 'common/device_orientation/device_orientation_hardware_buffer.h', |
158 'common/device_orientation/device_orientation_messages.h', | 158 'common/device_orientation/device_orientation_messages.h', |
159 'common/devtools_messages.h', | 159 'common/devtools_messages.h', |
160 'common/dom_storage_messages.h', | 160 'common/dom_storage/dom_storage_map.cc', |
| 161 'common/dom_storage/dom_storage_map.h', |
| 162 'common/dom_storage/dom_storage_messages.h', |
161 'common/drag_event_source_info.h', | 163 'common/drag_event_source_info.h', |
162 'common/drag_messages.h', | 164 'common/drag_messages.h', |
163 'common/drag_traits.h', | 165 'common/drag_traits.h', |
164 'common/edit_command.h', | 166 'common/edit_command.h', |
165 'common/file_utilities_messages.h', | 167 'common/file_utilities_messages.h', |
166 'common/fileapi/file_system_messages.h', | 168 'common/fileapi/file_system_messages.h', |
167 'common/fileapi/webblob_messages.h', | 169 'common/fileapi/webblob_messages.h', |
168 'common/find_match_rect_android.cc', | 170 'common/find_match_rect_android.cc', |
169 'common/find_match_rect_android.h', | 171 'common/find_match_rect_android.h', |
170 'common/font_cache_dispatcher_win.cc', | 172 'common/font_cache_dispatcher_win.cc', |
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 570 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
569 '<(output)', | 571 '<(output)', |
570 '<(PRODUCT_DIR)', | 572 '<(PRODUCT_DIR)', |
571 ], | 573 ], |
572 'msvs_cygwin_shell': 1, | 574 'msvs_cygwin_shell': 1, |
573 }, | 575 }, |
574 ] | 576 ] |
575 }], | 577 }], |
576 ], | 578 ], |
577 } | 579 } |
OLD | NEW |