| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'common/resource_dispatcher.h', | 103 'common/resource_dispatcher.h', |
| 104 'common/resource_messages.h', | 104 'common/resource_messages.h', |
| 105 'common/resource_response.cc', | 105 'common/resource_response.cc', |
| 106 'common/resource_response.h', | 106 'common/resource_response.h', |
| 107 'common/sandbox_init_wrapper.h', | 107 'common/sandbox_init_wrapper.h', |
| 108 'common/sandbox_init_wrapper_linux.cc', | 108 'common/sandbox_init_wrapper_linux.cc', |
| 109 'common/sandbox_init_wrapper_mac.cc', | 109 'common/sandbox_init_wrapper_mac.cc', |
| 110 'common/sandbox_init_wrapper_win.cc', | 110 'common/sandbox_init_wrapper_win.cc', |
| 111 'common/sandbox_mac.h', | 111 'common/sandbox_mac.h', |
| 112 'common/sandbox_mac.mm', | 112 'common/sandbox_mac.mm', |
| 113 'common/section_util_win.cc', |
| 114 'common/section_util_win.h', |
| 113 'common/socket_stream.h', | 115 'common/socket_stream.h', |
| 114 'common/socket_stream_dispatcher.cc', | 116 'common/socket_stream_dispatcher.cc', |
| 115 'common/socket_stream_dispatcher.h', | 117 'common/socket_stream_dispatcher.h', |
| 116 'common/socket_stream_messages.h', | 118 'common/socket_stream_messages.h', |
| 117 'common/web_database_observer_impl.cc', | 119 'common/web_database_observer_impl.cc', |
| 118 'common/web_database_observer_impl.h', | 120 'common/web_database_observer_impl.h', |
| 119 'common/webblobregistry_impl.cc', | 121 'common/webblobregistry_impl.cc', |
| 120 'common/webblobregistry_impl.h', | 122 'common/webblobregistry_impl.h', |
| 121 'common/webblob_messages.h', | 123 'common/webblob_messages.h', |
| 122 'common/webmessageportchannel_impl.cc', | 124 'common/webmessageportchannel_impl.cc', |
| 123 'common/webmessageportchannel_impl.h', | 125 'common/webmessageportchannel_impl.h', |
| 124 'common/worker_messages.h', | 126 'common/worker_messages.h', |
| 125 ], | 127 ], |
| 126 'conditions': [ | 128 'conditions': [ |
| 127 ['OS=="win"', { | 129 ['OS=="win"', { |
| 128 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 130 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
| 129 }], | 131 }], |
| 130 ], | 132 ], |
| 131 }, | 133 }, |
| 132 ], | 134 ], |
| 133 } | 135 } |
| OLD | NEW |