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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'public/common/javascript_message_type.h', | 137 'public/common/javascript_message_type.h', |
138 'public/common/main_function_params.h', | 138 'public/common/main_function_params.h', |
139 'public/common/manifest.cc', | 139 'public/common/manifest.cc', |
140 'public/common/manifest.h', | 140 'public/common/manifest.h', |
141 'public/common/media_metadata.cc', | 141 'public/common/media_metadata.cc', |
142 'public/common/media_metadata.h', | 142 'public/common/media_metadata.h', |
143 'public/common/media_stream_request.cc', | 143 'public/common/media_stream_request.cc', |
144 'public/common/media_stream_request.h', | 144 'public/common/media_stream_request.h', |
145 'public/common/menu_item.cc', | 145 'public/common/menu_item.cc', |
146 'public/common/menu_item.h', | 146 'public/common/menu_item.h', |
147 'public/common/message_port_types.cc', | |
148 'public/common/message_port_types.h', | |
149 'public/common/mojo_application_info.cc', | 147 'public/common/mojo_application_info.cc', |
150 'public/common/mojo_application_info.h', | 148 'public/common/mojo_application_info.h', |
151 'public/common/mojo_channel_switches.cc', | 149 'public/common/mojo_channel_switches.cc', |
152 'public/common/mojo_channel_switches.h', | 150 'public/common/mojo_channel_switches.h', |
153 'public/common/mojo_shell_connection.h', | 151 'public/common/mojo_shell_connection.h', |
154 'public/common/notification_resources.cc', | 152 'public/common/notification_resources.cc', |
155 'public/common/notification_resources.h', | 153 'public/common/notification_resources.h', |
156 'public/common/origin_util.h', | 154 'public/common/origin_util.h', |
157 'public/common/page_state.cc', | 155 'public/common/page_state.cc', |
158 'public/common/page_state.h', | 156 'public/common/page_state.h', |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 'sources!': [ | 661 'sources!': [ |
664 'common/cursors/webcursor_ozone.cc', | 662 'common/cursors/webcursor_ozone.cc', |
665 'common/font_list_ozone.cc', | 663 'common/font_list_ozone.cc', |
666 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 664 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
667 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 665 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 666 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
669 ], | 667 ], |
670 }], | 668 }], |
671 ], | 669 ], |
672 } | 670 } |
OLD | NEW |