| 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 'common/page_state_serialization.cc', | 486 'common/page_state_serialization.cc', |
| 487 'common/page_state_serialization.h', | 487 'common/page_state_serialization.h', |
| 488 'common/page_zoom.cc', | 488 'common/page_zoom.cc', |
| 489 'common/pepper_file_util.cc', | 489 'common/pepper_file_util.cc', |
| 490 'common/pepper_file_util.h', | 490 'common/pepper_file_util.h', |
| 491 'common/pepper_messages.h', | 491 'common/pepper_messages.h', |
| 492 'common/pepper_plugin_list.cc', | 492 'common/pepper_plugin_list.cc', |
| 493 'common/pepper_plugin_list.h', | 493 'common/pepper_plugin_list.h', |
| 494 'common/pepper_renderer_instance_data.cc', | 494 'common/pepper_renderer_instance_data.cc', |
| 495 'common/pepper_renderer_instance_data.h', | 495 'common/pepper_renderer_instance_data.h', |
| 496 'common/platform_notification_messages.h', | |
| 497 'common/plugin_list.cc', | 496 'common/plugin_list.cc', |
| 498 'common/plugin_list.h', | 497 'common/plugin_list.h', |
| 499 'common/power_monitor_messages.h', | 498 'common/power_monitor_messages.h', |
| 500 'common/process_type.cc', | 499 'common/process_type.cc', |
| 501 'common/push_messaging_messages.h', | 500 'common/push_messaging_messages.h', |
| 502 'common/quota_messages.h', | 501 'common/quota_messages.h', |
| 503 'common/render_process_messages.h', | 502 'common/render_process_messages.h', |
| 504 'common/resize_params.cc', | 503 'common/resize_params.cc', |
| 505 'common/resize_params.h', | 504 'common/resize_params.h', |
| 506 'common/resource_messages.cc', | 505 'common/resource_messages.cc', |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 'sources!': [ | 992 'sources!': [ |
| 994 'common/cursors/webcursor_ozone.cc', | 993 'common/cursors/webcursor_ozone.cc', |
| 995 'common/font_list_ozone.cc', | 994 'common/font_list_ozone.cc', |
| 996 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 995 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 997 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 996 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 998 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 997 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 999 ], | 998 ], |
| 1000 }], | 999 }], |
| 1001 ], | 1000 ], |
| 1002 } | 1001 } |
| OLD | NEW |