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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2729004: Move npapi_layout_test_plugin target to webkit_support to use it from... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « build/all.gyp ('k') | webkit/support/test_webplugin_page_delegate.h » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 '../net/net.gyp:net_test_support', 281 '../net/net.gyp:net_test_support',
282 '../build/temp_gyp/googleurl.gyp:googleurl', 282 '../build/temp_gyp/googleurl.gyp:googleurl',
283 '../skia/skia.gyp:skia', 283 '../skia/skia.gyp:skia',
284 '../testing/gmock.gyp:gmock', 284 '../testing/gmock.gyp:gmock',
285 '../testing/gtest.gyp:gtest', 285 '../testing/gtest.gyp:gtest',
286 '../third_party/icu/icu.gyp:icui18n', 286 '../third_party/icu/icu.gyp:icui18n',
287 '../third_party/icu/icu.gyp:icuuc', 287 '../third_party/icu/icu.gyp:icuuc',
288 '../third_party/libxml/libxml.gyp:libxml', 288 '../third_party/libxml/libxml.gyp:libxml',
289 # run time dependencies 289 # run time dependencies
290 '../third_party/ppapi/ppapi.gyp:ppapi_tests', 290 '../third_party/ppapi/ppapi.gyp:ppapi_tests',
291 '../webkit/webkit.gyp:npapi_layout_test_plugin', 291 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin',
292 '../webkit/default_plugin/default_plugin.gyp:default_plugin', 292 '../webkit/default_plugin/default_plugin.gyp:default_plugin',
293 ], 293 ],
294 'include_dirs': [ 294 'include_dirs': [
295 '..', 295 '..',
296 ], 296 ],
297 'sources': [ 297 'sources': [
298 'app/chrome_main_uitest.cc', 298 'app/chrome_main_uitest.cc',
299 'browser/browser_encoding_uitest.cc', 299 'browser/browser_encoding_uitest.cc',
300 'browser/browser_uitest.cc', 300 'browser/browser_uitest.cc',
301 'browser/cookie_modal_dialog_uitest.cc', 301 'browser/cookie_modal_dialog_uitest.cc',
(...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 ] 2501 ]
2502 }], # 'coverage!=0' 2502 }], # 'coverage!=0'
2503 ], # 'conditions' 2503 ], # 'conditions'
2504 } 2504 }
2505 2505
2506 # Local Variables: 2506 # Local Variables:
2507 # tab-width:2 2507 # tab-width:2
2508 # indent-tabs-mode:nil 2508 # indent-tabs-mode:nil
2509 # End: 2509 # End:
2510 # vim: set expandtab tabstop=2 shiftwidth=2: 2510 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | webkit/support/test_webplugin_page_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698