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 2462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2473 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc
', | 2473 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc
', |
2474 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', | 2474 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', |
2475 ], | 2475 ], |
2476 }], | 2476 }], |
2477 ['use_x11==1', { | 2477 ['use_x11==1', { |
2478 'dependencies': [ | 2478 'dependencies': [ |
2479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2480 '../ui/events/devices/events_devices.gyp:events_devices', | 2480 '../ui/events/devices/events_devices.gyp:events_devices', |
2481 ], | 2481 ], |
2482 }], | 2482 }], |
2483 [ 'cld_version==0 or cld_version==2', { | 2483 [ 'cld_version==2', { |
2484 'dependencies': [ | 2484 'dependencies': [ |
2485 # Unit tests should be independent of the CLD2 access mechanism, | 2485 # Unit tests should be independent of the CLD2 access mechanism, |
2486 # just use static for simplicity. | 2486 # just use static for simplicity. |
2487 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], | 2487 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
2488 }], | 2488 }], |
2489 ['OS=="linux"', { | 2489 ['OS=="linux"', { |
2490 'dependencies': [ | 2490 'dependencies': [ |
2491 '../build/linux/system.gyp:ssl', | 2491 '../build/linux/system.gyp:ssl', |
2492 ], | 2492 ], |
2493 }], | 2493 }], |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2903 'dependencies': [ | 2903 'dependencies': [ |
2904 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2904 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2905 ], | 2905 ], |
2906 }], | 2906 }], |
2907 ], | 2907 ], |
2908 }, | 2908 }, |
2909 ], | 2909 ], |
2910 }], | 2910 }], |
2911 ], # 'conditions' | 2911 ], # 'conditions' |
2912 } | 2912 } |
OLD | NEW |