| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 439 'base_static', |
| 438 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 440 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 439 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 441 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 440 ], | 442 ], |
| 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 | 443 # 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 | 444 # 64-bit target, but it doesn't work due to a bug in gyp |
| 446 'direct_dependent_settings': { | 445 'direct_dependent_settings': { |
| 447 'include_dirs': [ | 446 'include_dirs': [ |
| 448 '..', | 447 '..', |
| 449 ], | 448 ], |
| 450 }, | 449 }, |
| 451 'conditions': [ | 450 'conditions': [ |
| 452 [ 'toolkit_uses_gtk==1', { | 451 [ 'toolkit_uses_gtk==1', { |
| 453 'conditions': [ | 452 'conditions': [ |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 'event_recorder.cc', | 528 'event_recorder.cc', |
| 530 'file_version_info.cc', | 529 'file_version_info.cc', |
| 531 'registry.cc', | 530 'registry.cc', |
| 532 'resource_util.cc', | 531 'resource_util.cc', |
| 533 'win_util.cc', | 532 'win_util.cc', |
| 534 ], | 533 ], |
| 535 },], | 534 },], |
| 536 [ 'component=="shared_library"', { | 535 [ 'component=="shared_library"', { |
| 537 'defines': [ | 536 'defines': [ |
| 538 'BASE_DLL', | 537 'BASE_DLL', |
| 539 'BASE_IMPLEMENTATION=1', | 538 'BASE_IMPLEMENTATION', |
| 540 ], | 539 ], |
| 541 'conditions': [ | 540 'conditions': [ |
| 542 ['OS=="win"', { | 541 ['OS=="win"', { |
| 543 'msvs_disabled_warnings': [ | 542 'msvs_disabled_warnings': [ |
| 544 4251, | 543 4251, |
| 545 ], | 544 ], |
| 546 'sources!': [ | 545 'sources!': [ |
| 547 'debug/debug_on_start_win.cc', | 546 'debug/debug_on_start_win.cc', |
| 548 ], | 547 ], |
| 549 'direct_dependent_settings': { | 548 'direct_dependent_settings': { |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 'third_party/xdg_mime/xdgmimemagic.c', | 685 'third_party/xdg_mime/xdgmimemagic.c', |
| 687 'third_party/xdg_mime/xdgmimemagic.h', | 686 'third_party/xdg_mime/xdgmimemagic.h', |
| 688 'third_party/xdg_mime/xdgmimeparent.c', | 687 'third_party/xdg_mime/xdgmimeparent.c', |
| 689 'third_party/xdg_mime/xdgmimeparent.h', | 688 'third_party/xdg_mime/xdgmimeparent.h', |
| 690 ], | 689 ], |
| 691 }, | 690 }, |
| 692 ], | 691 ], |
| 693 }], | 692 }], |
| 694 ], | 693 ], |
| 695 } | 694 } |
| OLD | NEW |