| 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 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1069 '../base/base.gyp:base', | 1069 '../base/base.gyp:base', |
| 1070 '../base/base.gyp:test_support_base', | 1070 '../base/base.gyp:test_support_base', |
| 1071 '../google_apis/google_apis.gyp:google_apis_test_support', | 1071 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 1072 '../jingle/jingle.gyp:notifier_test_util', | 1072 '../jingle/jingle.gyp:notifier_test_util', |
| 1073 '../net/net.gyp:net_test_support', | 1073 '../net/net.gyp:net_test_support', |
| 1074 '../sql/sql.gyp:test_support_sql', | 1074 '../sql/sql.gyp:test_support_sql', |
| 1075 '../sync/sync.gyp:sync', | 1075 '../sync/sync.gyp:sync', |
| 1076 '../sync/sync.gyp:test_support_sync_api', | 1076 '../sync/sync.gyp:test_support_sync_api', |
| 1077 '../testing/gmock.gyp:gmock', | 1077 '../testing/gmock.gyp:gmock', |
| 1078 '../testing/gtest.gyp:gtest', | 1078 '../testing/gtest.gyp:gtest', |
| 1079 '../third_party/cld_2/cld_2.gyp:cld2_static', | |
| 1080 '../third_party/icu/icu.gyp:icui18n', | 1079 '../third_party/icu/icu.gyp:icui18n', |
| 1081 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1080 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1082 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 1081 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
| 1083 '../third_party/libjingle/libjingle.gyp:libjingle', | 1082 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1084 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1083 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 1085 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1084 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 1086 '../third_party/re2/re2.gyp:re2', | 1085 '../third_party/re2/re2.gyp:re2', |
| 1087 '../ui/base/ui_base.gyp:ui_base', | 1086 '../ui/base/ui_base.gyp:ui_base', |
| 1088 '../ui/gfx/gfx.gyp:gfx', | 1087 '../ui/gfx/gfx.gyp:gfx', |
| 1089 '../ui/gfx/gfx.gyp:gfx_test_support', | 1088 '../ui/gfx/gfx.gyp:gfx_test_support', |
| (...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1976 'dependencies': [ | 1975 'dependencies': [ |
| 1977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1976 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1978 ], | 1977 ], |
| 1979 }], | 1978 }], |
| 1980 ], | 1979 ], |
| 1981 }, | 1980 }, |
| 1982 ], | 1981 ], |
| 1983 }], | 1982 }], |
| 1984 ], | 1983 ], |
| 1985 } | 1984 } |
| OLD | NEW |