| 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 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
| 10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'common/content_paths.cc', | 149 'common/content_paths.cc', |
| 150 'common/css_colors.h', | 150 'common/css_colors.h', |
| 151 'common/database_messages.h', | 151 'common/database_messages.h', |
| 152 'common/database_util.cc', | 152 'common/database_util.cc', |
| 153 'common/database_util.h', | 153 'common/database_util.h', |
| 154 'common/db_message_filter.cc', | 154 'common/db_message_filter.cc', |
| 155 'common/db_message_filter.h', | 155 'common/db_message_filter.h', |
| 156 'common/debug_flags.cc', | 156 'common/debug_flags.cc', |
| 157 'common/debug_flags.h', | 157 'common/debug_flags.h', |
| 158 'common/desktop_notification_messages.h', | 158 'common/desktop_notification_messages.h', |
| 159 'common/device_motion_messages.h', |
| 159 'common/device_orientation_messages.h', | 160 'common/device_orientation_messages.h', |
| 160 'common/devtools_messages.h', | 161 'common/devtools_messages.h', |
| 161 'common/dom_storage_messages.h', | 162 'common/dom_storage_messages.h', |
| 162 'common/drag_messages.h', | 163 'common/drag_messages.h', |
| 163 'common/edit_command.h', | 164 'common/edit_command.h', |
| 164 'common/fileapi/file_system_dispatcher.cc', | 165 'common/fileapi/file_system_dispatcher.cc', |
| 165 'common/fileapi/file_system_dispatcher.h', | 166 'common/fileapi/file_system_dispatcher.h', |
| 166 'common/fileapi/file_system_messages.h', | 167 'common/fileapi/file_system_messages.h', |
| 167 'common/fileapi/webblob_messages.h', | 168 'common/fileapi/webblob_messages.h', |
| 168 'common/fileapi/webblobregistry_impl.cc', | 169 'common/fileapi/webblobregistry_impl.cc', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 '../build/extract_from_cab.py', | 510 '../build/extract_from_cab.py', |
| 510 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 511 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 511 '<(output)', | 512 '<(output)', |
| 512 '<(PRODUCT_DIR)', | 513 '<(PRODUCT_DIR)', |
| 513 ], | 514 ], |
| 514 }, | 515 }, |
| 515 ] | 516 ] |
| 516 }] | 517 }] |
| 517 ], | 518 ], |
| 518 } | 519 } |
| OLD | NEW |