| 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 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1603 'action_name': 'net_resources', | 1603 'action_name': 'net_resources', |
| 1604 'variables': { | 1604 'variables': { |
| 1605 'grit_grd_file': 'base/net_resources.grd', | 1605 'grit_grd_file': 'base/net_resources.grd', |
| 1606 }, | 1606 }, |
| 1607 'includes': [ '../build/grit_action.gypi' ], | 1607 'includes': [ '../build/grit_action.gypi' ], |
| 1608 }, | 1608 }, |
| 1609 ], | 1609 ], |
| 1610 'includes': [ '../build/grit_target.gypi' ], | 1610 'includes': [ '../build/grit_target.gypi' ], |
| 1611 }, | 1611 }, |
| 1612 { | 1612 { |
| 1613 'target_name': 'gdig', |
| 1614 'type': 'executable', |
| 1615 'dependencies': [ |
| 1616 'net', |
| 1617 ], |
| 1618 'sources': [ |
| 1619 'tools/gdig/gdig.cc', |
| 1620 ], |
| 1621 }, |
| 1622 { |
| 1613 'target_name': 'fetch_client', | 1623 'target_name': 'fetch_client', |
| 1614 'type': 'executable', | 1624 'type': 'executable', |
| 1615 'variables': { 'enable_wexit_time_destructors': 1, }, | 1625 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1616 'dependencies': [ | 1626 'dependencies': [ |
| 1617 'net', | 1627 'net', |
| 1618 '../base/base.gyp:base', | 1628 '../base/base.gyp:base', |
| 1619 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1629 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1620 '../build/temp_gyp/googleurl.gyp:googleurl', | 1630 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 1621 '../testing/gtest.gyp:gtest', | 1631 '../testing/gtest.gyp:gtest', |
| 1622 ], | 1632 ], |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1900 'tools/dump_cache/url_to_filename_encoder.cc', | 1910 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1901 'tools/dump_cache/url_to_filename_encoder.h', | 1911 'tools/dump_cache/url_to_filename_encoder.h', |
| 1902 'tools/dump_cache/url_utilities.h', | 1912 'tools/dump_cache/url_utilities.h', |
| 1903 'tools/dump_cache/url_utilities.cc', | 1913 'tools/dump_cache/url_utilities.cc', |
| 1904 ], | 1914 ], |
| 1905 }, | 1915 }, |
| 1906 ], | 1916 ], |
| 1907 }], | 1917 }], |
| 1908 ], | 1918 ], |
| 1909 } | 1919 } |
| OLD | NEW |