| 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 'common/plugin_list.h', | 468 'common/plugin_list.h', |
| 469 'common/power_monitor_messages.h', | 469 'common/power_monitor_messages.h', |
| 470 'common/process_type.cc', | 470 'common/process_type.cc', |
| 471 'common/push_messaging_messages.h', | 471 'common/push_messaging_messages.h', |
| 472 'common/quota_messages.h', | 472 'common/quota_messages.h', |
| 473 'common/render_process_messages.h', | 473 'common/render_process_messages.h', |
| 474 'common/resize_params.cc', | 474 'common/resize_params.cc', |
| 475 'common/resize_params.h', | 475 'common/resize_params.h', |
| 476 'common/resource_messages.cc', | 476 'common/resource_messages.cc', |
| 477 'common/resource_messages.h', | 477 'common/resource_messages.h', |
| 478 'common/resource_request.cc', |
| 479 'common/resource_request.h', |
| 478 'common/resource_request_body.cc', | 480 'common/resource_request_body.cc', |
| 479 'common/resource_request_body.h', | 481 'common/resource_request_body.h', |
| 482 'common/resource_request_completion_status.cc', |
| 483 'common/resource_request_completion_status.h', |
| 480 'common/sandbox_init_mac.cc', | 484 'common/sandbox_init_mac.cc', |
| 481 'common/sandbox_init_mac.h', | 485 'common/sandbox_init_mac.h', |
| 482 'common/sandbox_init_win.cc', | 486 'common/sandbox_init_win.cc', |
| 483 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc', | 487 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc', |
| 484 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h', | 488 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h', |
| 485 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', | 489 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', |
| 486 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', | 490 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', |
| 487 'common/sandbox_linux/bpf_gpu_policy_linux.cc', | 491 'common/sandbox_linux/bpf_gpu_policy_linux.cc', |
| 488 'common/sandbox_linux/bpf_gpu_policy_linux.h', | 492 'common/sandbox_linux/bpf_gpu_policy_linux.h', |
| 489 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', | 493 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 'sources!': [ | 663 'sources!': [ |
| 660 'common/cursors/webcursor_ozone.cc', | 664 'common/cursors/webcursor_ozone.cc', |
| 661 'common/font_list_ozone.cc', | 665 'common/font_list_ozone.cc', |
| 662 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 666 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 663 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 667 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 664 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 665 ], | 669 ], |
| 666 }], | 670 }], |
| 667 ], | 671 ], |
| 668 } | 672 } |
| OLD | NEW |