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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'common/set_process_title.h', | 110 'common/set_process_title.h', |
111 'common/set_process_title_linux.cc', | 111 'common/set_process_title_linux.cc', |
112 'common/set_process_title_linux.h', | 112 'common/set_process_title_linux.h', |
113 'common/speech_input_messages.h', | 113 'common/speech_input_messages.h', |
114 'common/switch_utils.cc', | 114 'common/switch_utils.cc', |
115 'common/switch_utils.h', | 115 'common/switch_utils.h', |
116 'common/time_format.cc', | 116 'common/time_format.cc', |
117 'common/time_format.h', | 117 'common/time_format.h', |
118 'common/unix_domain_socket_posix.cc', | 118 'common/unix_domain_socket_posix.cc', |
119 'common/unix_domain_socket_posix.h', | 119 'common/unix_domain_socket_posix.h', |
120 'common/webblobregistry_impl.cc', | |
121 'common/webblobregistry_impl.h', | |
122 'common/win_safe_util.cc', | 120 'common/win_safe_util.cc', |
123 'common/win_safe_util.h', | 121 'common/win_safe_util.h', |
124 ], | 122 ], |
125 }], | 123 }], |
126 ], | 124 ], |
127 }, | 125 }, |
128 'targets': [ | 126 'targets': [ |
129 { | 127 { |
130 'target_name': 'common', | 128 'target_name': 'common', |
131 'type': '<(library)', | 129 'type': '<(library)', |
(...skipping 30 matching lines...) Expand all Loading... |
162 '../printing/printing.gyp:printing', | 160 '../printing/printing.gyp:printing', |
163 '../skia/skia.gyp:skia', | 161 '../skia/skia.gyp:skia', |
164 '../third_party/bzip2/bzip2.gyp:bzip2', | 162 '../third_party/bzip2/bzip2.gyp:bzip2', |
165 '../third_party/icu/icu.gyp:icui18n', | 163 '../third_party/icu/icu.gyp:icui18n', |
166 '../third_party/icu/icu.gyp:icuuc', | 164 '../third_party/icu/icu.gyp:icuuc', |
167 '../third_party/libxml/libxml.gyp:libxml', | 165 '../third_party/libxml/libxml.gyp:libxml', |
168 '../third_party/sqlite/sqlite.gyp:sqlite', | 166 '../third_party/sqlite/sqlite.gyp:sqlite', |
169 '../third_party/zlib/zlib.gyp:zlib', | 167 '../third_party/zlib/zlib.gyp:zlib', |
170 '../third_party/npapi/npapi.gyp:npapi', | 168 '../third_party/npapi/npapi.gyp:npapi', |
171 '../webkit/support/webkit_support.gyp:appcache', | 169 '../webkit/support/webkit_support.gyp:appcache', |
172 '../webkit/support/webkit_support.gyp:blob', | |
173 '../webkit/support/webkit_support.gyp:glue', | 170 '../webkit/support/webkit_support.gyp:glue', |
174 ], | 171 ], |
175 'sources': [ | 172 'sources': [ |
176 # .cc, .h, and .mm files under chrome/common that are not required for | 173 # .cc, .h, and .mm files under chrome/common that are not required for |
177 # building 64-bit Windows targets. Test files are not included. | 174 # building 64-bit Windows targets. Test files are not included. |
178 'common/appcache/appcache_backend_proxy.cc', | 175 'common/appcache/appcache_backend_proxy.cc', |
179 'common/appcache/appcache_backend_proxy.h', | 176 'common/appcache/appcache_backend_proxy.h', |
180 'common/appcache/appcache_dispatcher.cc', | 177 'common/appcache/appcache_dispatcher.cc', |
181 'common/appcache/appcache_dispatcher.h', | 178 'common/appcache/appcache_dispatcher.h', |
182 'common/automation_constants.cc', | 179 'common/automation_constants.cc', |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 'configurations': { | 557 'configurations': { |
561 'Common_Base': { | 558 'Common_Base': { |
562 'msvs_target_platform': 'x64', | 559 'msvs_target_platform': 'x64', |
563 }, | 560 }, |
564 }, | 561 }, |
565 }, | 562 }, |
566 ], | 563 ], |
567 }], | 564 }], |
568 ], | 565 ], |
569 } | 566 } |
OLD | NEW |