Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: base/base.gypi

Issue 6883173: Enable building base.dll for the multi-dll build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'base/files/file_path_watcher_stub.cc', 415 'base/files/file_path_watcher_stub.cc',
416 ], 416 ],
417 }], 417 }],
418 ], 418 ],
419 }], 419 }],
420 ], 420 ],
421 }, 421 },
422 'targets': [ 422 'targets': [
423 { 423 {
424 'target_name': 'base', 424 'target_name': 'base',
425 'type': '<(library)', 425 'type': '<(component)',
426 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', 426 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
427 'variables': { 427 'variables': {
428 'base_target': 1, 428 'base_target': 1,
429 }, 429 },
430 'dependencies': [ 430 'dependencies': [
431 'base_static', 431 'base_static',
432 '../third_party/modp_b64/modp_b64.gyp:modp_b64', 432 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
433 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 433 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
434 ], 434 ],
435 'export_dependent_settings': [ 435 'export_dependent_settings': [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'third_party/purify/pure_api.c', 520 'third_party/purify/pure_api.c',
521 'base_drag_source.cc', 521 'base_drag_source.cc',
522 'base_drop_target.cc', 522 'base_drop_target.cc',
523 'event_recorder.cc', 523 'event_recorder.cc',
524 'file_version_info.cc', 524 'file_version_info.cc',
525 'registry.cc', 525 'registry.cc',
526 'resource_util.cc', 526 'resource_util.cc',
527 'win_util.cc', 527 'win_util.cc',
528 ], 528 ],
529 },], 529 },],
530 [ 'OS=="win" and component=="shared_library"', {
531 'defines': [
532 'BASE_DLL',
533 'BASE_IMPLEMENTATION=1',
534 ],
535 'msvs_disabled_warnings': [
536 4251,
537 ],
538 'sources!': [
539 'debug/debug_on_start_win.cc',
540 ],
541 'direct_dependent_settings': {
542 'defines': [
543 'BASE_DLL',
544 ],
545 'msvs_disabled_warnings': [
546 4251,
547 ],
548 },
549 }],
530 ], 550 ],
531 'sources': [ 551 'sources': [
532 'third_party/nspr/prcpucfg.h', 552 'third_party/nspr/prcpucfg.h',
533 'third_party/nspr/prcpucfg_win.h', 553 'third_party/nspr/prcpucfg_win.h',
534 'third_party/nspr/prtypes.h', 554 'third_party/nspr/prtypes.h',
535 'third_party/purify/pure.h', 555 'third_party/purify/pure.h',
536 'third_party/purify/pure_api.c', 556 'third_party/purify/pure_api.c',
537 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 557 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
538 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 558 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
539 'auto_reset.h', 559 'auto_reset.h',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'third_party/xdg_mime/xdgmimemagic.c', 676 'third_party/xdg_mime/xdgmimemagic.c',
657 'third_party/xdg_mime/xdgmimemagic.h', 677 'third_party/xdg_mime/xdgmimemagic.h',
658 'third_party/xdg_mime/xdgmimeparent.c', 678 'third_party/xdg_mime/xdgmimeparent.c',
659 'third_party/xdg_mime/xdgmimeparent.h', 679 'third_party/xdg_mime/xdgmimeparent.h',
660 ], 680 ],
661 }, 681 },
662 ], 682 ],
663 }], 683 }],
664 ], 684 ],
665 } 685 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698