| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'public/common/content_descriptors.h', | 51 'public/common/content_descriptors.h', |
| 52 'public/common/content_ipc_logging.h', | 52 'public/common/content_ipc_logging.h', |
| 53 'public/common/content_paths.h', | 53 'public/common/content_paths.h', |
| 54 'public/common/content_switches.cc', | 54 'public/common/content_switches.cc', |
| 55 'public/common/content_switches.h', | 55 'public/common/content_switches.h', |
| 56 'public/common/context_menu_params.cc', | 56 'public/common/context_menu_params.cc', |
| 57 'public/common/context_menu_params.h', | 57 'public/common/context_menu_params.h', |
| 58 'public/common/drop_data.cc', | 58 'public/common/drop_data.cc', |
| 59 'public/common/drop_data.h', | 59 'public/common/drop_data.h', |
| 60 'public/common/eme_codec.h', | 60 'public/common/eme_codec.h', |
| 61 'public/common/eme_init_data_type.h', |
| 61 'public/common/favicon_url.cc', | 62 'public/common/favicon_url.cc', |
| 62 'public/common/favicon_url.h', | 63 'public/common/favicon_url.h', |
| 63 'public/common/file_chooser_params.cc', | 64 'public/common/file_chooser_params.cc', |
| 64 'public/common/file_chooser_params.h', | 65 'public/common/file_chooser_params.h', |
| 65 'public/common/frame_navigate_params.cc', | 66 'public/common/frame_navigate_params.cc', |
| 66 'public/common/frame_navigate_params.h', | 67 'public/common/frame_navigate_params.h', |
| 67 'public/common/geoposition.cc', | 68 'public/common/geoposition.cc', |
| 68 'public/common/geoposition.h', | 69 'public/common/geoposition.h', |
| 69 'public/common/gpu_memory_stats.cc', | 70 'public/common/gpu_memory_stats.cc', |
| 70 'public/common/gpu_memory_stats.h', | 71 'public/common/gpu_memory_stats.h', |
| (...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 ], | 898 ], |
| 898 'sources': [ | 899 'sources': [ |
| 899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 900 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 900 ], | 901 ], |
| 901 'sources!': [ | 902 'sources!': [ |
| 902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 903 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 903 ], | 904 ], |
| 904 }], | 905 }], |
| 905 ], | 906 ], |
| 906 } | 907 } |
| OLD | NEW |