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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2803035: Move default_plugin out of webkit. (Closed)
Patch Set: '' Created 10 years, 5 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 | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 '../net/net.gyp:net', 288 '../net/net.gyp:net',
289 '../net/net.gyp:net_test_support', 289 '../net/net.gyp:net_test_support',
290 '../build/temp_gyp/googleurl.gyp:googleurl', 290 '../build/temp_gyp/googleurl.gyp:googleurl',
291 '../skia/skia.gyp:skia', 291 '../skia/skia.gyp:skia',
292 '../testing/gmock.gyp:gmock', 292 '../testing/gmock.gyp:gmock',
293 '../testing/gtest.gyp:gtest', 293 '../testing/gtest.gyp:gtest',
294 '../third_party/icu/icu.gyp:icui18n', 294 '../third_party/icu/icu.gyp:icui18n',
295 '../third_party/icu/icu.gyp:icuuc', 295 '../third_party/icu/icu.gyp:icuuc',
296 '../third_party/libxml/libxml.gyp:libxml', 296 '../third_party/libxml/libxml.gyp:libxml',
297 # run time dependencies 297 # run time dependencies
298 'default_plugin/default_plugin.gyp:default_plugin',
298 '../third_party/ppapi/ppapi.gyp:ppapi_tests', 299 '../third_party/ppapi/ppapi.gyp:ppapi_tests',
299 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', 300 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin',
300 '../webkit/default_plugin/default_plugin.gyp:default_plugin',
301 ], 301 ],
302 'include_dirs': [ 302 'include_dirs': [
303 '..', 303 '..',
304 ], 304 ],
305 'sources': [ 305 'sources': [
306 'app/chrome_main_uitest.cc', 306 'app/chrome_main_uitest.cc',
307 'browser/appcache/appcache_ui_test.cc', 307 'browser/appcache/appcache_ui_test.cc',
308 'browser/browser_encoding_uitest.cc', 308 'browser/browser_encoding_uitest.cc',
309 'browser/browser_uitest.cc', 309 'browser/browser_uitest.cc',
310 'browser/cookie_modal_dialog_uitest.cc', 310 'browser/cookie_modal_dialog_uitest.cc',
(...skipping 2219 matching lines...) Expand 10 before | Expand all | Expand 10 after
2530 ] 2530 ]
2531 }], # 'coverage!=0' 2531 }], # 'coverage!=0'
2532 ], # 'conditions' 2532 ], # 'conditions'
2533 } 2533 }
2534 2534
2535 # Local Variables: 2535 # Local Variables:
2536 # tab-width:2 2536 # tab-width:2
2537 # indent-tabs-mode:nil 2537 # indent-tabs-mode:nil
2538 # End: 2538 # End:
2539 # vim: set expandtab tabstop=2 shiftwidth=2: 2539 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698