| 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 'common/navigation_gesture.h', | 400 'common/navigation_gesture.h', |
| 401 'common/net/url_fetcher.cc', | 401 'common/net/url_fetcher.cc', |
| 402 'common/net/url_request_user_data.cc', | 402 'common/net/url_request_user_data.cc', |
| 403 'common/net/url_request_user_data.h', | 403 'common/net/url_request_user_data.h', |
| 404 'common/one_writer_seqlock.cc', | 404 'common/one_writer_seqlock.cc', |
| 405 'common/one_writer_seqlock.h', | 405 'common/one_writer_seqlock.h', |
| 406 'common/p2p_messages.h', | 406 'common/p2p_messages.h', |
| 407 'common/page_state_serialization.cc', | 407 'common/page_state_serialization.cc', |
| 408 'common/page_state_serialization.h', | 408 'common/page_state_serialization.h', |
| 409 'common/page_zoom.cc', | 409 'common/page_zoom.cc', |
| 410 'common/pepper_file_util.cc', |
| 411 'common/pepper_file_util.h', |
| 410 'common/pepper_messages.h', | 412 'common/pepper_messages.h', |
| 411 'common/pepper_plugin_list.cc', | 413 'common/pepper_plugin_list.cc', |
| 412 'common/pepper_plugin_list.h', | 414 'common/pepper_plugin_list.h', |
| 413 'common/pepper_renderer_instance_data.cc', | 415 'common/pepper_renderer_instance_data.cc', |
| 414 'common/pepper_renderer_instance_data.h', | 416 'common/pepper_renderer_instance_data.h', |
| 415 'common/plugin_constants_win.cc', | 417 'common/plugin_constants_win.cc', |
| 416 'common/plugin_constants_win.h', | 418 'common/plugin_constants_win.h', |
| 417 'common/plugin_list.cc', | 419 'common/plugin_list.cc', |
| 418 'common/plugin_list.h', | 420 'common/plugin_list.h', |
| 419 'common/plugin_list_mac.mm', | 421 'common/plugin_list_mac.mm', |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 }, { | 884 }, { |
| 883 'defines': ['USE_SECCOMP_BPF'], | 885 'defines': ['USE_SECCOMP_BPF'], |
| 884 }], | 886 }], |
| 885 ['use_ozone==1', { | 887 ['use_ozone==1', { |
| 886 'dependencies': [ | 888 'dependencies': [ |
| 887 '../ui/ozone/ozone.gyp:ozone', | 889 '../ui/ozone/ozone.gyp:ozone', |
| 888 ], | 890 ], |
| 889 }], | 891 }], |
| 890 ], | 892 ], |
| 891 } | 893 } |
| OLD | NEW |