| 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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 'common/media/webrtc_identity_messages.h', | 398 'common/media/webrtc_identity_messages.h', |
| 399 'common/memory_benchmark_messages.h', | 399 'common/memory_benchmark_messages.h', |
| 400 'common/message_port_messages.h', | 400 'common/message_port_messages.h', |
| 401 'common/message_router.cc', | 401 'common/message_router.cc', |
| 402 'common/message_router.h', | 402 'common/message_router.h', |
| 403 'common/mime_registry_messages.h', | 403 'common/mime_registry_messages.h', |
| 404 'common/mojo/mojo_messages.h', | 404 'common/mojo/mojo_messages.h', |
| 405 'common/mojo/service_registry_impl.cc', | 405 'common/mojo/service_registry_impl.cc', |
| 406 'common/mojo/service_registry_impl.h', | 406 'common/mojo/service_registry_impl.h', |
| 407 'common/navigation_gesture.h', | 407 'common/navigation_gesture.h', |
| 408 'common/navigation_params.cc', |
| 409 'common/navigation_params.h', |
| 408 'common/net/url_fetcher.cc', | 410 'common/net/url_fetcher.cc', |
| 409 'common/net/url_request_user_data.cc', | 411 'common/net/url_request_user_data.cc', |
| 410 'common/net/url_request_user_data.h', | 412 'common/net/url_request_user_data.h', |
| 411 'common/one_writer_seqlock.cc', | 413 'common/one_writer_seqlock.cc', |
| 412 'common/one_writer_seqlock.h', | 414 'common/one_writer_seqlock.h', |
| 413 'common/p2p_messages.h', | 415 'common/p2p_messages.h', |
| 414 'common/page_state_serialization.cc', | 416 'common/page_state_serialization.cc', |
| 415 'common/page_state_serialization.h', | 417 'common/page_state_serialization.h', |
| 416 'common/page_zoom.cc', | 418 'common/page_zoom.cc', |
| 417 'common/pepper_file_util.cc', | 419 'common/pepper_file_util.cc', |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 909 ], | 911 ], |
| 910 'sources': [ | 912 'sources': [ |
| 911 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 913 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 912 ], | 914 ], |
| 913 'sources!': [ | 915 'sources!': [ |
| 914 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 916 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 915 ], | 917 ], |
| 916 }], | 918 }], |
| 917 ], | 919 ], |
| 918 } | 920 } |
| OLD | NEW |