Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1538923004: [win] Change Chrome Watcher configuration API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2881 matching lines...) Expand 10 before | Expand all | Expand 10 after
2892 '../testing/gmock.gyp:gmock', 2892 '../testing/gmock.gyp:gmock',
2893 '../testing/gtest.gyp:gtest', 2893 '../testing/gtest.gyp:gtest',
2894 'test_support_common', 2894 'test_support_common',
2895 ], 2895 ],
2896 'include_dirs': [ 2896 'include_dirs': [
2897 '..', 2897 '..',
2898 ], 2898 ],
2899 'sources': [ 2899 'sources': [
2900 'app/chrome_watcher_client_unittest_win.cc', 2900 'app/chrome_watcher_client_unittest_win.cc',
2901 'app/chrome_watcher_client_win.cc', 2901 'app/chrome_watcher_client_win.cc',
2902 'app/chrome_watcher_command_line_unittest_win.cc',
2903 'app/chrome_watcher_command_line_win.cc', 2902 'app/chrome_watcher_command_line_win.cc',
2903 'app/chrome_watcher_command_line_win_unittest.cc',
2904 'app/delay_load_hook_unittest_win.cc', 2904 'app/delay_load_hook_unittest_win.cc',
2905 'app/delay_load_hook_win.cc', 2905 'app/delay_load_hook_win.cc',
2906 'app/delay_load_hook_win.h', 2906 'app/delay_load_hook_win.h',
2907 'app/resources/resources_unittest.cc', 2907 'app/resources/resources_unittest.cc',
2908 'app/signature_validator_win.cc', 2908 'app/signature_validator_win.cc',
2909 'app/signature_validator_win.h', 2909 'app/signature_validator_win.h',
2910 'app/signature_validator_win_unittest.cc', 2910 'app/signature_validator_win_unittest.cc',
2911 'common/crash_keys.cc', 2911 'common/crash_keys.cc',
2912 'common/crash_keys.h', 2912 'common/crash_keys.h',
2913 ], 2913 ],
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 'dependencies': [ 3062 'dependencies': [
3063 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3063 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3064 ], 3064 ],
3065 }], 3065 }],
3066 ], 3066 ],
3067 }, 3067 },
3068 ], 3068 ],
3069 }], 3069 }],
3070 ], # 'conditions' 3070 ], # 'conditions'
3071 } 3071 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698