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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 '../base/base.gyp:base_i18n', 888 '../base/base.gyp:base_i18n',
889 '../base/base.gyp:test_support_base', 889 '../base/base.gyp:test_support_base',
890 '../components/components.gyp:autofill_content_risk_proto', 890 '../components/components.gyp:autofill_content_risk_proto',
891 '../components/components.gyp:autofill_content_test_support', 891 '../components/components.gyp:autofill_content_test_support',
892 '../components/components.gyp:dom_distiller_test_support', 892 '../components/components.gyp:dom_distiller_test_support',
893 '../components/components.gyp:dom_distiller_content', 893 '../components/components.gyp:dom_distiller_content',
894 '../components/components.gyp:translate_core_common', 894 '../components/components.gyp:translate_core_common',
895 '../components/component_resources.gyp:component_resources', 895 '../components/component_resources.gyp:component_resources',
896 '../components/component_strings.gyp:component_strings', 896 '../components/component_strings.gyp:component_strings',
897 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 897 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
898 '../extensions/common/api/api.gyp:api',
898 '../google_apis/google_apis.gyp:google_apis_test_support', 899 '../google_apis/google_apis.gyp:google_apis_test_support',
899 '../net/net.gyp:net', 900 '../net/net.gyp:net',
900 '../net/net.gyp:net_test_support', 901 '../net/net.gyp:net_test_support',
901 '../skia/skia.gyp:skia', 902 '../skia/skia.gyp:skia',
902 '../sync/sync.gyp:sync', 903 '../sync/sync.gyp:sync',
903 '../sync/sync.gyp:test_support_sync_api', 904 '../sync/sync.gyp:test_support_sync_api',
904 '../testing/gmock.gyp:gmock', 905 '../testing/gmock.gyp:gmock',
905 '../testing/gtest.gyp:gtest', 906 '../testing/gtest.gyp:gtest',
906 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 907 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
907 '../third_party/icu/icu.gyp:icui18n', 908 '../third_party/icu/icu.gyp:icui18n',
(...skipping 2305 matching lines...) Expand 10 before | Expand all | Expand 10 after
3213 'utility', 3214 'utility',
3214 ], 3215 ],
3215 'sources': [ 3216 'sources': [
3216 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3217 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3217 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3218 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3218 ], 3219 ],
3219 }] 3220 }]
3220 }], 3221 }],
3221 ], # 'conditions' 3222 ], # 'conditions'
3222 } 3223 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698