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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'common/spellcheck_common.cc', | 237 'common/spellcheck_common.cc', |
238 'common/spellcheck_common.h', | 238 'common/spellcheck_common.h', |
239 'common/spellcheck_messages.h', | 239 'common/spellcheck_messages.h', |
240 'common/sqlite_utils.cc', | 240 'common/sqlite_utils.cc', |
241 'common/sqlite_utils.h', | 241 'common/sqlite_utils.h', |
242 'common/text_input_client_messages.h', | 242 'common/text_input_client_messages.h', |
243 'common/thumbnail_score.cc', | 243 'common/thumbnail_score.cc', |
244 'common/thumbnail_score.h', | 244 'common/thumbnail_score.h', |
245 'common/url_constants.cc', | 245 'common/url_constants.cc', |
246 'common/url_constants.h', | 246 'common/url_constants.h', |
247 'common/utility_messages.h', | |
248 'common/visitedlink_common.cc', | 247 'common/visitedlink_common.cc', |
249 'common/visitedlink_common.h', | 248 'common/visitedlink_common.h', |
250 'common/web_apps.cc', | 249 'common/web_apps.cc', |
251 'common/web_apps.h', | 250 'common/web_apps.h', |
252 'common/web_resource/web_resource_unpacker.cc', | 251 'common/web_resource/web_resource_unpacker.cc', |
253 'common/web_resource/web_resource_unpacker.h', | 252 'common/web_resource/web_resource_unpacker.h', |
254 'common/worker_thread_ticker.cc', | 253 'common/worker_thread_ticker.cc', |
255 'common/worker_thread_ticker.h', | 254 'common/worker_thread_ticker.h', |
256 'common/zip.cc', # Requires zlib directly. | 255 'common/zip.cc', # Requires zlib directly. |
257 'common/zip.h', | 256 'common/zip.h', |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 'configurations': { | 570 'configurations': { |
572 'Common_Base': { | 571 'Common_Base': { |
573 'msvs_target_platform': 'x64', | 572 'msvs_target_platform': 'x64', |
574 }, | 573 }, |
575 }, | 574 }, |
576 }, | 575 }, |
577 ], | 576 ], |
578 }], | 577 }], |
579 ], | 578 ], |
580 } | 579 } |
OLD | NEW |