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 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1626 'browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc', | 1626 'browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc', |
1627 ], | 1627 ], |
1628 # ARC only sources of app_list. | 1628 # ARC only sources of app_list. |
1629 'chrome_unit_tests_app_list_chromeos_arc_sources': [ | 1629 'chrome_unit_tests_app_list_chromeos_arc_sources': [ |
1630 'browser/ui/app_list/arc/arc_app_test.cc', | 1630 'browser/ui/app_list/arc/arc_app_test.cc', |
1631 'browser/ui/app_list/arc/arc_app_test.h', | 1631 'browser/ui/app_list/arc/arc_app_test.h', |
1632 'browser/ui/app_list/arc/arc_app_unittest.cc', | 1632 'browser/ui/app_list/arc/arc_app_unittest.cc', |
1633 ], | 1633 ], |
1634 'chrome_unit_tests_arc_sources': [ | 1634 'chrome_unit_tests_arc_sources': [ |
1635 'browser/chromeos/arc/arc_auth_service_unittest.cc', | 1635 'browser/chromeos/arc/arc_auth_service_unittest.cc', |
1636 'browser/chromeos/arc/settings_bridge_unittest.cc', | |
1637 ], | 1636 ], |
1638 # Sources for Offline pages. For now only for Android. | 1637 # Sources for Offline pages. For now only for Android. |
1639 'chrome_unit_tests_offline_pages_sources': [ | 1638 'chrome_unit_tests_offline_pages_sources': [ |
1640 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', | 1639 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', |
1641 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', | 1640 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', |
1642 'browser/android/offline_pages/offline_page_utils_unittest.cc', | 1641 'browser/android/offline_pages/offline_page_utils_unittest.cc', |
1643 'browser/android/offline_pages/test_offline_page_model_builder.cc', | 1642 'browser/android/offline_pages/test_offline_page_model_builder.cc', |
1644 'browser/android/offline_pages/test_offline_page_model_builder.h', | 1643 'browser/android/offline_pages/test_offline_page_model_builder.h', |
1645 ], | 1644 ], |
1646 }, | 1645 }, |
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3000 'dependencies': [ | 2999 'dependencies': [ |
3001 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3000 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3002 ], | 3001 ], |
3003 }], | 3002 }], |
3004 ], | 3003 ], |
3005 }, | 3004 }, |
3006 ], | 3005 ], |
3007 }], | 3006 }], |
3008 ], # 'conditions' | 3007 ], # 'conditions' |
3009 } | 3008 } |
OLD | NEW |