OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 '../build/temp_gyp/googleurl.gyp:googleurl', | 590 '../build/temp_gyp/googleurl.gyp:googleurl', |
591 '../skia/skia.gyp:skia', | 591 '../skia/skia.gyp:skia', |
592 '../testing/gmock.gyp:gmock', | 592 '../testing/gmock.gyp:gmock', |
593 '../testing/gtest.gyp:gtest', | 593 '../testing/gtest.gyp:gtest', |
594 '../third_party/icu/icu.gyp:icui18n', | 594 '../third_party/icu/icu.gyp:icui18n', |
595 '../third_party/icu/icu.gyp:icuuc', | 595 '../third_party/icu/icu.gyp:icuuc', |
596 '../third_party/libxml/libxml.gyp:libxml', | 596 '../third_party/libxml/libxml.gyp:libxml', |
597 # run time dependencies | 597 # run time dependencies |
598 'chrome_mesa', | 598 'chrome_mesa', |
599 'default_plugin/default_plugin.gyp:default_plugin', | 599 'default_plugin/default_plugin.gyp:default_plugin', |
600 '../ppapi/ppapi.gyp:ppapi_tests', | 600 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
601 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', | 601 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', |
602 ], | 602 ], |
603 'include_dirs': [ | 603 'include_dirs': [ |
604 '..', | 604 '..', |
605 ], | 605 ], |
606 'sources': [ | 606 'sources': [ |
607 'app/chrome_main_uitest.cc', | 607 'app/chrome_main_uitest.cc', |
608 'browser/browser_encoding_uitest.cc', | 608 'browser/browser_encoding_uitest.cc', |
609 'browser/download/save_page_uitest.cc', | 609 'browser/download/save_page_uitest.cc', |
610 'browser/errorpage_uitest.cc', | 610 'browser/errorpage_uitest.cc', |
(...skipping 3299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3910 ] | 3910 ] |
3911 }], # 'coverage!=0' | 3911 }], # 'coverage!=0' |
3912 ], # 'conditions' | 3912 ], # 'conditions' |
3913 } | 3913 } |
3914 | 3914 |
3915 # Local Variables: | 3915 # Local Variables: |
3916 # tab-width:2 | 3916 # tab-width:2 |
3917 # indent-tabs-mode:nil | 3917 # indent-tabs-mode:nil |
3918 # End: | 3918 # End: |
3919 # vim: set expandtab tabstop=2 shiftwidth=2: | 3919 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |