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