| 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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'public/common/color_suggestion.h', | 49 'public/common/color_suggestion.h', |
| 50 'public/common/common_param_traits.cc', | 50 'public/common/common_param_traits.cc', |
| 51 'public/common/common_param_traits.h', | 51 'public/common/common_param_traits.h', |
| 52 'public/common/common_param_traits_macros.h', | 52 'public/common/common_param_traits_macros.h', |
| 53 'public/common/console_message_level.h', | 53 'public/common/console_message_level.h', |
| 54 'public/common/content_client.cc', | 54 'public/common/content_client.cc', |
| 55 'public/common/content_client.h', | 55 'public/common/content_client.h', |
| 56 'public/common/content_constants.cc', | 56 'public/common/content_constants.cc', |
| 57 'public/common/content_constants.h', | 57 'public/common/content_constants.h', |
| 58 'public/common/content_descriptors.h', | 58 'public/common/content_descriptors.h', |
| 59 'public/common/content_features.cc', |
| 60 'public/common/content_features.h', |
| 59 'public/common/content_ipc_logging.h', | 61 'public/common/content_ipc_logging.h', |
| 60 'public/common/content_paths.h', | 62 'public/common/content_paths.h', |
| 61 'public/common/content_switches.cc', | 63 'public/common/content_switches.cc', |
| 62 'public/common/content_switches.h', | 64 'public/common/content_switches.h', |
| 63 'public/common/context_menu_params.cc', | 65 'public/common/context_menu_params.cc', |
| 64 'public/common/context_menu_params.h', | 66 'public/common/context_menu_params.h', |
| 65 'public/common/drop_data.cc', | 67 'public/common/drop_data.cc', |
| 66 'public/common/drop_data.h', | 68 'public/common/drop_data.h', |
| 67 'public/common/dwrite_font_platform_win.h', | 69 'public/common/dwrite_font_platform_win.h', |
| 68 'public/common/favicon_url.cc', | 70 'public/common/favicon_url.cc', |
| (...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1101 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1100 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1102 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1101 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1102 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1104 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1103 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1105 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1104 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1106 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1105 ], | 1107 ], |
| 1106 }], | 1108 }], |
| 1107 ], | 1109 ], |
| 1108 } | 1110 } |
| OLD | NEW |