Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1656 'cfgmgr32.dll', | 1656 'cfgmgr32.dll', |
| 1657 'shell32.dll', | 1657 'shell32.dll', |
| 1658 ], | 1658 ], |
| 1659 'AdditionalDependencies': [ | 1659 'AdditionalDependencies': [ |
| 1660 'cfgmgr32.lib', | 1660 'cfgmgr32.lib', |
| 1661 'shell32.lib', | 1661 'shell32.lib', |
| 1662 ], | 1662 ], |
| 1663 }, | 1663 }, |
| 1664 }, | 1664 }, |
| 1665 }, | 1665 }, |
| 1666 { | |
| 1667 # GN: //base:process_startup_helper_win | |
| 1668 'target_name': 'process_startup_helper_win', | |
|
grt (UTC plus 2)
2015/10/08 11:52:08
is this extra target needed? content_app_deps alre
Patrick Monette
2015/10/08 21:22:46
You are right. Removed.
| |
| 1669 'type': 'static_library', | |
| 1670 'include_dirs': [ | |
| 1671 '..', | |
| 1672 ], | |
| 1673 'dependencies': [ | |
| 1674 'base', | |
| 1675 'base_static', | |
| 1676 ], | |
| 1677 'sources': [ | |
| 1678 'win/process_startup_helper.cc', | |
| 1679 'win/process_startup_helper.h', | |
| 1680 ], | |
| 1681 }, | |
| 1666 ], | 1682 ], |
| 1667 }], | 1683 }], |
| 1668 ['test_isolation_mode != "noop"', { | 1684 ['test_isolation_mode != "noop"', { |
| 1669 'targets': [ | 1685 'targets': [ |
| 1670 { | 1686 { |
| 1671 'target_name': 'base_unittests_run', | 1687 'target_name': 'base_unittests_run', |
| 1672 'type': 'none', | 1688 'type': 'none', |
| 1673 'dependencies': [ | 1689 'dependencies': [ |
| 1674 'base_unittests', | 1690 'base_unittests', |
| 1675 ], | 1691 ], |
| 1676 'includes': [ | 1692 'includes': [ |
| 1677 '../build/isolate.gypi', | 1693 '../build/isolate.gypi', |
| 1678 ], | 1694 ], |
| 1679 'sources': [ | 1695 'sources': [ |
| 1680 'base_unittests.isolate', | 1696 'base_unittests.isolate', |
| 1681 ], | 1697 ], |
| 1682 }, | 1698 }, |
| 1683 ], | 1699 ], |
| 1684 }], | 1700 }], |
| 1685 ], | 1701 ], |
| 1686 } | 1702 } |
| OLD | NEW |