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

Side by Side Diff: base/base.gypi

Issue 7076026: Revert 86899 - Base: cleanup for base.dll. Move base_switches back to the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « base/base.gyp ('k') | base/base_switches.h » ('j') | no next file with comments »
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 16 matching lines...) Expand all
27 'atomicops_internals_x86_gcc.cc', 27 'atomicops_internals_x86_gcc.cc',
28 'atomicops_internals_x86_msvc.h', 28 'atomicops_internals_x86_msvc.h',
29 'base_api.h', 29 'base_api.h',
30 'base_paths.cc', 30 'base_paths.cc',
31 'base_paths.h', 31 'base_paths.h',
32 'base_paths_mac.h', 32 'base_paths_mac.h',
33 'base_paths_mac.mm', 33 'base_paths_mac.mm',
34 'base_paths_linux.cc', 34 'base_paths_linux.cc',
35 'base_paths_win.cc', 35 'base_paths_win.cc',
36 'base_paths_win.h', 36 'base_paths_win.h',
37 'base_switches.cc',
38 'base_switches.h',
39 'basictypes.h', 37 'basictypes.h',
40 'bind.h', 38 'bind.h',
41 'bind_helpers.h', 39 'bind_helpers.h',
42 'bind_internal.h', 40 'bind_internal.h',
43 'bind_internal_win.h', 41 'bind_internal_win.h',
44 'bits.h', 42 'bits.h',
45 'callback.h', 43 'callback.h',
46 'callback_internal.cc', 44 'callback_internal.cc',
47 'callback_internal.h', 45 'callback_internal.h',
48 'callback_old.h', 46 'callback_old.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 }, 427 },
430 'targets': [ 428 'targets': [
431 { 429 {
432 'target_name': 'base', 430 'target_name': 'base',
433 'type': '<(component)', 431 'type': '<(component)',
434 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', 432 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
435 'variables': { 433 'variables': {
436 'base_target': 1, 434 'base_target': 1,
437 }, 435 },
438 'dependencies': [ 436 'dependencies': [
437 'base_static',
439 '../third_party/modp_b64/modp_b64.gyp:modp_b64', 438 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
440 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 439 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
441 ], 440 ],
441 'export_dependent_settings': [
442 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
443 ],
442 # TODO(gregoryd): direct_dependent_settings should be shared with the 444 # TODO(gregoryd): direct_dependent_settings should be shared with the
443 # 64-bit target, but it doesn't work due to a bug in gyp 445 # 64-bit target, but it doesn't work due to a bug in gyp
444 'direct_dependent_settings': { 446 'direct_dependent_settings': {
445 'include_dirs': [ 447 'include_dirs': [
446 '..', 448 '..',
447 ], 449 ],
448 }, 450 },
449 'conditions': [ 451 'conditions': [
450 [ 'toolkit_uses_gtk==1', { 452 [ 'toolkit_uses_gtk==1', {
451 'conditions': [ 453 'conditions': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'libraries': [ 513 'libraries': [
512 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 514 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
513 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 515 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
514 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 516 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
515 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 517 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
516 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 518 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
517 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 519 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
518 ], 520 ],
519 }, 521 },
520 }], 522 }],
521 [ 'OS == "win"', { 523 [ 'OS != "win"', {
522 'dependencies': ['base_static'], 524 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
523 }, 525 'sources!': [
524 { # else OS != WIN 526 'third_party/purify/pure_api.c',
525 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 527 'event_recorder.cc',
526 'sources!': [ 528 'resource_util.cc',
527 'third_party/purify/pure_api.c', 529 ],
528 'event_recorder.cc',
529 'resource_util.cc',
530 ],
531 },], 530 },],
532 [ 'component=="shared_library"', { 531 [ 'component=="shared_library"', {
533 'defines': [ 532 'defines': [
534 'BASE_DLL', 533 'BASE_DLL',
535 'BASE_IMPLEMENTATION', 534 'BASE_IMPLEMENTATION=1',
536 ], 535 ],
537 'conditions': [ 536 'conditions': [
538 ['OS=="win"', { 537 ['OS=="win"', {
539 'msvs_disabled_warnings': [ 538 'msvs_disabled_warnings': [
540 4251, 539 4251,
541 ], 540 ],
542 'sources!': [ 541 'sources!': [
543 'debug/debug_on_start_win.cc', 542 'debug/debug_on_start_win.cc',
544 ], 543 ],
545 'direct_dependent_settings': { 544 'direct_dependent_settings': {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'third_party/xdg_mime/xdgmimemagic.c', 681 'third_party/xdg_mime/xdgmimemagic.c',
683 'third_party/xdg_mime/xdgmimemagic.h', 682 'third_party/xdg_mime/xdgmimemagic.h',
684 'third_party/xdg_mime/xdgmimeparent.c', 683 'third_party/xdg_mime/xdgmimeparent.c',
685 'third_party/xdg_mime/xdgmimeparent.h', 684 'third_party/xdg_mime/xdgmimeparent.h',
686 ], 685 ],
687 }, 686 },
688 ], 687 ],
689 }], 688 }],
690 ], 689 ],
691 } 690 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698