| 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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 'common/ssl_status_serialization.h', | 481 'common/ssl_status_serialization.h', |
| 482 'common/swapped_out_messages.cc', | 482 'common/swapped_out_messages.cc', |
| 483 'common/swapped_out_messages.h', | 483 'common/swapped_out_messages.h', |
| 484 'common/text_input_client_messages.h', | 484 'common/text_input_client_messages.h', |
| 485 'common/url_schemes.cc', | 485 'common/url_schemes.cc', |
| 486 'common/url_schemes.h', | 486 'common/url_schemes.h', |
| 487 'common/user_agent.cc', | 487 'common/user_agent.cc', |
| 488 'common/utility_messages.h', | 488 'common/utility_messages.h', |
| 489 'common/view_message_enums.h', | 489 'common/view_message_enums.h', |
| 490 'common/view_messages.h', | 490 'common/view_messages.h', |
| 491 'common/wake_lock_messages.h', |
| 491 'common/webplugin_geometry.cc', | 492 'common/webplugin_geometry.cc', |
| 492 'common/webplugin_geometry.h', | 493 'common/webplugin_geometry.h', |
| 493 'common/websocket.cc', | 494 'common/websocket.cc', |
| 494 'common/websocket.h', | 495 'common/websocket.h', |
| 495 'common/websocket_messages.h', | 496 'common/websocket_messages.h', |
| 496 'common/worker_messages.h', | 497 'common/worker_messages.h', |
| 497 'common/zygote_commands_linux.h', | 498 'common/zygote_commands_linux.h', |
| 498 ], | 499 ], |
| 499 }, | 500 }, |
| 500 'sources': [ | 501 'sources': [ |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 'defines': ['USE_SECCOMP_BPF'], | 889 'defines': ['USE_SECCOMP_BPF'], |
| 889 }], | 890 }], |
| 890 ['use_ozone==1', { | 891 ['use_ozone==1', { |
| 891 'dependencies': [ | 892 'dependencies': [ |
| 892 '../ui/ozone/ozone.gyp:ozone', | 893 '../ui/ozone/ozone.gyp:ozone', |
| 893 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', | 894 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', |
| 894 ], | 895 ], |
| 895 }], | 896 }], |
| 896 ], | 897 ], |
| 897 } | 898 } |
| OLD | NEW |