| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'public/common/manifest.cc', | 84 'public/common/manifest.cc', |
| 85 'public/common/manifest.h', | 85 'public/common/manifest.h', |
| 86 'public/common/media_stream_request.cc', | 86 'public/common/media_stream_request.cc', |
| 87 'public/common/media_stream_request.h', | 87 'public/common/media_stream_request.h', |
| 88 'public/common/menu_item.cc', | 88 'public/common/menu_item.cc', |
| 89 'public/common/menu_item.h', | 89 'public/common/menu_item.h', |
| 90 'public/common/message_port_types.cc', | 90 'public/common/message_port_types.cc', |
| 91 'public/common/message_port_types.h', | 91 'public/common/message_port_types.h', |
| 92 'public/common/mojo_channel_switches.cc', | 92 'public/common/mojo_channel_switches.cc', |
| 93 'public/common/mojo_channel_switches.h', | 93 'public/common/mojo_channel_switches.h', |
| 94 'public/common/mojo_shell_connection.h', |
| 94 'public/common/navigator_connect_client.cc', | 95 'public/common/navigator_connect_client.cc', |
| 95 'public/common/navigator_connect_client.h', | 96 'public/common/navigator_connect_client.h', |
| 96 'public/common/origin_util.h', | 97 'public/common/origin_util.h', |
| 97 'public/common/page_state.cc', | 98 'public/common/page_state.cc', |
| 98 'public/common/page_state.h', | 99 'public/common/page_state.h', |
| 99 'public/common/page_type.h', | 100 'public/common/page_type.h', |
| 100 'public/common/page_zoom.h', | 101 'public/common/page_zoom.h', |
| 101 'public/common/pepper_plugin_info.cc', | 102 'public/common/pepper_plugin_info.cc', |
| 102 'public/common/pepper_plugin_info.h', | 103 'public/common/pepper_plugin_info.h', |
| 103 'public/common/persistent_notification_status.h', | 104 'public/common/persistent_notification_status.h', |
| (...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1104 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1106 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1107 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1109 ], | 1110 ], |
| 1110 }], | 1111 }], |
| 1111 ], | 1112 ], |
| 1112 } | 1113 } |
| OLD | NEW |