| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 '../sync/sync.gyp:test_support_sync_api', | 915 '../sync/sync.gyp:test_support_sync_api', |
| 916 '../testing/gmock.gyp:gmock', | 916 '../testing/gmock.gyp:gmock', |
| 917 '../testing/gtest.gyp:gtest', | 917 '../testing/gtest.gyp:gtest', |
| 918 '../third_party/icu/icu.gyp:icui18n', | 918 '../third_party/icu/icu.gyp:icui18n', |
| 919 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 919 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 920 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 920 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
| 921 '../third_party/libjingle/libjingle.gyp:libjingle', | 921 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 922 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 922 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 923 '../third_party/libxml/libxml.gyp:libxml', | 923 '../third_party/libxml/libxml.gyp:libxml', |
| 924 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 924 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 925 '../third_party/re2/re2.gyp:re2', | |
| 926 '../ui/base/ui_base.gyp:ui_base', | 925 '../ui/base/ui_base.gyp:ui_base', |
| 927 '../ui/gfx/gfx.gyp:gfx', | 926 '../ui/gfx/gfx.gyp:gfx', |
| 928 '../ui/gfx/gfx.gyp:gfx_test_support', | 927 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 929 '../ui/resources/ui_resources.gyp:ui_resources', | 928 '../ui/resources/ui_resources.gyp:ui_resources', |
| 930 '../ui/resources/ui_resources.gyp:ui_test_pak', | 929 '../ui/resources/ui_resources.gyp:ui_test_pak', |
| 931 '../ui/strings/ui_strings.gyp:ui_strings', | 930 '../ui/strings/ui_strings.gyp:ui_strings', |
| 932 '../url/url.gyp:url_lib', | 931 '../url/url.gyp:url_lib', |
| 933 'components.gyp:auto_login_parser', | 932 'components.gyp:auto_login_parser', |
| 934 'components.gyp:autofill_core_browser', | 933 'components.gyp:autofill_core_browser', |
| 935 'components.gyp:autofill_core_common', | 934 'components.gyp:autofill_core_common', |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1791 'dependencies': [ | 1790 'dependencies': [ |
| 1792 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1791 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1793 ], | 1792 ], |
| 1794 }], | 1793 }], |
| 1795 ], | 1794 ], |
| 1796 }, | 1795 }, |
| 1797 ], | 1796 ], |
| 1798 }], | 1797 }], |
| 1799 ], | 1798 ], |
| 1800 } | 1799 } |
| OLD | NEW |