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

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: Rebase Created 6 years, 7 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
« no previous file with comments | « chrome/chrome_browser.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 '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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'renderer', 764 'renderer',
765 'test/perf/perf_test.gyp:*', 765 'test/perf/perf_test.gyp:*',
766 'test_support_common', 766 'test_support_common',
767 'test_support_sync_integration', 767 'test_support_sync_integration',
768 '../apps/common/api/api.gyp:apps_api', 768 '../apps/common/api/api.gyp:apps_api',
769 '../base/base.gyp:base', 769 '../base/base.gyp:base',
770 '../base/base.gyp:base_i18n', 770 '../base/base.gyp:base_i18n',
771 '../base/base.gyp:test_support_base', 771 '../base/base.gyp:test_support_base',
772 '../components/components.gyp:autofill_content_risk_proto', 772 '../components/components.gyp:autofill_content_risk_proto',
773 '../components/components.gyp:autofill_content_test_support', 773 '../components/components.gyp:autofill_content_test_support',
774 '../components/components.gyp:captive_portal_test_support',
774 '../components/components.gyp:dom_distiller_content', 775 '../components/components.gyp:dom_distiller_content',
775 '../components/components.gyp:dom_distiller_test_support', 776 '../components/components.gyp:dom_distiller_test_support',
776 '../components/components.gyp:translate_core_common', 777 '../components/components.gyp:translate_core_common',
777 '../components/components_resources.gyp:components_resources', 778 '../components/components_resources.gyp:components_resources',
778 '../components/components_strings.gyp:components_strings', 779 '../components/components_strings.gyp:components_strings',
779 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 780 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
780 '../extensions/common/api/api.gyp:extensions_api', 781 '../extensions/common/api/api.gyp:extensions_api',
781 '../google_apis/google_apis.gyp:google_apis_test_support', 782 '../google_apis/google_apis.gyp:google_apis_test_support',
782 '../media/cast/cast.gyp:cast_test_utility', 783 '../media/cast/cast.gyp:cast_test_utility',
783 '../net/net.gyp:net', 784 '../net/net.gyp:net',
(...skipping 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 ['enable_webrtc==1', { 2927 ['enable_webrtc==1', {
2927 'dependencies': [ 2928 'dependencies': [
2928 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2929 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2929 ] 2930 ]
2930 }], 2931 }],
2931 ], 2932 ],
2932 }] 2933 }]
2933 }], 2934 }],
2934 ], # 'conditions' 2935 ], # 'conditions'
2935 } 2936 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698