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

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
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 2806 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 'browser/ui/gtk/menu_bar_helper.cc', 2817 'browser/ui/gtk/menu_bar_helper.cc',
2818 'browser/ui/gtk/menu_bar_helper.h', 2818 'browser/ui/gtk/menu_bar_helper.h',
2819 'browser/ui/gtk/menu_gtk.cc', 2819 'browser/ui/gtk/menu_gtk.cc',
2820 'browser/ui/gtk/menu_gtk.h', 2820 'browser/ui/gtk/menu_gtk.h',
2821 'browser/ui/gtk/nine_box.cc', 2821 'browser/ui/gtk/nine_box.cc',
2822 'browser/ui/gtk/nine_box.h', 2822 'browser/ui/gtk/nine_box.h',
2823 'browser/ui/gtk/notifications/balloon_view_gtk.cc', 2823 'browser/ui/gtk/notifications/balloon_view_gtk.cc',
2824 'browser/ui/gtk/notifications/balloon_view_gtk.h', 2824 'browser/ui/gtk/notifications/balloon_view_gtk.h',
2825 'browser/ui/gtk/notifications/balloon_view_host_gtk.cc', 2825 'browser/ui/gtk/notifications/balloon_view_host_gtk.cc',
2826 'browser/ui/gtk/notifications/balloon_view_host_gtk.h', 2826 'browser/ui/gtk/notifications/balloon_view_host_gtk.h',
2827 » 'browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc', 2827 'browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc',
2828 » 'browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h', 2828 'browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h',
2829 'browser/ui/gtk/omnibox/omnibox_view_gtk.cc', 2829 'browser/ui/gtk/omnibox/omnibox_view_gtk.cc',
2830 'browser/ui/gtk/omnibox/omnibox_view_gtk.h', 2830 'browser/ui/gtk/omnibox/omnibox_view_gtk.h',
2831 'browser/ui/gtk/overflow_button.cc', 2831 'browser/ui/gtk/overflow_button.cc',
2832 'browser/ui/gtk/overflow_button.h', 2832 'browser/ui/gtk/overflow_button.h',
2833 'browser/ui/gtk/owned_widget_gtk.cc', 2833 'browser/ui/gtk/owned_widget_gtk.cc',
2834 'browser/ui/gtk/owned_widget_gtk.h', 2834 'browser/ui/gtk/owned_widget_gtk.h',
2835 'browser/ui/gtk/page_info_bubble_gtk.cc', 2835 'browser/ui/gtk/page_info_bubble_gtk.cc',
2836 'browser/ui/gtk/process_singleton_dialog.cc', 2836 'browser/ui/gtk/process_singleton_dialog.cc',
2837 'browser/ui/gtk/process_singleton_dialog.h', 2837 'browser/ui/gtk/process_singleton_dialog.h',
2838 'browser/ui/gtk/profile_menu_button.cc', 2838 'browser/ui/gtk/profile_menu_button.cc',
(...skipping 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after
4812 ], 4812 ],
4813 'export_dependent_settings': [ 4813 'export_dependent_settings': [
4814 'in_memory_url_index_cache_proto', 4814 'in_memory_url_index_cache_proto',
4815 ], 4815 ],
4816 # This target exports a hard dependency because it includes generated 4816 # This target exports a hard dependency because it includes generated
4817 # header files. 4817 # header files.
4818 'hard_dependency': 1, 4818 'hard_dependency': 1,
4819 }, 4819 },
4820 ], 4820 ],
4821 } 4821 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698