Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Side by Side Diff: components/components_tests.gyp

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/base/chrome_unit_test_suite.cc ('k') | components/translate.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/test/base/chrome_unit_test_suite.cc ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698