| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'content_common', | 8 'target_name': 'content_common', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'common/content_message_generator.cc', | 29 'common/content_message_generator.cc', |
| 30 'common/content_message_generator.h', | 30 'common/content_message_generator.h', |
| 31 'common/content_client.cc', | 31 'common/content_client.cc', |
| 32 'common/content_client.h', | 32 'common/content_client.h', |
| 33 'common/content_constants.cc', | 33 'common/content_constants.cc', |
| 34 'common/content_constants.h', | 34 'common/content_constants.h', |
| 35 'common/content_paths.cc', | 35 'common/content_paths.cc', |
| 36 'common/content_paths.h', | 36 'common/content_paths.h', |
| 37 'common/content_switches.cc', | 37 'common/content_switches.cc', |
| 38 'common/content_switches.h', | 38 'common/content_switches.h', |
| 39 'common/dx_diag_node.cc', |
| 40 'common/dx_diag_node.h', |
| 39 'common/file_system/file_system_dispatcher.cc', | 41 'common/file_system/file_system_dispatcher.cc', |
| 40 'common/file_system/file_system_dispatcher.h', | 42 'common/file_system/file_system_dispatcher.h', |
| 41 'common/file_system/webfilesystem_callback_dispatcher.cc', | 43 'common/file_system/webfilesystem_callback_dispatcher.cc', |
| 42 'common/file_system/webfilesystem_callback_dispatcher.h', | 44 'common/file_system/webfilesystem_callback_dispatcher.h', |
| 43 'common/file_system/webfilesystem_impl.cc', | 45 'common/file_system/webfilesystem_impl.cc', |
| 44 'common/file_system/webfilesystem_impl.h', | 46 'common/file_system/webfilesystem_impl.h', |
| 45 'common/file_system/webfilewriter_impl.cc', | 47 'common/file_system/webfilewriter_impl.cc', |
| 46 'common/file_system/webfilewriter_impl.h', | 48 'common/file_system/webfilewriter_impl.h', |
| 47 'common/file_system_messages.h', | 49 'common/file_system_messages.h', |
| 50 'common/gpu_info.cc', |
| 51 'common/gpu_info.h', |
| 52 'common/gpu_messages.h', |
| 48 'common/message_router.cc', | 53 'common/message_router.cc', |
| 49 'common/message_router.h', | 54 'common/message_router.h', |
| 50 'common/notification_details.cc', | 55 'common/notification_details.cc', |
| 51 'common/notification_details.h', | 56 'common/notification_details.h', |
| 52 'common/notification_observer.h', | 57 'common/notification_observer.h', |
| 53 'common/notification_registrar.cc', | 58 'common/notification_registrar.cc', |
| 54 'common/notification_registrar.h', | 59 'common/notification_registrar.h', |
| 55 'common/notification_service.cc', | 60 'common/notification_service.cc', |
| 56 'common/notification_service.h', | 61 'common/notification_service.h', |
| 57 'common/notification_source.cc', | 62 'common/notification_source.cc', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 71 'common/socket_stream_messages.h', | 76 'common/socket_stream_messages.h', |
| 72 ], | 77 ], |
| 73 'conditions': [ | 78 'conditions': [ |
| 74 ['OS=="win"', { | 79 ['OS=="win"', { |
| 75 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 80 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
| 76 }], | 81 }], |
| 77 ], | 82 ], |
| 78 }, | 83 }, |
| 79 ], | 84 ], |
| 80 } | 85 } |
| OLD | NEW |