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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_ipc_logging.h', | 59 'public/common/content_ipc_logging.h', |
60 'public/common/content_paths.h', | 60 'public/common/content_paths.h', |
61 'public/common/content_switches.cc', | 61 'public/common/content_switches.cc', |
62 'public/common/content_switches.h', | 62 'public/common/content_switches.h', |
63 'public/common/context_menu_params.cc', | 63 'public/common/context_menu_params.cc', |
64 'public/common/context_menu_params.h', | 64 'public/common/context_menu_params.h', |
| 65 'public/common/data_reduction_proxy_lofi_user_data.cc', |
| 66 'public/common/data_reduction_proxy_lofi_user_data.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', |
69 'public/common/favicon_url.h', | 71 'public/common/favicon_url.h', |
70 'public/common/file_chooser_file_info.cc', | 72 'public/common/file_chooser_file_info.cc', |
71 'public/common/file_chooser_file_info.h', | 73 'public/common/file_chooser_file_info.h', |
72 'public/common/file_chooser_params.cc', | 74 'public/common/file_chooser_params.cc', |
73 'public/common/file_chooser_params.h', | 75 'public/common/file_chooser_params.h', |
74 'public/common/frame_navigate_params.cc', | 76 'public/common/frame_navigate_params.cc', |
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1093 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1092 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1094 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1093 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1095 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1094 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1096 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1095 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1097 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1096 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1098 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1097 ], | 1099 ], |
1098 }], | 1100 }], |
1099 ], | 1101 ], |
1100 } | 1102 } |
OLD | NEW |