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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1604 'action_name': 'net_resources', | 1604 'action_name': 'net_resources', |
| 1605 'variables': { | 1605 'variables': { |
| 1606 'grit_grd_file': 'base/net_resources.grd', | 1606 'grit_grd_file': 'base/net_resources.grd', |
| 1607 }, | 1607 }, |
| 1608 'includes': [ '../build/grit_action.gypi' ], | 1608 'includes': [ '../build/grit_action.gypi' ], |
| 1609 }, | 1609 }, |
| 1610 ], | 1610 ], |
| 1611 'includes': [ '../build/grit_target.gypi' ], | 1611 'includes': [ '../build/grit_target.gypi' ], |
| 1612 }, | 1612 }, |
| 1613 { | 1613 { |
| 1614 'target_name': 'gdig', | |
|
szym
2012/06/01 22:07:58
you have trailing whitespace here
Daniele
2012/06/01 22:29:27
Done.
| |
| 1615 'type': 'executable', | |
| 1616 'dependencies': [ | |
| 1617 'net', | |
| 1618 ], | |
| 1619 'sources': [ | |
| 1620 'tools/gdig/gdig.cc', | |
| 1621 ], | |
| 1622 }, | |
| 1623 { | |
| 1614 'target_name': 'fetch_client', | 1624 'target_name': 'fetch_client', |
| 1615 'type': 'executable', | 1625 'type': 'executable', |
| 1616 'variables': { 'enable_wexit_time_destructors': 1, }, | 1626 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1617 'dependencies': [ | 1627 'dependencies': [ |
| 1618 'net', | 1628 'net', |
| 1619 '../base/base.gyp:base', | 1629 '../base/base.gyp:base', |
| 1620 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', | 1630 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', |
| 1621 '../build/temp_gyp/googleurl.gyp:googleurl', | 1631 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 1622 '../testing/gtest.gyp:gtest', | 1632 '../testing/gtest.gyp:gtest', |
| 1623 ], | 1633 ], |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1890 'tools/dump_cache/url_to_filename_encoder.cc', | 1900 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1891 'tools/dump_cache/url_to_filename_encoder.h', | 1901 'tools/dump_cache/url_to_filename_encoder.h', |
| 1892 'tools/dump_cache/url_utilities.h', | 1902 'tools/dump_cache/url_utilities.h', |
| 1893 'tools/dump_cache/url_utilities.cc', | 1903 'tools/dump_cache/url_utilities.cc', |
| 1894 ], | 1904 ], |
| 1895 }, | 1905 }, |
| 1896 ], | 1906 ], |
| 1897 }], | 1907 }], |
| 1898 ], | 1908 ], |
| 1899 } | 1909 } |
| OLD | NEW |