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 2539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2550 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2550 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
2551 ], | 2551 ], |
2552 # We use a few library functions directly, so link directly. | 2552 # We use a few library functions directly, so link directly. |
2553 'dependencies': [ | 2553 'dependencies': [ |
2554 '../build/linux/system.gyp:gnome_keyring_direct', | 2554 '../build/linux/system.gyp:gnome_keyring_direct', |
2555 ], | 2555 ], |
2556 }], | 2556 }], |
2557 ['OS=="linux" and chromeos!=1', { | 2557 ['OS=="linux" and chromeos!=1', { |
2558 'sources': [ | 2558 'sources': [ |
2559 'browser/password_manager/native_backend_libsecret_unittest.cc', | 2559 'browser/password_manager/native_backend_libsecret_unittest.cc', |
2560 ], | 2560 ], |
| 2561 'include_dirs' : [ |
| 2562 '../third_party/libsecret/' |
| 2563 ], |
2561 }], | 2564 }], |
2562 ['OS=="linux" and use_aura==1', { | 2565 ['OS=="linux" and use_aura==1', { |
2563 'dependencies': [ | 2566 'dependencies': [ |
2564 '../build/linux/system.gyp:dbus', | 2567 '../build/linux/system.gyp:dbus', |
2565 '../dbus/dbus.gyp:dbus_test_support', | 2568 '../dbus/dbus.gyp:dbus_test_support', |
2566 '../ui/aura/aura.gyp:aura_test_support', | 2569 '../ui/aura/aura.gyp:aura_test_support', |
2567 ], | 2570 ], |
2568 }], | 2571 }], |
2569 ['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', { | 2572 ['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', { |
2570 'configurations': { | 2573 'configurations': { |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3001 'dependencies': [ | 3004 'dependencies': [ |
3002 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3003 ], | 3006 ], |
3004 }], | 3007 }], |
3005 ], | 3008 ], |
3006 }, | 3009 }, |
3007 ], | 3010 ], |
3008 }], | 3011 }], |
3009 ], # 'conditions' | 3012 ], # 'conditions' |
3010 } | 3013 } |
OLD | NEW |