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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 '../third_party/icu/public/common', | 449 '../third_party/icu/public/common', |
450 # We usually get these skia directories by adding a dependency on | 450 # We usually get these skia directories by adding a dependency on |
451 # skia, bu we don't need it for NaCl's 64-bit Windows support. The | 451 # skia, bu we don't need it for NaCl's 64-bit Windows support. The |
452 # directories are required for resolving the includes in any case. | 452 # directories are required for resolving the includes in any case. |
453 '../third_party/skia/include/config', | 453 '../third_party/skia/include/config', |
454 '../third_party/skia/include/core', | 454 '../third_party/skia/include/core', |
455 '../skia/config', | 455 '../skia/config', |
456 '../skia/config/win', | 456 '../skia/config/win', |
457 ], | 457 ], |
458 'defines': [ | 458 'defines': [ |
459 'EXCLUDE_SKIA_DEPENDENCIES', | |
460 '<@(nacl_win64_defines)', | 459 '<@(nacl_win64_defines)', |
461 ], | 460 ], |
462 'sources': [ | 461 'sources': [ |
463 '../webkit/glue/webkit_glue_dummy.cc', | 462 '../webkit/glue/webkit_glue_dummy.cc', |
464 'common/url_constants.cc', | 463 'common/url_constants.cc', |
465 # TODO(bradnelson): once automatic generation of 64 bit targets on | 464 # TODO(bradnelson): once automatic generation of 64 bit targets on |
466 # Windows is ready, take this out and add a dependency on | 465 # Windows is ready, take this out and add a dependency on |
467 # content_common.gypi. | 466 # content_common.gypi. |
468 '../content/common/file_system/file_system_dispatcher_dummy.cc', | 467 '../content/common/file_system/file_system_dispatcher_dummy.cc', |
469 '../content/common/message_router.cc', | 468 '../content/common/message_router.cc', |
(...skipping 14 matching lines...) Expand all Loading... |
484 'configurations': { | 483 'configurations': { |
485 'Common_Base': { | 484 'Common_Base': { |
486 'msvs_target_platform': 'x64', | 485 'msvs_target_platform': 'x64', |
487 }, | 486 }, |
488 }, | 487 }, |
489 }, | 488 }, |
490 ], | 489 ], |
491 }], | 490 }], |
492 ], | 491 ], |
493 } | 492 } |
OLD | NEW |