| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'common/font_cache_dispatcher_win.h', | 172 'common/font_cache_dispatcher_win.h', |
| 173 'common/font_config_ipc_linux.cc', | 173 'common/font_config_ipc_linux.cc', |
| 174 'common/font_config_ipc_linux.h', | 174 'common/font_config_ipc_linux.h', |
| 175 'common/font_list.cc', | 175 'common/font_list.cc', |
| 176 'common/font_list.h', | 176 'common/font_list.h', |
| 177 'common/font_list_android.cc', | 177 'common/font_list_android.cc', |
| 178 'common/font_list_mac.mm', | 178 'common/font_list_mac.mm', |
| 179 'common/font_list_ozone.cc', | 179 'common/font_list_ozone.cc', |
| 180 'common/font_list_pango.cc', | 180 'common/font_list_pango.cc', |
| 181 'common/font_list_win.cc', | 181 'common/font_list_win.cc', |
| 182 'common/frame_param.cc', |
| 183 'common/frame_param.h', |
| 184 'common/frame_param_macros.h', |
| 182 'common/gamepad_hardware_buffer.h', | 185 'common/gamepad_hardware_buffer.h', |
| 183 'common/gamepad_messages.h', | 186 'common/gamepad_messages.h', |
| 184 'common/gamepad_user_gesture.cc', | 187 'common/gamepad_user_gesture.cc', |
| 185 'common/gamepad_user_gesture.h', | 188 'common/gamepad_user_gesture.h', |
| 186 'common/geolocation_messages.h', | 189 'common/geolocation_messages.h', |
| 187 'common/gpu/client/command_buffer_proxy_impl.cc', | 190 'common/gpu/client/command_buffer_proxy_impl.cc', |
| 188 'common/gpu/client/command_buffer_proxy_impl.h', | 191 'common/gpu/client/command_buffer_proxy_impl.h', |
| 189 'common/gpu/client/context_provider_command_buffer.cc', | 192 'common/gpu/client/context_provider_command_buffer.cc', |
| 190 'common/gpu/client/context_provider_command_buffer.h', | 193 'common/gpu/client/context_provider_command_buffer.h', |
| 191 'common/gpu/client/gl_helper.cc', | 194 'common/gpu/client/gl_helper.cc', |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 634 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 632 '<(output)', | 635 '<(output)', |
| 633 '<(PRODUCT_DIR)', | 636 '<(PRODUCT_DIR)', |
| 634 ], | 637 ], |
| 635 'msvs_cygwin_shell': 1, | 638 'msvs_cygwin_shell': 1, |
| 636 }, | 639 }, |
| 637 ] | 640 ] |
| 638 }], | 641 }], |
| 639 ], | 642 ], |
| 640 } | 643 } |
| OLD | NEW |