| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'common/dx_diag_node.h', | 45 'common/dx_diag_node.h', |
| 46 'common/file_system/file_system_dispatcher.cc', | 46 'common/file_system/file_system_dispatcher.cc', |
| 47 'common/file_system/file_system_dispatcher.h', | 47 'common/file_system/file_system_dispatcher.h', |
| 48 'common/file_system/webfilesystem_callback_dispatcher.cc', | 48 'common/file_system/webfilesystem_callback_dispatcher.cc', |
| 49 'common/file_system/webfilesystem_callback_dispatcher.h', | 49 'common/file_system/webfilesystem_callback_dispatcher.h', |
| 50 'common/file_system/webfilesystem_impl.cc', | 50 'common/file_system/webfilesystem_impl.cc', |
| 51 'common/file_system/webfilesystem_impl.h', | 51 'common/file_system/webfilesystem_impl.h', |
| 52 'common/file_system/webfilewriter_impl.cc', | 52 'common/file_system/webfilewriter_impl.cc', |
| 53 'common/file_system/webfilewriter_impl.h', | 53 'common/file_system/webfilewriter_impl.h', |
| 54 'common/file_system_messages.h', | 54 'common/file_system_messages.h', |
| 55 'common/file_utilities_messages.h', |
| 55 'common/font_descriptor_mac.h', | 56 'common/font_descriptor_mac.h', |
| 56 'common/font_descriptor_mac.mm', | 57 'common/font_descriptor_mac.mm', |
| 57 'common/font_loader_mac.h', | 58 'common/font_loader_mac.h', |
| 58 'common/font_loader_mac.mm', | 59 'common/font_loader_mac.mm', |
| 59 'common/gpu_info.cc', | 60 'common/gpu_info.cc', |
| 60 'common/gpu_info.h', | 61 'common/gpu_info.h', |
| 61 'common/gpu_messages.h', | 62 'common/gpu_messages.h', |
| 63 'common/hi_res_timer_manager_posix.cc', |
| 64 'common/hi_res_timer_manager_win.cc', |
| 65 'common/hi_res_timer_manager.h', |
| 62 'common/main_function_params.h', | 66 'common/main_function_params.h', |
| 63 'common/message_router.cc', | 67 'common/message_router.cc', |
| 64 'common/message_router.h', | 68 'common/message_router.h', |
| 69 'common/mime_registry_messages.h', |
| 65 'common/notification_details.cc', | 70 'common/notification_details.cc', |
| 66 'common/notification_details.h', | 71 'common/notification_details.h', |
| 67 'common/notification_observer.h', | 72 'common/notification_observer.h', |
| 68 'common/notification_registrar.cc', | 73 'common/notification_registrar.cc', |
| 69 'common/notification_registrar.h', | 74 'common/notification_registrar.h', |
| 70 'common/notification_service.cc', | 75 'common/notification_service.cc', |
| 71 'common/notification_service.h', | 76 'common/notification_service.h', |
| 72 'common/notification_source.cc', | 77 'common/notification_source.cc', |
| 73 'common/notification_source.h', | 78 'common/notification_source.h', |
| 74 'common/notification_type.h', | 79 'common/notification_type.h', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 94 'common/worker_messages.h', | 99 'common/worker_messages.h', |
| 95 ], | 100 ], |
| 96 'conditions': [ | 101 'conditions': [ |
| 97 ['OS=="win"', { | 102 ['OS=="win"', { |
| 98 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 103 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
| 99 }], | 104 }], |
| 100 ], | 105 ], |
| 101 }, | 106 }, |
| 102 ], | 107 ], |
| 103 } | 108 } |
| OLD | NEW |