| 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 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'common/origin_trials/trial_token.h', | 445 'common/origin_trials/trial_token.h', |
| 446 'common/origin_trials/trial_token_validator.cc', | 446 'common/origin_trials/trial_token_validator.cc', |
| 447 'common/origin_trials/trial_token_validator.h', | 447 'common/origin_trials/trial_token_validator.h', |
| 448 'common/origin_util.cc', | 448 'common/origin_util.cc', |
| 449 'common/p2p_messages.h', | 449 'common/p2p_messages.h', |
| 450 'common/page_state_serialization.cc', | 450 'common/page_state_serialization.cc', |
| 451 'common/page_state_serialization.h', | 451 'common/page_state_serialization.h', |
| 452 'common/page_zoom.cc', | 452 'common/page_zoom.cc', |
| 453 'common/pepper_file_util.cc', | 453 'common/pepper_file_util.cc', |
| 454 'common/pepper_file_util.h', | 454 'common/pepper_file_util.h', |
| 455 'common/pepper_messages.h', | |
| 456 'common/pepper_plugin_list.cc', | 455 'common/pepper_plugin_list.cc', |
| 457 'common/pepper_plugin_list.h', | 456 'common/pepper_plugin_list.h', |
| 458 'common/pepper_renderer_instance_data.cc', | 457 'common/pepper_renderer_instance_data.cc', |
| 459 'common/pepper_renderer_instance_data.h', | 458 'common/pepper_renderer_instance_data.h', |
| 460 'common/platform_notification_messages.h', | 459 'common/platform_notification_messages.h', |
| 461 'common/plugin_list.cc', | 460 'common/plugin_list.cc', |
| 462 'common/plugin_list.h', | 461 'common/plugin_list.h', |
| 463 'common/power_monitor_messages.h', | 462 'common/power_monitor_messages.h', |
| 464 'common/process_type.cc', | 463 'common/process_type.cc', |
| 465 'common/push_messaging_messages.h', | 464 'common/push_messaging_messages.h', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 ], | 597 ], |
| 599 }], | 598 }], |
| 600 ['enable_plugins==1', { | 599 ['enable_plugins==1', { |
| 601 'dependencies': [ | 600 'dependencies': [ |
| 602 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 601 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 603 ], | 602 ], |
| 604 }, { # enable_plugins == 0 | 603 }, { # enable_plugins == 0 |
| 605 'sources!': [ | 604 'sources!': [ |
| 606 'common/pepper_file_util.cc', | 605 'common/pepper_file_util.cc', |
| 607 'common/pepper_file_util.h', | 606 'common/pepper_file_util.h', |
| 608 'common/pepper_messages.h', | |
| 609 'common/pepper_plugin_list.cc', | 607 'common/pepper_plugin_list.cc', |
| 610 'common/pepper_plugin_list.h', | 608 'common/pepper_plugin_list.h', |
| 611 'common/pepper_renderer_instance_data.cc', | 609 'common/pepper_renderer_instance_data.cc', |
| 612 'common/pepper_renderer_instance_data.h', | 610 'common/pepper_renderer_instance_data.h', |
| 613 'common/plugin_list.cc', | 611 'common/plugin_list.cc', |
| 614 'common/plugin_list.h', | 612 'common/plugin_list.h', |
| 615 'public/common/pepper_plugin_info.cc', | 613 'public/common/pepper_plugin_info.cc', |
| 616 'public/common/pepper_plugin_info.h', | 614 'public/common/pepper_plugin_info.h', |
| 617 ], | 615 ], |
| 618 }], | 616 }], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'sources!': [ | 655 'sources!': [ |
| 658 'common/cursors/webcursor_ozone.cc', | 656 'common/cursors/webcursor_ozone.cc', |
| 659 'common/font_list_ozone.cc', | 657 'common/font_list_ozone.cc', |
| 660 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 658 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 663 ], | 661 ], |
| 664 }], | 662 }], |
| 665 ], | 663 ], |
| 666 } | 664 } |
| OLD | NEW |