| 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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'common/db_message_filter.cc', | 157 'common/db_message_filter.cc', |
| 158 'common/db_message_filter.h', | 158 'common/db_message_filter.h', |
| 159 'common/debug_flags.cc', | 159 'common/debug_flags.cc', |
| 160 'common/debug_flags.h', | 160 'common/debug_flags.h', |
| 161 'common/desktop_notification_messages.h', | 161 'common/desktop_notification_messages.h', |
| 162 'common/device_motion_messages.h', | 162 'common/device_motion_messages.h', |
| 163 'common/device_orientation_messages.h', | 163 'common/device_orientation_messages.h', |
| 164 'common/devtools_messages.h', | 164 'common/devtools_messages.h', |
| 165 'common/dom_storage_messages.h', | 165 'common/dom_storage_messages.h', |
| 166 'common/drag_messages.h', | 166 'common/drag_messages.h', |
| 167 'common/drag_traits.h', |
| 167 'common/edit_command.h', | 168 'common/edit_command.h', |
| 168 'common/fileapi/file_system_dispatcher.cc', | 169 'common/fileapi/file_system_dispatcher.cc', |
| 169 'common/fileapi/file_system_dispatcher.h', | 170 'common/fileapi/file_system_dispatcher.h', |
| 170 'common/fileapi/file_system_messages.h', | 171 'common/fileapi/file_system_messages.h', |
| 171 'common/fileapi/webblob_messages.h', | 172 'common/fileapi/webblob_messages.h', |
| 172 'common/fileapi/webblobregistry_impl.cc', | 173 'common/fileapi/webblobregistry_impl.cc', |
| 173 'common/fileapi/webblobregistry_impl.h', | 174 'common/fileapi/webblobregistry_impl.h', |
| 174 'common/fileapi/webfilesystem_callback_dispatcher.cc', | 175 'common/fileapi/webfilesystem_callback_dispatcher.cc', |
| 175 'common/fileapi/webfilesystem_callback_dispatcher.h', | 176 'common/fileapi/webfilesystem_callback_dispatcher.h', |
| 176 'common/fileapi/webfilesystem_impl.cc', | 177 'common/fileapi/webfilesystem_impl.cc', |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 '../build/extract_from_cab.py', | 555 '../build/extract_from_cab.py', |
| 555 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 556 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 556 '<(output)', | 557 '<(output)', |
| 557 '<(PRODUCT_DIR)', | 558 '<(PRODUCT_DIR)', |
| 558 ], | 559 ], |
| 559 }, | 560 }, |
| 560 ] | 561 ] |
| 561 }], | 562 }], |
| 562 ], | 563 ], |
| 563 } | 564 } |
| OLD | NEW |