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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1075013: Fixed a build break of an offical build using VS2008.... (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 | « no previous file | no next file » | 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 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 'type': 'executable', 1410 'type': 'executable',
1411 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A', 1411 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A',
1412 'dependencies': [ 1412 'dependencies': [
1413 'browser', 1413 'browser',
1414 'chrome', 1414 'chrome',
1415 'test_support_common', 1415 'test_support_common',
1416 'test_support_ui', 1416 'test_support_ui',
1417 'theme_resources', 1417 'theme_resources',
1418 '../skia/skia.gyp:skia', 1418 '../skia/skia.gyp:skia',
1419 '../testing/gtest.gyp:gtest', 1419 '../testing/gtest.gyp:gtest',
1420 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
1420 ], 1421 ],
1421 'include_dirs': [ 1422 'include_dirs': [
1422 '..', 1423 '..',
1423 ], 1424 ],
1424 'sources': [ 1425 'sources': [
1425 'test/reliability/page_load_test.cc', 1426 'test/reliability/page_load_test.cc',
1426 'test/reliability/page_load_test.h', 1427 'test/reliability/page_load_test.h',
1427 'test/reliability/reliability_test_suite.h', 1428 'test/reliability/reliability_test_suite.h',
1428 'test/reliability/run_all_unittests.cc', 1429 'test/reliability/run_all_unittests.cc',
1429 ], 1430 ],
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 ] 2146 ]
2146 }], # 'coverage!=0' 2147 }], # 'coverage!=0'
2147 ], # 'conditions' 2148 ], # 'conditions'
2148 } 2149 }
2149 2150
2150 # Local Variables: 2151 # Local Variables:
2151 # tab-width:2 2152 # tab-width:2
2152 # indent-tabs-mode:nil 2153 # indent-tabs-mode:nil
2153 # End: 2154 # End:
2154 # vim: set expandtab tabstop=2 shiftwidth=2: 2155 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698