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 2535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2546 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2546 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
2547 ], | 2547 ], |
2548 # We use a few library functions directly, so link directly. | 2548 # We use a few library functions directly, so link directly. |
2549 'dependencies': [ | 2549 'dependencies': [ |
2550 '../build/linux/system.gyp:gnome_keyring_direct', | 2550 '../build/linux/system.gyp:gnome_keyring_direct', |
2551 ], | 2551 ], |
2552 }], | 2552 }], |
2553 ['OS=="linux" and chromeos!=1', { | 2553 ['OS=="linux" and chromeos!=1', { |
2554 'sources': [ | 2554 'sources': [ |
2555 'browser/password_manager/native_backend_libsecret_unittest.cc', | 2555 'browser/password_manager/native_backend_libsecret_unittest.cc', |
2556 ], | 2556 ], |
2557 'cflags' : [ | |
vabr (Chromium)
2016/04/27 07:10:12
It looks like 'include_dirs' is used instead of 'c
| |
2558 '-I../../third_party/libsecret/' | |
2559 ], | |
2557 }], | 2560 }], |
2558 ['OS=="linux" and use_aura==1', { | 2561 ['OS=="linux" and use_aura==1', { |
2559 'dependencies': [ | 2562 'dependencies': [ |
2560 '../build/linux/system.gyp:dbus', | 2563 '../build/linux/system.gyp:dbus', |
2561 '../dbus/dbus.gyp:dbus_test_support', | 2564 '../dbus/dbus.gyp:dbus_test_support', |
2562 '../ui/aura/aura.gyp:aura_test_support', | 2565 '../ui/aura/aura.gyp:aura_test_support', |
2563 ], | 2566 ], |
2564 }], | 2567 }], |
2565 ['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', { | 2568 ['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', { |
2566 'configurations': { | 2569 'configurations': { |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2997 'dependencies': [ | 3000 'dependencies': [ |
2998 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3001 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2999 ], | 3002 ], |
3000 }], | 3003 }], |
3001 ], | 3004 ], |
3002 }, | 3005 }, |
3003 ], | 3006 ], |
3004 }], | 3007 }], |
3005 ], # 'conditions' | 3008 ], # 'conditions' |
3006 } | 3009 } |
OLD | NEW |