OLD | NEW |
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/find_bar_host_browsertest.cc', | 9 'browser/views/find_bar_host_browsertest.cc', |
10 ], | 10 ], |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 '../base/base.gyp:base', | 258 '../base/base.gyp:base', |
259 '../net/net.gyp:net', | 259 '../net/net.gyp:net', |
260 '../build/temp_gyp/googleurl.gyp:googleurl', | 260 '../build/temp_gyp/googleurl.gyp:googleurl', |
261 '../skia/skia.gyp:skia', | 261 '../skia/skia.gyp:skia', |
262 '../testing/gmock.gyp:gmock', | 262 '../testing/gmock.gyp:gmock', |
263 '../testing/gtest.gyp:gtest', | 263 '../testing/gtest.gyp:gtest', |
264 '../third_party/icu/icu.gyp:icui18n', | 264 '../third_party/icu/icu.gyp:icui18n', |
265 '../third_party/icu/icu.gyp:icuuc', | 265 '../third_party/icu/icu.gyp:icuuc', |
266 '../third_party/libxml/libxml.gyp:libxml', | 266 '../third_party/libxml/libxml.gyp:libxml', |
267 # run time dependencies | 267 # run time dependencies |
268 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin', | 268 '../webkit/webkit.gyp:npapi_layout_test_plugin', |
269 ], | 269 ], |
270 'include_dirs': [ | 270 'include_dirs': [ |
271 '..', | 271 '..', |
272 ], | 272 ], |
273 'sources': [ | 273 'sources': [ |
274 'app/chrome_main_uitest.cc', | 274 'app/chrome_main_uitest.cc', |
275 'browser/browser_encoding_uitest.cc', | 275 'browser/browser_encoding_uitest.cc', |
276 'browser/browser_uitest.cc', | 276 'browser/browser_uitest.cc', |
277 'browser/dom_ui/new_tab_ui_uitest.cc', | 277 'browser/dom_ui/new_tab_ui_uitest.cc', |
278 'browser/download/download_uitest.cc', | 278 'browser/download/download_uitest.cc', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 'test/ui/omnibox_uitest.cc', | 313 'test/ui/omnibox_uitest.cc', |
314 'test/ui/sandbox_uitests.cc', | 314 'test/ui/sandbox_uitests.cc', |
315 'test/ui/sunspider_uitest.cc', | 315 'test/ui/sunspider_uitest.cc', |
316 'test/ui/v8_benchmark_uitest.cc', | 316 'test/ui/v8_benchmark_uitest.cc', |
317 'worker/worker_uitest.cc', | 317 'worker/worker_uitest.cc', |
318 ], | 318 ], |
319 'conditions': [ | 319 'conditions': [ |
320 # http://code.google.com/p/chromium/issues/detail?id=18337 | 320 # http://code.google.com/p/chromium/issues/detail?id=18337 |
321 ['target_arch!="x64" and target_arch!="arm"', { | 321 ['target_arch!="x64" and target_arch!="arm"', { |
322 'dependencies': [ | 322 'dependencies': [ |
323 '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin', | 323 '../webkit/webkit.gyp:npapi_test_plugin', |
324 ], | 324 ], |
325 }], | 325 }], |
326 ['OS=="linux"', { | 326 ['OS=="linux"', { |
327 'dependencies': [ | 327 'dependencies': [ |
328 '../build/linux/system.gyp:gtk', | 328 '../build/linux/system.gyp:gtk', |
329 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 329 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
330 ], | 330 ], |
331 'sources!': [ | 331 'sources!': [ |
332 # TODO(port) | 332 # TODO(port) |
333 'test/ui/layout_plugin_uitest.cc', | 333 'test/ui/layout_plugin_uitest.cc', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 # Refer to ui_tests target above if any problems appear when trying | 444 # Refer to ui_tests target above if any problems appear when trying |
445 # to enable it on other platforms. | 445 # to enable it on other platforms. |
446 ['OS=="win"', { | 446 ['OS=="win"', { |
447 'dependencies': [ | 447 'dependencies': [ |
448 'crash_service', # run time dependency | 448 'crash_service', # run time dependency |
449 'security_tests', # run time dependency | 449 'security_tests', # run time dependency |
450 'test_support_common', | 450 'test_support_common', |
451 '../google_update/google_update.gyp:google_update', | 451 '../google_update/google_update.gyp:google_update', |
452 '../views/views.gyp:views', | 452 '../views/views.gyp:views', |
453 # run time dependency | 453 # run time dependency |
454 '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin', | 454 '../webkit/webkit.gyp:npapi_test_plugin', |
455 '<(allocator_target)', | 455 '<(allocator_target)', |
456 ], | 456 ], |
457 'link_settings': { | 457 'link_settings': { |
458 'libraries': [ | 458 'libraries': [ |
459 '-lOleAcc.lib', | 459 '-lOleAcc.lib', |
460 ], | 460 ], |
461 }, | 461 }, |
462 'configurations': { | 462 'configurations': { |
463 'Debug_Base': { | 463 'Debug_Base': { |
464 'msvs_settings': { | 464 'msvs_settings': { |
(...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1973 ] | 1973 ] |
1974 }], # 'coverage!=0' | 1974 }], # 'coverage!=0' |
1975 ], # 'conditions' | 1975 ], # 'conditions' |
1976 } | 1976 } |
1977 | 1977 |
1978 # Local Variables: | 1978 # Local Variables: |
1979 # tab-width:2 | 1979 # tab-width:2 |
1980 # indent-tabs-mode:nil | 1980 # indent-tabs-mode:nil |
1981 # End: | 1981 # End: |
1982 # vim: set expandtab tabstop=2 shiftwidth=2: | 1982 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |