| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 1707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1718 'export_dependent_settings': [ | 1718 'export_dependent_settings': [ |
| 1719 '../base/base.gyp:test_support_base', | 1719 '../base/base.gyp:test_support_base', |
| 1720 '../content/content_shell_and_tests.gyp:test_support_content', | 1720 '../content/content_shell_and_tests.gyp:test_support_content', |
| 1721 ], | 1721 ], |
| 1722 'include_dirs': [ | 1722 'include_dirs': [ |
| 1723 '..', | 1723 '..', |
| 1724 ], | 1724 ], |
| 1725 'sources': [ | 1725 'sources': [ |
| 1726 'app/chrome_main_delegate.cc', | 1726 'app/chrome_main_delegate.cc', |
| 1727 'app/chrome_main_delegate.h', | 1727 'app/chrome_main_delegate.h', |
| 1728 'app/close_handle_hook_win.cc', | |
| 1729 'app/close_handle_hook_win.h', | |
| 1730 'browser/browsing_data/mock_browsing_data_appcache_helper.cc', | 1728 'browser/browsing_data/mock_browsing_data_appcache_helper.cc', |
| 1731 'browser/browsing_data/mock_browsing_data_appcache_helper.h', | 1729 'browser/browsing_data/mock_browsing_data_appcache_helper.h', |
| 1732 'browser/browsing_data/mock_browsing_data_cache_storage_helper.cc', | 1730 'browser/browsing_data/mock_browsing_data_cache_storage_helper.cc', |
| 1733 'browser/browsing_data/mock_browsing_data_cache_storage_helper.h', | 1731 'browser/browsing_data/mock_browsing_data_cache_storage_helper.h', |
| 1734 'browser/browsing_data/mock_browsing_data_channel_id_helper.cc', | 1732 'browser/browsing_data/mock_browsing_data_channel_id_helper.cc', |
| 1735 'browser/browsing_data/mock_browsing_data_channel_id_helper.h', | 1733 'browser/browsing_data/mock_browsing_data_channel_id_helper.h', |
| 1736 'browser/browsing_data/mock_browsing_data_cookie_helper.cc', | 1734 'browser/browsing_data/mock_browsing_data_cookie_helper.cc', |
| 1737 'browser/browsing_data/mock_browsing_data_cookie_helper.h', | 1735 'browser/browsing_data/mock_browsing_data_cookie_helper.h', |
| 1738 'browser/browsing_data/mock_browsing_data_database_helper.cc', | 1736 'browser/browsing_data/mock_browsing_data_database_helper.cc', |
| 1739 'browser/browsing_data/mock_browsing_data_database_helper.h', | 1737 'browser/browsing_data/mock_browsing_data_database_helper.h', |
| (...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3062 'dependencies': [ | 3060 'dependencies': [ |
| 3063 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3061 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3064 ], | 3062 ], |
| 3065 }], | 3063 }], |
| 3066 ], | 3064 ], |
| 3067 }, | 3065 }, |
| 3068 ], | 3066 ], |
| 3069 }], | 3067 }], |
| 3070 ], # 'conditions' | 3068 ], # 'conditions' |
| 3071 } | 3069 } |
| OLD | NEW |