| 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 'target_name': 'base', | 430 'target_name': 'base', |
| 431 'type': '<(component)', | 431 'type': '<(component)', |
| 432 'variables': { | 432 'variables': { |
| 433 'base_target': 1, | 433 'base_target': 1, |
| 434 }, | 434 }, |
| 435 'dependencies': [ | 435 'dependencies': [ |
| 436 'base_static', | 436 'base_static', |
| 437 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 437 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 438 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 438 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 439 ], | 439 ], |
| 440 'export_dependent_settings': [ | |
| 441 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | |
| 442 ], | |
| 443 # TODO(gregoryd): direct_dependent_settings should be shared with the | 440 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 444 # 64-bit target, but it doesn't work due to a bug in gyp | 441 # 64-bit target, but it doesn't work due to a bug in gyp |
| 445 'direct_dependent_settings': { | 442 'direct_dependent_settings': { |
| 446 'include_dirs': [ | 443 'include_dirs': [ |
| 447 '..', | 444 '..', |
| 448 ], | 445 ], |
| 449 }, | 446 }, |
| 450 'conditions': [ | 447 'conditions': [ |
| 451 [ 'toolkit_uses_gtk==1', { | 448 [ 'toolkit_uses_gtk==1', { |
| 452 'conditions': [ | 449 'conditions': [ |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], | 520 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], |
| 524 'sources!': [ | 521 'sources!': [ |
| 525 'third_party/purify/pure_api.c', | 522 'third_party/purify/pure_api.c', |
| 526 'event_recorder.cc', | 523 'event_recorder.cc', |
| 527 'resource_util.cc', | 524 'resource_util.cc', |
| 528 ], | 525 ], |
| 529 },], | 526 },], |
| 530 [ 'component=="shared_library"', { | 527 [ 'component=="shared_library"', { |
| 531 'defines': [ | 528 'defines': [ |
| 532 'BASE_DLL', | 529 'BASE_DLL', |
| 533 'BASE_IMPLEMENTATION=1', | 530 'BASE_IMPLEMENTATION', |
| 534 ], | 531 ], |
| 535 'conditions': [ | 532 'conditions': [ |
| 536 ['OS=="win"', { | 533 ['OS=="win"', { |
| 537 'msvs_disabled_warnings': [ | 534 'msvs_disabled_warnings': [ |
| 538 4251, | 535 4251, |
| 539 ], | 536 ], |
| 540 'sources!': [ | 537 'sources!': [ |
| 541 'debug/debug_on_start_win.cc', | 538 'debug/debug_on_start_win.cc', |
| 542 ], | 539 ], |
| 543 'direct_dependent_settings': { | 540 'direct_dependent_settings': { |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'third_party/xdg_mime/xdgmimemagic.c', | 676 'third_party/xdg_mime/xdgmimemagic.c', |
| 680 'third_party/xdg_mime/xdgmimemagic.h', | 677 'third_party/xdg_mime/xdgmimemagic.h', |
| 681 'third_party/xdg_mime/xdgmimeparent.c', | 678 'third_party/xdg_mime/xdgmimeparent.c', |
| 682 'third_party/xdg_mime/xdgmimeparent.h', | 679 'third_party/xdg_mime/xdgmimeparent.h', |
| 683 ], | 680 ], |
| 684 }, | 681 }, |
| 685 ], | 682 ], |
| 686 }], | 683 }], |
| 687 ], | 684 ], |
| 688 } | 685 } |
| OLD | NEW |