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

Side by Side Diff: extensions/extensions_tests.gypi

Issue 1796123002: Implement WiFi Display elementary stream packetizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Comments Created 4 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'variables': { 6 'variables': {
7 'extensions_browsertests_sources': [ 7 'extensions_browsertests_sources': [
8 'browser/api/audio/audio_apitest.cc', 8 'browser/api/audio/audio_apitest.cc',
9 'browser/api/bluetooth_socket/bluetooth_socket_apitest.cc', 9 'browser/api/bluetooth_socket/bluetooth_socket_apitest.cc',
10 'browser/api/display_source/display_source_apitest.cc', 10 'browser/api/display_source/display_source_apitest.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'renderer/safe_builtins_unittest.cc', 163 'renderer/safe_builtins_unittest.cc',
164 'renderer/scoped_web_frame.cc', 164 'renderer/scoped_web_frame.cc',
165 'renderer/scoped_web_frame.h', 165 'renderer/scoped_web_frame.h',
166 'renderer/script_context_set_unittest.cc', 166 'renderer/script_context_set_unittest.cc',
167 'renderer/script_context_unittest.cc', 167 'renderer/script_context_unittest.cc',
168 'renderer/utils_unittest.cc', 168 'renderer/utils_unittest.cc',
169 'shell/browser/shell_web_contents_modal_dialog_manager.cc', 169 'shell/browser/shell_web_contents_modal_dialog_manager.cc',
170 'test/extensions_unittests_main.cc', 170 'test/extensions_unittests_main.cc',
171 'utility/unpacker_unittest.cc', 171 'utility/unpacker_unittest.cc',
172 ], 172 ],
173 'extensions_unittests_sources_wifi_display': [
174 'renderer/api/display_source/wifi_display/wifi_display_media_packetizer_un ittest.cc',
175 ],
173 }, 176 },
174 } 177 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698