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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 'common/service_worker/embedded_worker_messages.h', | 478 'common/service_worker/embedded_worker_messages.h', |
479 'common/service_worker/service_worker_messages.h', | 479 'common/service_worker/service_worker_messages.h', |
480 'common/service_worker/service_worker_status_code.cc', | 480 'common/service_worker/service_worker_status_code.cc', |
481 'common/service_worker/service_worker_status_code.h', | 481 'common/service_worker/service_worker_status_code.h', |
482 'common/service_worker/service_worker_types.cc', | 482 'common/service_worker/service_worker_types.cc', |
483 'common/service_worker/service_worker_types.h', | 483 'common/service_worker/service_worker_types.h', |
484 'common/set_process_title.cc', | 484 'common/set_process_title.cc', |
485 'common/set_process_title.h', | 485 'common/set_process_title.h', |
486 'common/set_process_title_linux.cc', | 486 'common/set_process_title_linux.cc', |
487 'common/set_process_title_linux.h', | 487 'common/set_process_title_linux.h', |
488 'common/socket_stream.h', | |
489 'common/socket_stream_handle_data.h', | |
490 'common/socket_stream_messages.h', | |
491 'common/speech_recognition_messages.h', | 488 'common/speech_recognition_messages.h', |
492 'common/ssl_status_serialization.cc', | 489 'common/ssl_status_serialization.cc', |
493 'common/ssl_status_serialization.h', | 490 'common/ssl_status_serialization.h', |
494 'common/swapped_out_messages.cc', | 491 'common/swapped_out_messages.cc', |
495 'common/swapped_out_messages.h', | 492 'common/swapped_out_messages.h', |
496 'common/text_input_client_messages.h', | 493 'common/text_input_client_messages.h', |
497 'common/url_schemes.cc', | 494 'common/url_schemes.cc', |
498 'common/url_schemes.h', | 495 'common/url_schemes.h', |
499 'common/user_agent.cc', | 496 'common/user_agent.cc', |
500 'common/utility_messages.h', | 497 'common/utility_messages.h', |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 ], | 915 ], |
919 'sources': [ | 916 'sources': [ |
920 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 917 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
921 ], | 918 ], |
922 'sources!': [ | 919 'sources!': [ |
923 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 920 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
924 ], | 921 ], |
925 }], | 922 }], |
926 ], | 923 ], |
927 } | 924 } |
OLD | NEW |