OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 'common/url_constants.h', | 279 'common/url_constants.h', |
280 'common/utility_messages.cc', | 280 'common/utility_messages.cc', |
281 'common/utility_messages.h', | 281 'common/utility_messages.h', |
282 'common/utility_messages_internal.h', | 282 'common/utility_messages_internal.h', |
283 'common/view_types.cc', | 283 'common/view_types.cc', |
284 'common/view_types.h', | 284 'common/view_types.h', |
285 'common/visitedlink_common.cc', | 285 'common/visitedlink_common.cc', |
286 'common/visitedlink_common.h', | 286 'common/visitedlink_common.h', |
287 'common/web_database_observer_impl.cc', | 287 'common/web_database_observer_impl.cc', |
288 'common/web_database_observer_impl.h', | 288 'common/web_database_observer_impl.h', |
289 'common/webkit_param_traits.cc', | |
290 'common/webkit_param_traits.h', | 289 'common/webkit_param_traits.h', |
291 'common/webmessageportchannel_impl.cc', | 290 'common/webmessageportchannel_impl.cc', |
292 'common/webmessageportchannel_impl.h', | 291 'common/webmessageportchannel_impl.h', |
293 'common/window_container_type.cc', | 292 'common/window_container_type.cc', |
294 'common/window_container_type.h', | 293 'common/window_container_type.h', |
295 'common/worker_messages.cc', | 294 'common/worker_messages.cc', |
296 'common/worker_messages.h', | 295 'common/worker_messages.h', |
297 'common/worker_messages_internal.h', | 296 'common/worker_messages_internal.h', |
298 'common/worker_thread_ticker.cc', | 297 'common/worker_thread_ticker.cc', |
299 'common/worker_thread_ticker.h', | 298 'common/worker_thread_ticker.h', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'configurations': { | 436 'configurations': { |
438 'Common_Base': { | 437 'Common_Base': { |
439 'msvs_target_platform': 'x64', | 438 'msvs_target_platform': 'x64', |
440 }, | 439 }, |
441 }, | 440 }, |
442 }, | 441 }, |
443 ], | 442 ], |
444 }], | 443 }], |
445 ], | 444 ], |
446 } | 445 } |
OLD | NEW |