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

Side by Side Diff: extensions/extensions_tests.gypi

Issue 1022663003: Bind open firewall ports to visible application windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually fix the GN build. Created 5 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
« no previous file with comments | « extensions/extensions.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/dns/dns_apitest.cc', 10 'browser/api/dns/dns_apitest.cc',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'renderer/messaging_utils_unittest.cc', 143 'renderer/messaging_utils_unittest.cc',
144 'renderer/module_system_test.cc', 144 'renderer/module_system_test.cc',
145 'renderer/module_system_test.h', 145 'renderer/module_system_test.h',
146 'renderer/module_system_unittest.cc', 146 'renderer/module_system_unittest.cc',
147 'renderer/mojo/keep_alive_client_unittest.cc', 147 'renderer/mojo/keep_alive_client_unittest.cc',
148 'renderer/mojo/stash_client_unittest.cc', 148 'renderer/mojo/stash_client_unittest.cc',
149 'renderer/safe_builtins_unittest.cc', 149 'renderer/safe_builtins_unittest.cc',
150 'renderer/script_context_set_unittest.cc', 150 'renderer/script_context_set_unittest.cc',
151 'renderer/script_context_unittest.cc', 151 'renderer/script_context_unittest.cc',
152 'renderer/utils_unittest.cc', 152 'renderer/utils_unittest.cc',
153 'shell/browser/shell_web_contents_modal_dialog_manager.cc',
153 'test/extensions_unittests_main.cc', 154 'test/extensions_unittests_main.cc',
154 'utility/unpacker_unittest.cc', 155 'utility/unpacker_unittest.cc',
155 ], 156 ],
156 }, 157 },
157 } 158 }
OLDNEW
« no previous file with comments | « extensions/extensions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698