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

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: 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') | device/serial/serial.mojom » ('J')
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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 '../base/base.gyp:test_support_base', 787 '../base/base.gyp:test_support_base',
788 '../components/components.gyp:autofill_content_risk_proto', 788 '../components/components.gyp:autofill_content_risk_proto',
789 '../components/components.gyp:autofill_content_test_support', 789 '../components/components.gyp:autofill_content_test_support',
790 '../components/components.gyp:captive_portal_test_support', 790 '../components/components.gyp:captive_portal_test_support',
791 '../components/components.gyp:dom_distiller_content', 791 '../components/components.gyp:dom_distiller_content',
792 '../components/components.gyp:dom_distiller_test_support', 792 '../components/components.gyp:dom_distiller_test_support',
793 '../components/components.gyp:translate_core_common', 793 '../components/components.gyp:translate_core_common',
794 '../components/components_resources.gyp:components_resources', 794 '../components/components_resources.gyp:components_resources',
795 '../components/components_strings.gyp:components_strings', 795 '../components/components_strings.gyp:components_strings',
796 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 796 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
797 '../device/serial/serial.gyp:device_serial_test_util',
797 '../extensions/common/api/api.gyp:extensions_api', 798 '../extensions/common/api/api.gyp:extensions_api',
798 '../google_apis/google_apis.gyp:google_apis_test_support', 799 '../google_apis/google_apis.gyp:google_apis_test_support',
799 '../media/cast/cast.gyp:cast_test_utility', 800 '../media/cast/cast.gyp:cast_test_utility',
800 '../media/media.gyp:media', 801 '../media/media.gyp:media',
801 '../net/net.gyp:net', 802 '../net/net.gyp:net',
802 '../net/net.gyp:net_test_support', 803 '../net/net.gyp:net_test_support',
803 '../skia/skia.gyp:skia', 804 '../skia/skia.gyp:skia',
804 '../sync/sync.gyp:sync', 805 '../sync/sync.gyp:sync',
805 '../sync/sync.gyp:test_support_sync_api', 806 '../sync/sync.gyp:test_support_sync_api',
806 '../testing/gmock.gyp:gmock', 807 '../testing/gmock.gyp:gmock',
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2984 ['enable_webrtc==1', { 2985 ['enable_webrtc==1', {
2985 'dependencies': [ 2986 'dependencies': [
2986 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2987 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2987 ] 2988 ]
2988 }], 2989 }],
2989 ], 2990 ],
2990 }] 2991 }]
2991 }], 2992 }],
2992 ], # 'conditions' 2993 ], # 'conditions'
2993 } 2994 }
OLDNEW
« no previous file with comments | « no previous file | device/device_tests.gyp » ('j') | device/serial/serial.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698