| 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1585 'action_name': 'net_resources', | 1585 'action_name': 'net_resources', |
| 1586 'variables': { | 1586 'variables': { |
| 1587 'grit_grd_file': 'base/net_resources.grd', | 1587 'grit_grd_file': 'base/net_resources.grd', |
| 1588 }, | 1588 }, |
| 1589 'includes': [ '../build/grit_action.gypi' ], | 1589 'includes': [ '../build/grit_action.gypi' ], |
| 1590 }, | 1590 }, |
| 1591 ], | 1591 ], |
| 1592 'includes': [ '../build/grit_target.gypi' ], | 1592 'includes': [ '../build/grit_target.gypi' ], |
| 1593 }, | 1593 }, |
| 1594 { | 1594 { |
| 1595 'target_name': 'gdig', |
| 1596 'type': 'executable', |
| 1597 'dependencies': [ |
| 1598 'net', |
| 1599 ], |
| 1600 'sources': [ |
| 1601 'tools/gdig/gdig.cc', |
| 1602 ], |
| 1603 }, |
| 1604 { |
| 1595 'target_name': 'fetch_client', | 1605 'target_name': 'fetch_client', |
| 1596 'type': 'executable', | 1606 'type': 'executable', |
| 1597 'variables': { 'enable_wexit_time_destructors': 1, }, | 1607 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1598 'dependencies': [ | 1608 'dependencies': [ |
| 1599 'net', | 1609 'net', |
| 1600 '../base/base.gyp:base', | 1610 '../base/base.gyp:base', |
| 1601 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1611 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1602 '../build/temp_gyp/googleurl.gyp:googleurl', | 1612 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 1603 '../testing/gtest.gyp:gtest', | 1613 '../testing/gtest.gyp:gtest', |
| 1604 ], | 1614 ], |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1846 'tools/dump_cache/url_to_filename_encoder.cc', | 1856 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1847 'tools/dump_cache/url_to_filename_encoder.h', | 1857 'tools/dump_cache/url_to_filename_encoder.h', |
| 1848 'tools/dump_cache/url_utilities.h', | 1858 'tools/dump_cache/url_utilities.h', |
| 1849 'tools/dump_cache/url_utilities.cc', | 1859 'tools/dump_cache/url_utilities.cc', |
| 1850 ], | 1860 ], |
| 1851 }, | 1861 }, |
| 1852 ], | 1862 ], |
| 1853 }], | 1863 }], |
| 1854 ], | 1864 ], |
| 1855 } | 1865 } |
| OLD | NEW |