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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6683060: Private API for extensions like ssh-client that need access to TCP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: m Created 9 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'utility', 1151 'utility',
1152 '../app/app.gyp:app_base', 1152 '../app/app.gyp:app_base',
1153 '../app/app.gyp:app_resources', 1153 '../app/app.gyp:app_resources',
1154 '../content/content.gyp:content_gpu', 1154 '../content/content.gyp:content_gpu',
1155 '../gpu/gpu.gyp:gpu_unittest_utils', 1155 '../gpu/gpu.gyp:gpu_unittest_utils',
1156 '../ipc/ipc.gyp:ipc', 1156 '../ipc/ipc.gyp:ipc',
1157 '../media/media.gyp:media_test_support', 1157 '../media/media.gyp:media_test_support',
1158 '../net/net.gyp:net_resources', 1158 '../net/net.gyp:net_resources',
1159 '../net/net.gyp:net_test_support', 1159 '../net/net.gyp:net_test_support',
1160 '../printing/printing.gyp:printing', 1160 '../printing/printing.gyp:printing',
1161 '../webkit/support/webkit_support.gyp:webkit_resources',
1162 '../skia/skia.gyp:skia', 1161 '../skia/skia.gyp:skia',
1163 '../testing/gmock.gyp:gmock', 1162 '../testing/gmock.gyp:gmock',
1164 '../testing/gtest.gyp:gtest', 1163 '../testing/gtest.gyp:gtest',
1165 '../third_party/bzip2/bzip2.gyp:bzip2', 1164 '../third_party/bzip2/bzip2.gyp:bzip2',
1166 '../third_party/cld/cld.gyp:cld', 1165 '../third_party/cld/cld.gyp:cld',
1167 '../third_party/expat/expat.gyp:expat', 1166 '../third_party/expat/expat.gyp:expat',
1168 '../third_party/icu/icu.gyp:icui18n', 1167 '../third_party/icu/icu.gyp:icui18n',
1169 '../third_party/icu/icu.gyp:icuuc', 1168 '../third_party/icu/icu.gyp:icuuc',
1170 '../third_party/libjingle/libjingle.gyp:libjingle', 1169 '../third_party/libjingle/libjingle.gyp:libjingle',
1171 '../third_party/libxml/libxml.gyp:libxml', 1170 '../third_party/libxml/libxml.gyp:libxml',
1172 '../third_party/npapi/npapi.gyp:npapi', 1171 '../third_party/npapi/npapi.gyp:npapi',
1173 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 1172 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
1174 '../ui/gfx/gl/gl.gyp:gl', 1173 '../ui/gfx/gl/gl.gyp:gl',
1174 '../webkit/support/webkit_support.gyp:webkit_resources',
1175 ], 1175 ],
1176 'include_dirs': [ 1176 'include_dirs': [
1177 '..', 1177 '..',
1178 ], 1178 ],
1179 'defines': [ 1179 'defines': [
1180 'CLD_WINDOWS', 1180 'CLD_WINDOWS',
1181 ], 1181 ],
1182 'direct_dependent_settings': { 1182 'direct_dependent_settings': {
1183 'defines': [ 1183 'defines': [
1184 'CLD_WINDOWS', 1184 'CLD_WINDOWS',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 'browser/importer/firefox_importer_unittest_utils.h', 1377 'browser/importer/firefox_importer_unittest_utils.h',
1378 'browser/importer/firefox_importer_unittest_utils_mac.cc', 1378 'browser/importer/firefox_importer_unittest_utils_mac.cc',
1379 'browser/importer/firefox_importer_utils_unittest.cc', 1379 'browser/importer/firefox_importer_utils_unittest.cc',
1380 'browser/importer/firefox_profile_lock_unittest.cc', 1380 'browser/importer/firefox_profile_lock_unittest.cc',
1381 'browser/importer/firefox_proxy_settings_unittest.cc', 1381 'browser/importer/firefox_proxy_settings_unittest.cc',
1382 'browser/importer/importer_unittest.cc', 1382 'browser/importer/importer_unittest.cc',
1383 'browser/importer/safari_importer_unittest.mm', 1383 'browser/importer/safari_importer_unittest.mm',
1384 'browser/importer/toolbar_importer_unittest.cc', 1384 'browser/importer/toolbar_importer_unittest.cc',
1385 'browser/instant/instant_loader_manager_unittest.cc', 1385 'browser/instant/instant_loader_manager_unittest.cc',
1386 'browser/instant/promo_counter_unittest.cc', 1386 'browser/instant/promo_counter_unittest.cc',
1387 'browser/internal_auth_unittest.cc',
1388 'browser/internal_auth_unittest.h',
1387 'browser/keychain_mock_mac.cc', 1389 'browser/keychain_mock_mac.cc',
1388 'browser/keychain_mock_mac.h', 1390 'browser/keychain_mock_mac.h',
1389 'browser/mach_broker_mac_unittest.cc', 1391 'browser/mach_broker_mac_unittest.cc',
1390 'browser/metrics/metrics_log_unittest.cc', 1392 'browser/metrics/metrics_log_unittest.cc',
1391 'browser/metrics/metrics_response_unittest.cc', 1393 'browser/metrics/metrics_response_unittest.cc',
1392 'browser/metrics/metrics_service_unittest.cc', 1394 'browser/metrics/metrics_service_unittest.cc',
1393 'browser/metrics/thread_watcher_unittest.cc', 1395 'browser/metrics/thread_watcher_unittest.cc',
1394 'browser/mock_plugin_exceptions_table_model.cc', 1396 'browser/mock_plugin_exceptions_table_model.cc',
1395 'browser/mock_plugin_exceptions_table_model.h', 1397 'browser/mock_plugin_exceptions_table_model.h',
1396 'browser/net/connection_tester_unittest.cc', 1398 'browser/net/connection_tester_unittest.cc',
(...skipping 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after
3820 ] 3822 ]
3821 }], # 'coverage!=0' 3823 }], # 'coverage!=0'
3822 ], # 'conditions' 3824 ], # 'conditions'
3823 } 3825 }
3824 3826
3825 # Local Variables: 3827 # Local Variables:
3826 # tab-width:2 3828 # tab-width:2
3827 # indent-tabs-mode:nil 3829 # indent-tabs-mode:nil
3828 # End: 3830 # End:
3829 # vim: set expandtab tabstop=2 shiftwidth=2: 3831 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698