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

Side by Side Diff: extensions/shell/app_shell.gyp

Issue 471453003: Add an app_shell_unittests target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (app-shell-tests) fix GN build Created 6 years, 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 '../browser/api/sockets_udp/sockets_udp_apitest.cc', 177 '../browser/api/sockets_udp/sockets_udp_apitest.cc',
178 'browser/shell_browsertest.cc', 178 'browser/shell_browsertest.cc',
179 'test/shell_test.h', 179 'test/shell_test.h',
180 'test/shell_test.cc', 180 'test/shell_test.cc',
181 'test/shell_test_launcher_delegate.cc', 181 'test/shell_test_launcher_delegate.cc',
182 'test/shell_test_launcher_delegate.h', 182 'test/shell_test_launcher_delegate.h',
183 'test/shell_tests_main.cc', 183 'test/shell_tests_main.cc',
184 ], 184 ],
185 }, 185 },
186 { 186 {
187 'target_name': 'app_shell_unittests',
188 'type': 'executable',
189 'dependencies': [
190 'app_shell_lib',
191 '<(DEPTH)/base/base.gyp:base',
192 '<(DEPTH)/base/base.gyp:test_support_base',
193 '<(DEPTH)/content/content.gyp:content_app_both',
194 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
195 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
196 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support',
197 '<(DEPTH)/testing/gtest.gyp:gtest',
198 ],
199 'sources': [
200 '../test/extensions_unittests_main.cc',
201 'browser/shell_nacl_browser_delegate_unittest.cc',
202 ],
203 },
204 {
187 'target_name': 'app_shell_version_header', 205 'target_name': 'app_shell_version_header',
188 'type': 'none', 206 'type': 'none',
189 'direct_dependent_settings': { 207 'direct_dependent_settings': {
190 'include_dirs': [ 208 'include_dirs': [
191 '<(SHARED_INTERMEDIATE_DIR)', 209 '<(SHARED_INTERMEDIATE_DIR)',
192 ], 210 ],
193 }, 211 },
194 'actions': [ 212 'actions': [
195 { 213 {
196 'action_name': 'version_header', 214 'action_name': 'version_header',
(...skipping 18 matching lines...) Expand all
215 '<@(_outputs)', 233 '<@(_outputs)',
216 ], 234 ],
217 'includes': [ 235 'includes': [
218 '../../build/util/version.gypi', 236 '../../build/util/version.gypi',
219 ], 237 ],
220 }, 238 },
221 ], 239 ],
222 }, 240 },
223 ], # targets 241 ], # targets
224 } 242 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/browser/shell_nacl_browser_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698