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 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 '../base/base.gyp:base', | 1077 '../base/base.gyp:base', |
1078 '../base/base.gyp:test_support_base', | 1078 '../base/base.gyp:test_support_base', |
1079 '../google_apis/google_apis.gyp:google_apis_test_support', | 1079 '../google_apis/google_apis.gyp:google_apis_test_support', |
1080 '../jingle/jingle.gyp:notifier_test_util', | 1080 '../jingle/jingle.gyp:notifier_test_util', |
1081 '../net/net.gyp:net_test_support', | 1081 '../net/net.gyp:net_test_support', |
1082 '../sql/sql.gyp:test_support_sql', | 1082 '../sql/sql.gyp:test_support_sql', |
1083 '../sync/sync.gyp:sync', | 1083 '../sync/sync.gyp:sync', |
1084 '../sync/sync.gyp:test_support_sync_api', | 1084 '../sync/sync.gyp:test_support_sync_api', |
1085 '../testing/gmock.gyp:gmock', | 1085 '../testing/gmock.gyp:gmock', |
1086 '../testing/gtest.gyp:gtest', | 1086 '../testing/gtest.gyp:gtest', |
1087 '../third_party/cld_2/cld_2.gyp:cld2_static', | |
1088 '../third_party/icu/icu.gyp:icui18n', | 1087 '../third_party/icu/icu.gyp:icui18n', |
1089 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1088 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1090 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 1089 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
1091 '../third_party/libjingle/libjingle.gyp:libjingle', | 1090 '../third_party/libjingle/libjingle.gyp:libjingle', |
1092 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1091 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
1093 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1092 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
1094 '../third_party/re2/re2.gyp:re2', | 1093 '../third_party/re2/re2.gyp:re2', |
1095 '../ui/base/ui_base.gyp:ui_base', | 1094 '../ui/base/ui_base.gyp:ui_base', |
1096 '../ui/gfx/gfx.gyp:gfx', | 1095 '../ui/gfx/gfx.gyp:gfx', |
1097 '../ui/gfx/gfx.gyp:gfx_test_support', | 1096 '../ui/gfx/gfx.gyp:gfx_test_support', |
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1987 'dependencies': [ | 1986 'dependencies': [ |
1988 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1987 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1989 ], | 1988 ], |
1990 }], | 1989 }], |
1991 ], | 1990 ], |
1992 }, | 1991 }, |
1993 ], | 1992 ], |
1994 }], | 1993 }], |
1995 ], | 1994 ], |
1996 } | 1995 } |
OLD | NEW |