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

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

Issue 413353003: Move the app_shell_browsertests DNS apitest to chrome/browser/api/dns. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: todo 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
« no previous file with comments | « extensions/browser/api/dns/dns_apitest.cc ('k') | extensions/shell/browser/dns_apitest.cc » ('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 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt', 203 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt',
204 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 204 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
205 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', 205 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support',
206 '<(DEPTH)/testing/gtest.gyp:gtest', 206 '<(DEPTH)/testing/gtest.gyp:gtest',
207 ], 207 ],
208 'defines': [ 208 'defines': [
209 'HAS_OUT_OF_PROC_TEST_RUNNER', 209 'HAS_OUT_OF_PROC_TEST_RUNNER',
210 ], 210 ],
211 'sources': [ 211 'sources': [
212 # TODO(yoz): Refactor once we have a second test target. 212 # TODO(yoz): Refactor once we have a second test target.
213 'browser/dns_apitest.cc', 213 # TODO(yoz): Something is off here; should this .gyp file be
214 # in the parent directory? Test target extensions_browsertests?
215 '../browser/api/dns/dns_apitest.cc',
214 'browser/shell_browsertest.cc', 216 'browser/shell_browsertest.cc',
215 'test/shell_test.h', 217 'test/shell_test.h',
216 'test/shell_test.cc', 218 'test/shell_test.cc',
217 'test/shell_test_launcher_delegate.cc', 219 'test/shell_test_launcher_delegate.cc',
218 'test/shell_test_launcher_delegate.h', 220 'test/shell_test_launcher_delegate.h',
219 'test/shell_tests_main.cc', 221 'test/shell_tests_main.cc',
220 ], 222 ],
221 }, 223 },
222 ], # targets 224 ], # targets
223 } 225 }
OLDNEW
« no previous file with comments | « extensions/browser/api/dns/dns_apitest.cc ('k') | extensions/shell/browser/dns_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698