| 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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'common/fileapi/webfilesystem_impl.h', | 185 'common/fileapi/webfilesystem_impl.h', |
| 186 'common/fileapi/webfilewriter_impl.cc', | 186 'common/fileapi/webfilewriter_impl.cc', |
| 187 'common/fileapi/webfilewriter_impl.h', | 187 'common/fileapi/webfilewriter_impl.h', |
| 188 'common/file_utilities_messages.h', | 188 'common/file_utilities_messages.h', |
| 189 'common/find_match_rect_android.cc', | 189 'common/find_match_rect_android.cc', |
| 190 'common/find_match_rect_android.h', | 190 'common/find_match_rect_android.h', |
| 191 'common/font_cache_dispatcher_win.cc', | 191 'common/font_cache_dispatcher_win.cc', |
| 192 'common/font_cache_dispatcher_win.h', | 192 'common/font_cache_dispatcher_win.h', |
| 193 'common/font_config_ipc_linux.cc', | 193 'common/font_config_ipc_linux.cc', |
| 194 'common/font_config_ipc_linux.h', | 194 'common/font_config_ipc_linux.h', |
| 195 'common/font_list.cc', |
| 195 'common/font_list.h', | 196 'common/font_list.h', |
| 196 'common/font_list_android.cc', | 197 'common/font_list_android.cc', |
| 197 'common/font_list_linux.cc', | 198 'common/font_list_linux.cc', |
| 198 'common/font_list_mac.mm', | 199 'common/font_list_mac.mm', |
| 199 'common/font_list_win.cc', | 200 'common/font_list_win.cc', |
| 200 'common/gamepad_hardware_buffer.h', | 201 'common/gamepad_hardware_buffer.h', |
| 201 'common/gamepad_messages.h', | 202 'common/gamepad_messages.h', |
| 202 'common/gamepad_seqlock.cc', | 203 'common/gamepad_seqlock.cc', |
| 203 'common/gamepad_seqlock.h', | 204 'common/gamepad_seqlock.h', |
| 204 'common/gamepad_user_gesture.cc', | 205 'common/gamepad_user_gesture.cc', |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 584 '<(output)', | 585 '<(output)', |
| 585 '<(PRODUCT_DIR)', | 586 '<(PRODUCT_DIR)', |
| 586 ], | 587 ], |
| 587 'msvs_cygwin_shell': 1, | 588 'msvs_cygwin_shell': 1, |
| 588 }, | 589 }, |
| 589 ] | 590 ] |
| 590 }], | 591 }], |
| 591 ], | 592 ], |
| 592 } | 593 } |
| OLD | NEW |