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 16 matching lines...) Expand all Loading... |
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', |
37 'basictypes.h', | 39 'basictypes.h', |
38 'bind.h', | 40 'bind.h', |
39 'bind_helpers.h', | 41 'bind_helpers.h', |
40 'bind_internal.h', | 42 'bind_internal.h', |
41 'bind_internal_win.h', | 43 'bind_internal_win.h', |
42 'bits.h', | 44 'bits.h', |
43 'callback.h', | 45 'callback.h', |
44 'callback_internal.cc', | 46 'callback_internal.cc', |
45 'callback_internal.h', | 47 'callback_internal.h', |
46 'callback_old.h', | 48 'callback_old.h', |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 }, | 429 }, |
428 'targets': [ | 430 'targets': [ |
429 { | 431 { |
430 'target_name': 'base', | 432 'target_name': 'base', |
431 'type': '<(component)', | 433 'type': '<(component)', |
432 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', | 434 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', |
433 'variables': { | 435 'variables': { |
434 'base_target': 1, | 436 'base_target': 1, |
435 }, | 437 }, |
436 'dependencies': [ | 438 'dependencies': [ |
437 'base_static', | |
438 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 439 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
439 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 440 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
440 ], | 441 ], |
441 'export_dependent_settings': [ | |
442 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | |
443 ], | |
444 # TODO(gregoryd): direct_dependent_settings should be shared with the | 442 # TODO(gregoryd): direct_dependent_settings should be shared with the |
445 # 64-bit target, but it doesn't work due to a bug in gyp | 443 # 64-bit target, but it doesn't work due to a bug in gyp |
446 'direct_dependent_settings': { | 444 'direct_dependent_settings': { |
447 'include_dirs': [ | 445 'include_dirs': [ |
448 '..', | 446 '..', |
449 ], | 447 ], |
450 }, | 448 }, |
451 'conditions': [ | 449 'conditions': [ |
452 [ 'toolkit_uses_gtk==1', { | 450 [ 'toolkit_uses_gtk==1', { |
453 'conditions': [ | 451 'conditions': [ |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 'libraries': [ | 511 'libraries': [ |
514 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 512 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
515 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 513 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
516 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 514 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
517 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 515 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
518 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 516 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
519 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 517 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
520 ], | 518 ], |
521 }, | 519 }, |
522 }], | 520 }], |
523 [ 'OS != "win"', { | 521 [ 'OS == "win"', { |
524 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], | 522 'dependencies': ['base_static'], |
525 'sources!': [ | 523 }, |
526 'third_party/purify/pure_api.c', | 524 { # else OS != WIN |
527 'event_recorder.cc', | 525 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], |
528 'resource_util.cc', | 526 'sources!': [ |
529 ], | 527 'third_party/purify/pure_api.c', |
| 528 'event_recorder.cc', |
| 529 'resource_util.cc', |
| 530 ], |
530 },], | 531 },], |
531 [ 'component=="shared_library"', { | 532 [ 'component=="shared_library"', { |
532 'defines': [ | 533 'defines': [ |
533 'BASE_DLL', | 534 'BASE_DLL', |
534 'BASE_IMPLEMENTATION=1', | 535 'BASE_IMPLEMENTATION', |
535 ], | 536 ], |
536 'conditions': [ | 537 'conditions': [ |
537 ['OS=="win"', { | 538 ['OS=="win"', { |
538 'msvs_disabled_warnings': [ | 539 'msvs_disabled_warnings': [ |
539 4251, | 540 4251, |
540 ], | 541 ], |
541 'sources!': [ | 542 'sources!': [ |
542 'debug/debug_on_start_win.cc', | 543 'debug/debug_on_start_win.cc', |
543 ], | 544 ], |
544 'direct_dependent_settings': { | 545 'direct_dependent_settings': { |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 'third_party/xdg_mime/xdgmimemagic.c', | 682 'third_party/xdg_mime/xdgmimemagic.c', |
682 'third_party/xdg_mime/xdgmimemagic.h', | 683 'third_party/xdg_mime/xdgmimemagic.h', |
683 'third_party/xdg_mime/xdgmimeparent.c', | 684 'third_party/xdg_mime/xdgmimeparent.c', |
684 'third_party/xdg_mime/xdgmimeparent.h', | 685 'third_party/xdg_mime/xdgmimeparent.h', |
685 ], | 686 ], |
686 }, | 687 }, |
687 ], | 688 ], |
688 }], | 689 }], |
689 ], | 690 ], |
690 } | 691 } |
OLD | NEW |