| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |