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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 242483003: Move CaptivePortalDetector to src/components/captive_portal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move CaptivePortalDetector to a component Created 6 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 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'renderer', 761 'renderer',
762 'test/perf/perf_test.gyp:*', 762 'test/perf/perf_test.gyp:*',
763 'test_support_common', 763 'test_support_common',
764 'test_support_sync_integration', 764 'test_support_sync_integration',
765 '../apps/common/api/api.gyp:apps_api', 765 '../apps/common/api/api.gyp:apps_api',
766 '../base/base.gyp:base', 766 '../base/base.gyp:base',
767 '../base/base.gyp:base_i18n', 767 '../base/base.gyp:base_i18n',
768 '../base/base.gyp:test_support_base', 768 '../base/base.gyp:test_support_base',
769 '../components/components.gyp:autofill_content_risk_proto', 769 '../components/components.gyp:autofill_content_risk_proto',
770 '../components/components.gyp:autofill_content_test_support', 770 '../components/components.gyp:autofill_content_test_support',
771 '../components/components.gyp:captive_portal_test_support',
771 '../components/components.gyp:dom_distiller_content', 772 '../components/components.gyp:dom_distiller_content',
772 '../components/components.gyp:dom_distiller_test_support', 773 '../components/components.gyp:dom_distiller_test_support',
773 '../components/components.gyp:translate_core_common', 774 '../components/components.gyp:translate_core_common',
774 '../components/components_resources.gyp:components_resources', 775 '../components/components_resources.gyp:components_resources',
775 '../components/components_strings.gyp:components_strings', 776 '../components/components_strings.gyp:components_strings',
776 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 777 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
777 '../extensions/common/api/api.gyp:extensions_api', 778 '../extensions/common/api/api.gyp:extensions_api',
778 '../google_apis/google_apis.gyp:google_apis_test_support', 779 '../google_apis/google_apis.gyp:google_apis_test_support',
779 '../media/cast/test/utility/utility.gyp:cast_test_utility', 780 '../media/cast/test/utility/utility.gyp:cast_test_utility',
780 '../net/net.gyp:net', 781 '../net/net.gyp:net',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2912 ['enable_webrtc==1', { 2913 ['enable_webrtc==1', {
2913 'dependencies': [ 2914 'dependencies': [
2914 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2915 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2915 ] 2916 ]
2916 }], 2917 }],
2917 ], 2918 ],
2918 }] 2919 }]
2919 }], 2920 }],
2920 ], # 'conditions' 2921 ], # 'conditions'
2921 } 2922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698