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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7396013: Linux: revive a mysteriously disabled test and add tests for the GNOME Keyring native backend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/password_manager/password_store_x_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 3835 matching lines...) Expand 10 before | Expand all | Expand 10 after
3846 'browser/ui/views/extensions/extension_view.h', 3846 'browser/ui/views/extensions/extension_view.h',
3847 ], 3847 ],
3848 'sources': [ 3848 'sources': [
3849 'browser/crash_handler_host_linux.h', 3849 'browser/crash_handler_host_linux.h',
3850 'browser/first_run/upgrade_util.cc', 3850 'browser/first_run/upgrade_util.cc',
3851 'browser/first_run/upgrade_util.h', 3851 'browser/first_run/upgrade_util.h',
3852 ], 3852 ],
3853 'conditions': [ 3853 'conditions': [
3854 ['use_gnome_keyring==1', { 3854 ['use_gnome_keyring==1', {
3855 'dependencies': [ 3855 'dependencies': [
3856 '../build/linux/system.gyp:gnome-keyring', 3856 '../build/linux/system.gyp:gnome_keyring',
3857 ], 3857 ],
3858 }], 3858 }],
3859 ['linux_breakpad==1', { 3859 ['linux_breakpad==1', {
3860 'sources': [ 3860 'sources': [
3861 'app/breakpad_linux.cc', 3861 'app/breakpad_linux.cc',
3862 'app/breakpad_linux.h', 3862 'app/breakpad_linux.h',
3863 'browser/crash_handler_host_linux.cc', 3863 'browser/crash_handler_host_linux.cc',
3864 ], 3864 ],
3865 'dependencies': [ 3865 'dependencies': [
3866 '../breakpad/breakpad.gyp:breakpad_client', 3866 '../breakpad/breakpad.gyp:breakpad_client',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
4815 ], 4815 ],
4816 'export_dependent_settings': [ 4816 'export_dependent_settings': [
4817 'in_memory_url_index_cache_proto', 4817 'in_memory_url_index_cache_proto',
4818 ], 4818 ],
4819 # This target exports a hard dependency because it includes generated 4819 # This target exports a hard dependency because it includes generated
4820 # header files. 4820 # header files.
4821 'hard_dependency': 1, 4821 'hard_dependency': 1,
4822 }, 4822 },
4823 ], 4823 ],
4824 } 4824 }
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_store_x_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698