| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'common/content_constants_internal.cc', | 268 'common/content_constants_internal.cc', |
| 269 'common/content_constants_internal.h', | 269 'common/content_constants_internal.h', |
| 270 'common/content_export.h', | 270 'common/content_export.h', |
| 271 'common/content_ipc_logging.cc', | 271 'common/content_ipc_logging.cc', |
| 272 'common/content_message_generator.cc', | 272 'common/content_message_generator.cc', |
| 273 'common/content_message_generator.h', | 273 'common/content_message_generator.h', |
| 274 'common/content_param_traits.cc', | 274 'common/content_param_traits.cc', |
| 275 'common/content_param_traits.h', | 275 'common/content_param_traits.h', |
| 276 'common/content_param_traits_macros.h', | 276 'common/content_param_traits_macros.h', |
| 277 'common/content_paths.cc', | 277 'common/content_paths.cc', |
| 278 'common/content_security_policy_header.h', |
| 278 'common/content_switches_internal.cc', | 279 'common/content_switches_internal.cc', |
| 279 'common/content_switches_internal.h', | 280 'common/content_switches_internal.h', |
| 280 'common/cross_site_document_classifier.cc', | 281 'common/cross_site_document_classifier.cc', |
| 281 'common/cross_site_document_classifier.h', | 282 'common/cross_site_document_classifier.h', |
| 282 'common/cursors/webcursor.cc', | 283 'common/cursors/webcursor.cc', |
| 283 'common/cursors/webcursor.h', | 284 'common/cursors/webcursor.h', |
| 284 'common/cursors/webcursor_android.cc', | 285 'common/cursors/webcursor_android.cc', |
| 285 'common/cursors/webcursor_aura.cc', | 286 'common/cursors/webcursor_aura.cc', |
| 286 'common/cursors/webcursor_aurawin.cc', | 287 'common/cursors/webcursor_aurawin.cc', |
| 287 'common/cursors/webcursor_aurax11.cc', | 288 'common/cursors/webcursor_aurax11.cc', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 'sources!': [ | 659 'sources!': [ |
| 659 'common/cursors/webcursor_ozone.cc', | 660 'common/cursors/webcursor_ozone.cc', |
| 660 'common/font_list_ozone.cc', | 661 'common/font_list_ozone.cc', |
| 661 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 662 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 663 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 663 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 664 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 664 ], | 665 ], |
| 665 }], | 666 }], |
| 666 ], | 667 ], |
| 667 } | 668 } |
| OLD | NEW |