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 'base_target': 0, | 8 'base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'base/files/file_path_watcher_stub.cc', | 416 'base/files/file_path_watcher_stub.cc', |
417 ], | 417 ], |
418 }], | 418 }], |
419 ], | 419 ], |
420 }], | 420 }], |
421 ], | 421 ], |
422 }, | 422 }, |
423 'targets': [ | 423 'targets': [ |
424 { | 424 { |
425 'target_name': 'base', | 425 'target_name': 'base', |
426 'type': '<(library)', | 426 'type': '<(component)', |
427 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', | 427 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', |
428 'variables': { | 428 'variables': { |
429 'base_target': 1, | 429 'base_target': 1, |
430 }, | 430 }, |
431 'dependencies': [ | 431 'dependencies': [ |
432 'base_static', | 432 'base_static', |
433 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 433 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
434 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 434 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
435 ], | 435 ], |
436 'export_dependent_settings': [ | 436 'export_dependent_settings': [ |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 'third_party/purify/pure_api.c', | 521 'third_party/purify/pure_api.c', |
522 'base_drag_source.cc', | 522 'base_drag_source.cc', |
523 'base_drop_target.cc', | 523 'base_drop_target.cc', |
524 'event_recorder.cc', | 524 'event_recorder.cc', |
525 'file_version_info.cc', | 525 'file_version_info.cc', |
526 'registry.cc', | 526 'registry.cc', |
527 'resource_util.cc', | 527 'resource_util.cc', |
528 'win_util.cc', | 528 'win_util.cc', |
529 ], | 529 ], |
530 },], | 530 },], |
| 531 [ 'OS=="win" and component=="shared_library"', { |
| 532 'defines': [ |
| 533 'BASE_DLL', |
| 534 'BASE_IMPLEMENTATION=1', |
| 535 ], |
| 536 'msvs_disabled_warnings': [ |
| 537 4251, |
| 538 ], |
| 539 'sources!': [ |
| 540 'debug/debug_on_start_win.cc', |
| 541 ], |
| 542 'direct_dependent_settings': { |
| 543 'defines': [ |
| 544 'BASE_DLL', |
| 545 ], |
| 546 'msvs_disabled_warnings': [ |
| 547 4251, |
| 548 ], |
| 549 }, |
| 550 }], |
531 ], | 551 ], |
532 'sources': [ | 552 'sources': [ |
533 'third_party/nspr/prcpucfg.h', | 553 'third_party/nspr/prcpucfg.h', |
534 'third_party/nspr/prcpucfg_win.h', | 554 'third_party/nspr/prcpucfg_win.h', |
535 'third_party/nspr/prtypes.h', | 555 'third_party/nspr/prtypes.h', |
536 'third_party/purify/pure.h', | 556 'third_party/purify/pure.h', |
537 'third_party/purify/pure_api.c', | 557 'third_party/purify/pure_api.c', |
538 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', | 558 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', |
539 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', | 559 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', |
540 'auto_reset.h', | 560 'auto_reset.h', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 'third_party/xdg_mime/xdgmimemagic.c', | 677 'third_party/xdg_mime/xdgmimemagic.c', |
658 'third_party/xdg_mime/xdgmimemagic.h', | 678 'third_party/xdg_mime/xdgmimemagic.h', |
659 'third_party/xdg_mime/xdgmimeparent.c', | 679 'third_party/xdg_mime/xdgmimeparent.c', |
660 'third_party/xdg_mime/xdgmimeparent.h', | 680 'third_party/xdg_mime/xdgmimeparent.h', |
661 ], | 681 ], |
662 }, | 682 }, |
663 ], | 683 ], |
664 }], | 684 }], |
665 ], | 685 ], |
666 } | 686 } |
OLD | NEW |