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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 '../build/temp_gyp/googleurl.gyp:googleurl', | 451 '../build/temp_gyp/googleurl.gyp:googleurl', |
452 '../skia/skia.gyp:skia', | 452 '../skia/skia.gyp:skia', |
453 '../testing/gmock.gyp:gmock', | 453 '../testing/gmock.gyp:gmock', |
454 '../testing/gtest.gyp:gtest', | 454 '../testing/gtest.gyp:gtest', |
455 '../third_party/icu/icu.gyp:icui18n', | 455 '../third_party/icu/icu.gyp:icui18n', |
456 '../third_party/icu/icu.gyp:icuuc', | 456 '../third_party/icu/icu.gyp:icuuc', |
457 '../third_party/libxml/libxml.gyp:libxml', | 457 '../third_party/libxml/libxml.gyp:libxml', |
458 # run time dependencies | 458 # run time dependencies |
459 'chrome_mesa', | 459 'chrome_mesa', |
460 'default_plugin/default_plugin.gyp:default_plugin', | 460 'default_plugin/default_plugin.gyp:default_plugin', |
461 '../third_party/ppapi/ppapi.gyp:ppapi_tests', | 461 '../ppapi/ppapi.gyp:ppapi_tests', |
462 '../webkit/support/webkit_support.gyp:copy_npapi_layout_test_plugin', | 462 '../webkit/support/webkit_support.gyp:copy_npapi_layout_test_plugin', |
463 ], | 463 ], |
464 'include_dirs': [ | 464 'include_dirs': [ |
465 '..', | 465 '..', |
466 ], | 466 ], |
467 'sources': [ | 467 'sources': [ |
468 'app/chrome_main_uitest.cc', | 468 'app/chrome_main_uitest.cc', |
469 'browser/appcache/appcache_ui_test.cc', | 469 'browser/appcache/appcache_ui_test.cc', |
470 'browser/browser_encoding_uitest.cc', | 470 'browser/browser_encoding_uitest.cc', |
471 'browser/browser_uitest.cc', | 471 'browser/browser_uitest.cc', |
(...skipping 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3327 ] | 3327 ] |
3328 }], # 'coverage!=0' | 3328 }], # 'coverage!=0' |
3329 ], # 'conditions' | 3329 ], # 'conditions' |
3330 } | 3330 } |
3331 | 3331 |
3332 # Local Variables: | 3332 # Local Variables: |
3333 # tab-width:2 | 3333 # tab-width:2 |
3334 # indent-tabs-mode:nil | 3334 # indent-tabs-mode:nil |
3335 # End: | 3335 # End: |
3336 # vim: set expandtab tabstop=2 shiftwidth=2: | 3336 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |