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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 22867032: Use Finch to compare the performances of CLD1 and CLD2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebasing) Created 7 years, 3 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/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 '../components/components.gyp:autofill_content_test_support', 1146 '../components/components.gyp:autofill_content_test_support',
1147 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1147 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1148 '../net/net.gyp:net', 1148 '../net/net.gyp:net',
1149 '../net/net.gyp:net_test_support', 1149 '../net/net.gyp:net_test_support',
1150 '../skia/skia.gyp:skia', 1150 '../skia/skia.gyp:skia',
1151 '../sync/sync.gyp:sync', 1151 '../sync/sync.gyp:sync',
1152 '../sync/sync.gyp:test_support_sync_api', 1152 '../sync/sync.gyp:test_support_sync_api',
1153 '../testing/gmock.gyp:gmock', 1153 '../testing/gmock.gyp:gmock',
1154 '../testing/gtest.gyp:gtest', 1154 '../testing/gtest.gyp:gtest',
1155 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 1155 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
1156 '../third_party/cld/cld.gyp:cld',
1157 '../third_party/icu/icu.gyp:icui18n', 1156 '../third_party/icu/icu.gyp:icui18n',
1158 '../third_party/icu/icu.gyp:icuuc', 1157 '../third_party/icu/icu.gyp:icuuc',
1159 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1158 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1160 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 1159 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
1161 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 1160 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
1162 '../ui/ui.gyp:webui_test_support', 1161 '../ui/ui.gyp:webui_test_support',
1163 '../v8/tools/gyp/v8.gyp:v8', 1162 '../v8/tools/gyp/v8.gyp:v8',
1164 # Runtime dependencies 1163 # Runtime dependencies
1165 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1164 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1166 '../third_party/mesa/mesa.gyp:osmesa', 1165 '../third_party/mesa/mesa.gyp:osmesa',
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
2158 '../base/base.gyp:base', 2157 '../base/base.gyp:base',
2159 '../base/base.gyp:base_i18n', 2158 '../base/base.gyp:base_i18n',
2160 '../base/base.gyp:test_support_base', 2159 '../base/base.gyp:test_support_base',
2161 '../net/net.gyp:net', 2160 '../net/net.gyp:net',
2162 '../net/net.gyp:net_test_support', 2161 '../net/net.gyp:net_test_support',
2163 '../skia/skia.gyp:skia', 2162 '../skia/skia.gyp:skia',
2164 '../sync/sync.gyp:sync', 2163 '../sync/sync.gyp:sync',
2165 '../testing/gmock.gyp:gmock', 2164 '../testing/gmock.gyp:gmock',
2166 '../testing/gtest.gyp:gtest', 2165 '../testing/gtest.gyp:gtest',
2167 '../testing/perf/perf_test.gyp:*', 2166 '../testing/perf/perf_test.gyp:*',
2168 '../third_party/cld/cld.gyp:cld',
2169 '../third_party/icu/icu.gyp:icui18n', 2167 '../third_party/icu/icu.gyp:icui18n',
2170 '../third_party/icu/icu.gyp:icuuc', 2168 '../third_party/icu/icu.gyp:icuuc',
2171 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2169 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2172 '../v8/tools/gyp/v8.gyp:v8', 2170 '../v8/tools/gyp/v8.gyp:v8',
2173 # Runtime dependencies 2171 # Runtime dependencies
2174 '../third_party/mesa/mesa.gyp:osmesa', 2172 '../third_party/mesa/mesa.gyp:osmesa',
2175 ], 2173 ],
2176 'include_dirs': [ 2174 'include_dirs': [
2177 '..', 2175 '..',
2178 ], 2176 ],
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
3488 'utility', 3486 'utility',
3489 ], 3487 ],
3490 'sources': [ 3488 'sources': [
3491 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3489 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3492 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3490 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3493 ], 3491 ],
3494 }] 3492 }]
3495 }], 3493 }],
3496 ], # 'conditions' 3494 ], # 'conditions'
3497 } 3495 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698