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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 791002: Add support for running NaCl-Chrome integration tests on Win64 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | chrome/test/nacl/nacl_test.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 (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_unittest.cc', 9 'browser/views/browser_actions_container_unittest.cc',
10 ], 10 ],
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'dependencies': [ 424 'dependencies': [
425 'chrome', 425 'chrome',
426 'browser', 426 'browser',
427 'debugger', 427 'debugger',
428 'common', 428 'common',
429 'chrome_resources', 429 'chrome_resources',
430 'chrome_strings', 430 'chrome_strings',
431 'syncapi', 431 'syncapi',
432 'test_support_ui', 432 'test_support_ui',
433 '../base/base.gyp:base', 433 '../base/base.gyp:base',
434 '../build/temp_gyp/googleurl.gyp:googleurl',
435 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat form_qual_lib',
434 '../net/net.gyp:net', 436 '../net/net.gyp:net',
435 '../build/temp_gyp/googleurl.gyp:googleurl',
436 '../skia/skia.gyp:skia', 437 '../skia/skia.gyp:skia',
437 '../testing/gtest.gyp:gtest', 438 '../testing/gtest.gyp:gtest',
438 '../third_party/icu/icu.gyp:icui18n', 439 '../third_party/icu/icu.gyp:icui18n',
439 '../third_party/icu/icu.gyp:icuuc', 440 '../third_party/icu/icu.gyp:icuuc',
440 '../third_party/libxml/libxml.gyp:libxml', 441 '../third_party/libxml/libxml.gyp:libxml',
441 ], 442 ],
442 'include_dirs': [ 443 'include_dirs': [
443 '..', 444 '..',
444 ], 445 ],
445 'sources': [ 446 'sources': [
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 ] 2105 ]
2105 }], # 'coverage!=0' 2106 }], # 'coverage!=0'
2106 ], # 'conditions' 2107 ], # 'conditions'
2107 } 2108 }
2108 2109
2109 # Local Variables: 2110 # Local Variables:
2110 # tab-width:2 2111 # tab-width:2
2111 # indent-tabs-mode:nil 2112 # indent-tabs-mode:nil
2112 # End: 2113 # End:
2113 # vim: set expandtab tabstop=2 shiftwidth=2: 2114 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/test/nacl/nacl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698