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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 'common/url_constants.h', | 277 'common/url_constants.h', |
278 'common/utility_messages.cc', | 278 'common/utility_messages.cc', |
279 'common/utility_messages.h', | 279 'common/utility_messages.h', |
280 'common/utility_messages_internal.h', | 280 'common/utility_messages_internal.h', |
281 'common/view_types.cc', | 281 'common/view_types.cc', |
282 'common/view_types.h', | 282 'common/view_types.h', |
283 'common/visitedlink_common.cc', | 283 'common/visitedlink_common.cc', |
284 'common/visitedlink_common.h', | 284 'common/visitedlink_common.h', |
285 'common/web_database_observer_impl.cc', | 285 'common/web_database_observer_impl.cc', |
286 'common/web_database_observer_impl.h', | 286 'common/web_database_observer_impl.h', |
| 287 'common/webkit_param_traits.cc', |
287 'common/webkit_param_traits.h', | 288 'common/webkit_param_traits.h', |
288 'common/webmessageportchannel_impl.cc', | 289 'common/webmessageportchannel_impl.cc', |
289 'common/webmessageportchannel_impl.h', | 290 'common/webmessageportchannel_impl.h', |
290 'common/window_container_type.cc', | 291 'common/window_container_type.cc', |
291 'common/window_container_type.h', | 292 'common/window_container_type.h', |
292 'common/worker_messages.cc', | 293 'common/worker_messages.cc', |
293 'common/worker_messages.h', | 294 'common/worker_messages.h', |
294 'common/worker_messages_internal.h', | 295 'common/worker_messages_internal.h', |
295 'common/worker_thread_ticker.cc', | 296 'common/worker_thread_ticker.cc', |
296 'common/worker_thread_ticker.h', | 297 'common/worker_thread_ticker.h', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 'configurations': { | 435 'configurations': { |
435 'Common_Base': { | 436 'Common_Base': { |
436 'msvs_target_platform': 'x64', | 437 'msvs_target_platform': 'x64', |
437 }, | 438 }, |
438 }, | 439 }, |
439 }, | 440 }, |
440 ], | 441 ], |
441 }], | 442 }], |
442 ], | 443 ], |
443 } | 444 } |
OLD | NEW |