| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 'common/fileapi/webblob_messages.h', | 151 'common/fileapi/webblob_messages.h', |
| 152 'common/fileapi/webblobregistry_impl.cc', | 152 'common/fileapi/webblobregistry_impl.cc', |
| 153 'common/fileapi/webblobregistry_impl.h', | 153 'common/fileapi/webblobregistry_impl.h', |
| 154 'common/fileapi/webfilesystem_callback_dispatcher.cc', | 154 'common/fileapi/webfilesystem_callback_dispatcher.cc', |
| 155 'common/fileapi/webfilesystem_callback_dispatcher.h', | 155 'common/fileapi/webfilesystem_callback_dispatcher.h', |
| 156 'common/fileapi/webfilesystem_impl.cc', | 156 'common/fileapi/webfilesystem_impl.cc', |
| 157 'common/fileapi/webfilesystem_impl.h', | 157 'common/fileapi/webfilesystem_impl.h', |
| 158 'common/fileapi/webfilewriter_impl.cc', | 158 'common/fileapi/webfilewriter_impl.cc', |
| 159 'common/fileapi/webfilewriter_impl.h', | 159 'common/fileapi/webfilewriter_impl.h', |
| 160 'common/file_utilities_messages.h', | 160 'common/file_utilities_messages.h', |
| 161 'common/find_match_rect_android.cc', |
| 162 'common/find_match_rect_android.h', |
| 161 'common/font_cache_dispatcher_win.cc', | 163 'common/font_cache_dispatcher_win.cc', |
| 162 'common/font_cache_dispatcher_win.h', | 164 'common/font_cache_dispatcher_win.h', |
| 163 'common/font_config_ipc_linux.cc', | 165 'common/font_config_ipc_linux.cc', |
| 164 'common/font_config_ipc_linux.h', | 166 'common/font_config_ipc_linux.h', |
| 165 'common/font_list.h', | 167 'common/font_list.h', |
| 166 'common/font_list_android.cc', | 168 'common/font_list_android.cc', |
| 167 'common/font_list_mac.mm', | 169 'common/font_list_mac.mm', |
| 168 'common/font_list_win.cc', | 170 'common/font_list_win.cc', |
| 169 'common/font_list_x11.cc', | 171 'common/font_list_x11.cc', |
| 170 'common/gamepad_hardware_buffer.h', | 172 'common/gamepad_hardware_buffer.h', |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 '../build/extract_from_cab.py', | 482 '../build/extract_from_cab.py', |
| 481 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 483 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 482 '<(output)', | 484 '<(output)', |
| 483 '<(PRODUCT_DIR)', | 485 '<(PRODUCT_DIR)', |
| 484 ], | 486 ], |
| 485 }, | 487 }, |
| 486 ] | 488 ] |
| 487 }] | 489 }] |
| 488 ], | 490 ], |
| 489 } | 491 } |
| OLD | NEW |