| 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 'common/socket_stream_messages.h', | 465 'common/socket_stream_messages.h', |
| 466 'common/speech_recognition_messages.h', | 466 'common/speech_recognition_messages.h', |
| 467 'common/ssl_status_serialization.cc', | 467 'common/ssl_status_serialization.cc', |
| 468 'common/ssl_status_serialization.h', | 468 'common/ssl_status_serialization.h', |
| 469 'common/swapped_out_messages.cc', | 469 'common/swapped_out_messages.cc', |
| 470 'common/swapped_out_messages.h', | 470 'common/swapped_out_messages.h', |
| 471 'common/text_input_client_messages.h', | 471 'common/text_input_client_messages.h', |
| 472 'common/url_schemes.cc', | 472 'common/url_schemes.cc', |
| 473 'common/url_schemes.h', | 473 'common/url_schemes.h', |
| 474 'common/user_agent.cc', | 474 'common/user_agent.cc', |
| 475 'common/user_agent_ios.mm', | |
| 476 'common/utility_messages.h', | 475 'common/utility_messages.h', |
| 477 'common/view_message_enums.h', | 476 'common/view_message_enums.h', |
| 478 'common/view_messages.h', | 477 'common/view_messages.h', |
| 479 'common/webplugin_geometry.cc', | 478 'common/webplugin_geometry.cc', |
| 480 'common/webplugin_geometry.h', | 479 'common/webplugin_geometry.h', |
| 481 'common/websocket.cc', | 480 'common/websocket.cc', |
| 482 'common/websocket.h', | 481 'common/websocket.h', |
| 483 'common/websocket_messages.h', | 482 'common/websocket_messages.h', |
| 484 'common/worker_messages.h', | 483 'common/worker_messages.h', |
| 485 'common/zygote_commands_linux.h', | 484 'common/zygote_commands_linux.h', |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 }, { | 863 }, { |
| 865 'defines': ['USE_SECCOMP_BPF'], | 864 'defines': ['USE_SECCOMP_BPF'], |
| 866 }], | 865 }], |
| 867 ['use_ozone==1', { | 866 ['use_ozone==1', { |
| 868 'dependencies': [ | 867 'dependencies': [ |
| 869 '../ui/ozone/ozone.gyp:ozone', | 868 '../ui/ozone/ozone.gyp:ozone', |
| 870 ], | 869 ], |
| 871 }], | 870 }], |
| 872 ], | 871 ], |
| 873 } | 872 } |
| OLD | NEW |