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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 401563002: Add a partial Mojo serial connection interface and implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 5 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 | « no previous file | device/device_tests.gyp » ('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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 '../base/base.gyp:test_support_base', 785 '../base/base.gyp:test_support_base',
786 '../components/components.gyp:autofill_content_risk_proto', 786 '../components/components.gyp:autofill_content_risk_proto',
787 '../components/components.gyp:autofill_content_test_support', 787 '../components/components.gyp:autofill_content_test_support',
788 '../components/components.gyp:captive_portal_test_support', 788 '../components/components.gyp:captive_portal_test_support',
789 '../components/components.gyp:dom_distiller_content', 789 '../components/components.gyp:dom_distiller_content',
790 '../components/components.gyp:dom_distiller_test_support', 790 '../components/components.gyp:dom_distiller_test_support',
791 '../components/components.gyp:translate_core_common', 791 '../components/components.gyp:translate_core_common',
792 '../components/components_resources.gyp:components_resources', 792 '../components/components_resources.gyp:components_resources',
793 '../components/components_strings.gyp:components_strings', 793 '../components/components_strings.gyp:components_strings',
794 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 794 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
795 '../device/serial/serial.gyp:device_serial_test_util',
795 '../extensions/common/api/api.gyp:extensions_api', 796 '../extensions/common/api/api.gyp:extensions_api',
796 '../google_apis/google_apis.gyp:google_apis_test_support', 797 '../google_apis/google_apis.gyp:google_apis_test_support',
797 '../media/cast/cast.gyp:cast_test_utility', 798 '../media/cast/cast.gyp:cast_test_utility',
798 '../media/media.gyp:media', 799 '../media/media.gyp:media',
799 '../net/net.gyp:net', 800 '../net/net.gyp:net',
800 '../net/net.gyp:net_test_support', 801 '../net/net.gyp:net_test_support',
801 '../skia/skia.gyp:skia', 802 '../skia/skia.gyp:skia',
802 '../sync/sync.gyp:sync', 803 '../sync/sync.gyp:sync',
803 '../sync/sync.gyp:test_support_sync_api', 804 '../sync/sync.gyp:test_support_sync_api',
804 '../testing/gmock.gyp:gmock', 805 '../testing/gmock.gyp:gmock',
(...skipping 2178 matching lines...) Expand 10 before | Expand all | Expand 10 after
2983 ['enable_webrtc==1', { 2984 ['enable_webrtc==1', {
2984 'dependencies': [ 2985 'dependencies': [
2985 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2986 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2986 ] 2987 ]
2987 }], 2988 }],
2988 ], 2989 ],
2989 }] 2990 }]
2990 }], 2991 }],
2991 ], # 'conditions' 2992 ], # 'conditions'
2992 } 2993 }
OLDNEW
« no previous file with comments | « no previous file | device/device_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698