| 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 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'common/fileapi/file_system_messages.h', | 166 'common/fileapi/file_system_messages.h', |
| 167 'common/fileapi/webblob_messages.h', | 167 'common/fileapi/webblob_messages.h', |
| 168 'common/font_cache_dispatcher_win.cc', | 168 'common/font_cache_dispatcher_win.cc', |
| 169 'common/font_cache_dispatcher_win.h', | 169 'common/font_cache_dispatcher_win.h', |
| 170 'common/font_config_ipc_linux.cc', | 170 'common/font_config_ipc_linux.cc', |
| 171 'common/font_config_ipc_linux.h', | 171 'common/font_config_ipc_linux.h', |
| 172 'common/font_list.cc', | 172 'common/font_list.cc', |
| 173 'common/font_list.h', | 173 'common/font_list.h', |
| 174 'common/font_list_android.cc', | 174 'common/font_list_android.cc', |
| 175 'common/font_list_mac.mm', | 175 'common/font_list_mac.mm', |
| 176 'common/font_list_ozone.cc', |
| 176 'common/font_list_pango.cc', | 177 'common/font_list_pango.cc', |
| 177 'common/font_list_win.cc', | 178 'common/font_list_win.cc', |
| 178 'common/gamepad_hardware_buffer.h', | 179 'common/gamepad_hardware_buffer.h', |
| 179 'common/gamepad_messages.h', | 180 'common/gamepad_messages.h', |
| 180 'common/gamepad_user_gesture.cc', | 181 'common/gamepad_user_gesture.cc', |
| 181 'common/gamepad_user_gesture.h', | 182 'common/gamepad_user_gesture.h', |
| 182 'common/geolocation_messages.h', | 183 'common/geolocation_messages.h', |
| 183 'common/gpu/client/command_buffer_proxy_impl.cc', | 184 'common/gpu/client/command_buffer_proxy_impl.cc', |
| 184 'common/gpu/client/command_buffer_proxy_impl.h', | 185 'common/gpu/client/command_buffer_proxy_impl.h', |
| 185 'common/gpu/client/context_provider_command_buffer.cc', | 186 'common/gpu/client/context_provider_command_buffer.cc', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 586 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 586 '<(output)', | 587 '<(output)', |
| 587 '<(PRODUCT_DIR)', | 588 '<(PRODUCT_DIR)', |
| 588 ], | 589 ], |
| 589 'msvs_cygwin_shell': 1, | 590 'msvs_cygwin_shell': 1, |
| 590 }, | 591 }, |
| 591 ] | 592 ] |
| 592 }], | 593 }], |
| 593 ], | 594 ], |
| 594 } | 595 } |
| OLD | NEW |