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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'common/content_message_generator.cc', | 145 'common/content_message_generator.cc', |
146 'common/content_message_generator.h', | 146 'common/content_message_generator.h', |
147 'common/content_param_traits.cc', | 147 'common/content_param_traits.cc', |
148 'common/content_param_traits.h', | 148 'common/content_param_traits.h', |
149 'common/content_param_traits_macros.h', | 149 'common/content_param_traits_macros.h', |
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_messages.h', | 155 'common/device_motion_hardware_buffer.h', |
156 'common/device_orientation_messages.h', | 156 'common/device_orientation/device_motion_messages.h', |
| 157 'common/device_orientation/device_orientation_hardware_buffer.h', |
| 158 'common/device_orientation/device_orientation_messages.h', |
157 'common/devtools_messages.h', | 159 'common/devtools_messages.h', |
158 'common/dom_storage_messages.h', | 160 'common/dom_storage_messages.h', |
159 'common/drag_event_source_info.h', | 161 'common/drag_event_source_info.h', |
160 'common/drag_messages.h', | 162 'common/drag_messages.h', |
161 'common/drag_traits.h', | 163 'common/drag_traits.h', |
162 'common/edit_command.h', | 164 'common/edit_command.h', |
163 'common/file_utilities_messages.h', | 165 'common/file_utilities_messages.h', |
164 'common/fileapi/file_system_messages.h', | 166 'common/fileapi/file_system_messages.h', |
165 'common/fileapi/webblob_messages.h', | 167 'common/fileapi/webblob_messages.h', |
166 'common/find_match_rect_android.cc', | 168 'common/find_match_rect_android.cc', |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 568 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
567 '<(output)', | 569 '<(output)', |
568 '<(PRODUCT_DIR)', | 570 '<(PRODUCT_DIR)', |
569 ], | 571 ], |
570 'msvs_cygwin_shell': 1, | 572 'msvs_cygwin_shell': 1, |
571 }, | 573 }, |
572 ] | 574 ] |
573 }], | 575 }], |
574 ], | 576 ], |
575 } | 577 } |
OLD | NEW |