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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 '../skia/skia.gyp:skia', | 458 '../skia/skia.gyp:skia', |
459 '../testing/gmock.gyp:gmock', | 459 '../testing/gmock.gyp:gmock', |
460 '../testing/gtest.gyp:gtest', | 460 '../testing/gtest.gyp:gtest', |
461 '../third_party/icu/icu.gyp:icui18n', | 461 '../third_party/icu/icu.gyp:icui18n', |
462 '../third_party/icu/icu.gyp:icuuc', | 462 '../third_party/icu/icu.gyp:icuuc', |
463 '../third_party/libxml/libxml.gyp:libxml', | 463 '../third_party/libxml/libxml.gyp:libxml', |
464 # run time dependencies | 464 # run time dependencies |
465 'chrome_mesa', | 465 'chrome_mesa', |
466 'default_plugin/default_plugin.gyp:default_plugin', | 466 'default_plugin/default_plugin.gyp:default_plugin', |
467 '../ppapi/ppapi.gyp:ppapi_tests', | 467 '../ppapi/ppapi.gyp:ppapi_tests', |
468 '../webkit/support/webkit_support.gyp:copy_npapi_layout_test_plugin', | 468 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugI
n', |
469 ], | 469 ], |
470 'include_dirs': [ | 470 'include_dirs': [ |
471 '..', | 471 '..', |
472 ], | 472 ], |
473 'sources': [ | 473 'sources': [ |
474 'app/chrome_main_uitest.cc', | 474 'app/chrome_main_uitest.cc', |
475 'browser/appcache/appcache_ui_test.cc', | 475 'browser/appcache/appcache_ui_test.cc', |
476 'browser/browser_encoding_uitest.cc', | 476 'browser/browser_encoding_uitest.cc', |
477 'browser/browser_uitest.cc', | 477 'browser/browser_uitest.cc', |
478 'browser/dom_ui/bookmarks_ui_uitest.cc', | 478 'browser/dom_ui/bookmarks_ui_uitest.cc', |
(...skipping 2932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3411 ] | 3411 ] |
3412 }], # 'coverage!=0' | 3412 }], # 'coverage!=0' |
3413 ], # 'conditions' | 3413 ], # 'conditions' |
3414 } | 3414 } |
3415 | 3415 |
3416 # Local Variables: | 3416 # Local Variables: |
3417 # tab-width:2 | 3417 # tab-width:2 |
3418 # indent-tabs-mode:nil | 3418 # indent-tabs-mode:nil |
3419 # End: | 3419 # End: |
3420 # vim: set expandtab tabstop=2 shiftwidth=2: | 3420 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |