| 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 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1118 'include_dirs': [ | 1118 'include_dirs': [ |
| 1119 '..', | 1119 '..', |
| 1120 ], | 1120 ], |
| 1121 'dependencies': [ | 1121 'dependencies': [ |
| 1122 '../base/base.gyp:base', | 1122 '../base/base.gyp:base', |
| 1123 '../base/base.gyp:test_support_base', | 1123 '../base/base.gyp:test_support_base', |
| 1124 '../google_apis/google_apis.gyp:google_apis_test_support', | 1124 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 1125 '../jingle/jingle.gyp:notifier_test_util', | 1125 '../jingle/jingle.gyp:notifier_test_util', |
| 1126 '../net/net.gyp:net_test_support', | 1126 '../net/net.gyp:net_test_support', |
| 1127 '../sql/sql.gyp:test_support_sql', | 1127 '../sql/sql.gyp:test_support_sql', |
| 1128 '../sync/sync.gyp:sync', | 1128 '../components/sync.gyp:sync', |
| 1129 '../sync/sync.gyp:test_support_sync_api', | 1129 '../components/sync.gyp:test_support_sync_api', |
| 1130 '../testing/gmock.gyp:gmock', | 1130 '../testing/gmock.gyp:gmock', |
| 1131 '../testing/gtest.gyp:gtest', | 1131 '../testing/gtest.gyp:gtest', |
| 1132 '../third_party/icu/icu.gyp:icui18n', | 1132 '../third_party/icu/icu.gyp:icui18n', |
| 1133 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1133 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1134 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 1134 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
| 1135 '../third_party/libjingle/libjingle.gyp:libjingle', | 1135 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1136 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1136 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 1137 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1137 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 1138 '../third_party/re2/re2.gyp:re2', | 1138 '../third_party/re2/re2.gyp:re2', |
| 1139 '../ui/base/ui_base.gyp:ui_base', | 1139 '../ui/base/ui_base.gyp:ui_base', |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2047 'dependencies': [ | 2047 'dependencies': [ |
| 2048 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2048 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2049 ], | 2049 ], |
| 2050 }], | 2050 }], |
| 2051 ], | 2051 ], |
| 2052 }, | 2052 }, |
| 2053 ], | 2053 ], |
| 2054 }], | 2054 }], |
| 2055 ], | 2055 ], |
| 2056 } | 2056 } |
| OLD | NEW |