| 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  461       'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', |  461       'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', | 
|  462       'common/sandbox_mac.h', |  462       'common/sandbox_mac.h', | 
|  463       'common/sandbox_mac.mm', |  463       'common/sandbox_mac.mm', | 
|  464       'common/sandbox_util.cc', |  464       'common/sandbox_util.cc', | 
|  465       'common/sandbox_util.h', |  465       'common/sandbox_util.h', | 
|  466       'common/sandbox_win.cc', |  466       'common/sandbox_win.cc', | 
|  467       'common/sandbox_win.h', |  467       'common/sandbox_win.h', | 
|  468       'common/savable_url_schemes.cc', |  468       'common/savable_url_schemes.cc', | 
|  469       'common/savable_url_schemes.h', |  469       'common/savable_url_schemes.h', | 
|  470       'common/screen_orientation_messages.h', |  470       'common/screen_orientation_messages.h', | 
 |  471       'common/screen_orientation_utils.cc', | 
 |  472       'common/screen_orientation_utils.h', | 
|  471       'common/service_worker/embedded_worker_messages.h', |  473       'common/service_worker/embedded_worker_messages.h', | 
|  472       'common/service_worker/service_worker_messages.h', |  474       'common/service_worker/service_worker_messages.h', | 
|  473       'common/service_worker/service_worker_status_code.cc', |  475       'common/service_worker/service_worker_status_code.cc', | 
|  474       'common/service_worker/service_worker_status_code.h', |  476       'common/service_worker/service_worker_status_code.h', | 
|  475       'common/service_worker/service_worker_types.cc', |  477       'common/service_worker/service_worker_types.cc', | 
|  476       'common/service_worker/service_worker_types.h', |  478       'common/service_worker/service_worker_types.h', | 
|  477       'common/set_process_title.cc', |  479       'common/set_process_title.cc', | 
|  478       'common/set_process_title.h', |  480       'common/set_process_title.h', | 
|  479       'common/set_process_title_linux.cc', |  481       'common/set_process_title_linux.cc', | 
|  480       'common/set_process_title_linux.h', |  482       'common/set_process_title_linux.h', | 
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  908       ], |  910       ], | 
|  909       'sources': [ |  911       'sources': [ | 
|  910         'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |  912         'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 
|  911       ], |  913       ], | 
|  912       'sources!': [ |  914       'sources!': [ | 
|  913         'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |  915         'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 
|  914       ], |  916       ], | 
|  915     }], |  917     }], | 
|  916   ], |  918   ], | 
|  917 } |  919 } | 
| OLD | NEW |