| 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', | |
| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'type': '<(component)', | 433 'type': '<(component)', |
| 436 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', | 434 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', |
| 437 'variables': { | 435 'variables': { |
| 438 'base_target': 1, | 436 'base_target': 1, |
| 439 }, | 437 }, |
| 440 'dependencies': [ | 438 'dependencies': [ |
| 441 'base_static', | 439 'base_static', |
| 442 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 440 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 443 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 441 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 444 ], | 442 ], |
| 443 'export_dependent_settings': [ |
| 444 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 445 ], |
| 445 # TODO(gregoryd): direct_dependent_settings should be shared with the | 446 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 446 # 64-bit target, but it doesn't work due to a bug in gyp | 447 # 64-bit target, but it doesn't work due to a bug in gyp |
| 447 'direct_dependent_settings': { | 448 'direct_dependent_settings': { |
| 448 'include_dirs': [ | 449 'include_dirs': [ |
| 449 '..', | 450 '..', |
| 450 ], | 451 ], |
| 451 }, | 452 }, |
| 452 'conditions': [ | 453 'conditions': [ |
| 453 [ 'toolkit_uses_gtk==1', { | 454 [ 'toolkit_uses_gtk==1', { |
| 454 'conditions': [ | 455 'conditions': [ |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 'event_recorder.cc', | 531 'event_recorder.cc', |
| 531 'file_version_info.cc', | 532 'file_version_info.cc', |
| 532 'registry.cc', | 533 'registry.cc', |
| 533 'resource_util.cc', | 534 'resource_util.cc', |
| 534 'win_util.cc', | 535 'win_util.cc', |
| 535 ], | 536 ], |
| 536 },], | 537 },], |
| 537 [ 'component=="shared_library"', { | 538 [ 'component=="shared_library"', { |
| 538 'defines': [ | 539 'defines': [ |
| 539 'BASE_DLL', | 540 'BASE_DLL', |
| 540 'BASE_IMPLEMENTATION', | 541 'BASE_IMPLEMENTATION=1', |
| 541 ], | 542 ], |
| 542 'conditions': [ | 543 'conditions': [ |
| 543 ['OS=="win"', { | 544 ['OS=="win"', { |
| 544 'msvs_disabled_warnings': [ | 545 'msvs_disabled_warnings': [ |
| 545 4251, | 546 4251, |
| 546 ], | 547 ], |
| 547 'sources!': [ | 548 'sources!': [ |
| 548 'debug/debug_on_start_win.cc', | 549 'debug/debug_on_start_win.cc', |
| 549 ], | 550 ], |
| 550 'direct_dependent_settings': { | 551 'direct_dependent_settings': { |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 'third_party/xdg_mime/xdgmimemagic.c', | 688 'third_party/xdg_mime/xdgmimemagic.c', |
| 688 'third_party/xdg_mime/xdgmimemagic.h', | 689 'third_party/xdg_mime/xdgmimemagic.h', |
| 689 'third_party/xdg_mime/xdgmimeparent.c', | 690 'third_party/xdg_mime/xdgmimeparent.c', |
| 690 'third_party/xdg_mime/xdgmimeparent.h', | 691 'third_party/xdg_mime/xdgmimeparent.h', |
| 691 ], | 692 ], |
| 692 }, | 693 }, |
| 693 ], | 694 ], |
| 694 }], | 695 }], |
| 695 ], | 696 ], |
| 696 } | 697 } |
| OLD | NEW |