| 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/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 Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |