| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'common/notification_details.h', | 56 'common/notification_details.h', |
| 57 'common/notification_observer.h', | 57 'common/notification_observer.h', |
| 58 'common/notification_registrar.cc', | 58 'common/notification_registrar.cc', |
| 59 'common/notification_registrar.h', | 59 'common/notification_registrar.h', |
| 60 'common/notification_service.cc', | 60 'common/notification_service.cc', |
| 61 'common/notification_service.h', | 61 'common/notification_service.h', |
| 62 'common/notification_source.cc', | 62 'common/notification_source.cc', |
| 63 'common/notification_source.h', | 63 'common/notification_source.h', |
| 64 'common/notification_type.h', | 64 'common/notification_type.h', |
| 65 'common/p2p_messages.h', | 65 'common/p2p_messages.h', |
| 66 'common/p2p_sockets.cc', | |
| 67 'common/p2p_sockets.h', | 66 'common/p2p_sockets.h', |
| 68 'common/property_bag.cc', | 67 'common/property_bag.cc', |
| 69 'common/property_bag.h', | 68 'common/property_bag.h', |
| 70 'common/resource_dispatcher.cc', | 69 'common/resource_dispatcher.cc', |
| 71 'common/resource_dispatcher.h', | 70 'common/resource_dispatcher.h', |
| 72 'common/resource_messages.h', | 71 'common/resource_messages.h', |
| 73 'common/resource_response.cc', | 72 'common/resource_response.cc', |
| 74 'common/resource_response.h', | 73 'common/resource_response.h', |
| 75 'common/socket_stream.h', | 74 'common/socket_stream.h', |
| 76 'common/socket_stream_dispatcher.cc', | 75 'common/socket_stream_dispatcher.cc', |
| 77 'common/socket_stream_dispatcher.h', | 76 'common/socket_stream_dispatcher.h', |
| 78 'common/socket_stream_messages.h', | 77 'common/socket_stream_messages.h', |
| 79 ], | 78 ], |
| 80 'conditions': [ | 79 'conditions': [ |
| 81 ['OS=="win"', { | 80 ['OS=="win"', { |
| 82 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 81 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
| 83 }], | 82 }], |
| 84 ], | 83 ], |
| 85 }, | 84 }, |
| 86 ], | 85 ], |
| 87 } | 86 } |
| OLD | NEW |