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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3045003: Reapply r52859 (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 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
« no previous file with comments | « chrome/browser/notifications/notification_options_menu_model.cc ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1547 'browser/gtk/menu_gtk.cc', 1547 'browser/gtk/menu_gtk.cc',
1548 'browser/gtk/menu_gtk.h', 1548 'browser/gtk/menu_gtk.h',
1549 'browser/gtk/meta_frames.cc', 1549 'browser/gtk/meta_frames.cc',
1550 'browser/gtk/meta_frames.h', 1550 'browser/gtk/meta_frames.h',
1551 'browser/gtk/nine_box.cc', 1551 'browser/gtk/nine_box.cc',
1552 'browser/gtk/nine_box.h', 1552 'browser/gtk/nine_box.h',
1553 'browser/gtk/notifications/balloon_view_gtk.cc', 1553 'browser/gtk/notifications/balloon_view_gtk.cc',
1554 'browser/gtk/notifications/balloon_view_gtk.h', 1554 'browser/gtk/notifications/balloon_view_gtk.h',
1555 'browser/gtk/notifications/balloon_view_host_gtk.cc', 1555 'browser/gtk/notifications/balloon_view_host_gtk.cc',
1556 'browser/gtk/notifications/balloon_view_host_gtk.h', 1556 'browser/gtk/notifications/balloon_view_host_gtk.h',
1557 'browser/gtk/notifications/notification_options_menu_model.cc',
1558 'browser/gtk/notifications/notification_options_menu_model.h',
1559 'browser/gtk/overflow_button.cc', 1557 'browser/gtk/overflow_button.cc',
1560 'browser/gtk/overflow_button.h', 1558 'browser/gtk/overflow_button.h',
1561 'browser/gtk/options/advanced_contents_gtk.cc', 1559 'browser/gtk/options/advanced_contents_gtk.cc',
1562 'browser/gtk/options/advanced_contents_gtk.h', 1560 'browser/gtk/options/advanced_contents_gtk.h',
1563 'browser/gtk/options/advanced_page_gtk.cc', 1561 'browser/gtk/options/advanced_page_gtk.cc',
1564 'browser/gtk/options/advanced_page_gtk.h', 1562 'browser/gtk/options/advanced_page_gtk.h',
1565 'browser/gtk/options/content_exception_editor.cc', 1563 'browser/gtk/options/content_exception_editor.cc',
1566 'browser/gtk/options/content_exception_editor.h', 1564 'browser/gtk/options/content_exception_editor.h',
1567 'browser/gtk/options/content_exceptions_window_gtk.cc', 1565 'browser/gtk/options/content_exceptions_window_gtk.cc',
1568 'browser/gtk/options/content_exceptions_window_gtk.h', 1566 'browser/gtk/options/content_exceptions_window_gtk.h',
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 'browser/notifications/balloon_collection_mac.mm', 1926 'browser/notifications/balloon_collection_mac.mm',
1929 'browser/notifications/balloon_collection_linux.cc', 1927 'browser/notifications/balloon_collection_linux.cc',
1930 'browser/notifications/desktop_notification_service.cc', 1928 'browser/notifications/desktop_notification_service.cc',
1931 'browser/notifications/desktop_notification_service.h', 1929 'browser/notifications/desktop_notification_service.h',
1932 'browser/notifications/notification.h', 1930 'browser/notifications/notification.h',
1933 'browser/notifications/notification_delegate.h', 1931 'browser/notifications/notification_delegate.h',
1934 'browser/notifications/notification_exceptions_table_model.cc', 1932 'browser/notifications/notification_exceptions_table_model.cc',
1935 'browser/notifications/notification_exceptions_table_model.h', 1933 'browser/notifications/notification_exceptions_table_model.h',
1936 'browser/notifications/notification_object_proxy.cc', 1934 'browser/notifications/notification_object_proxy.cc',
1937 'browser/notifications/notification_object_proxy.h', 1935 'browser/notifications/notification_object_proxy.h',
1936 'browser/notifications/notification_options_menu_model.cc',
1937 'browser/notifications/notification_options_menu_model.h',
1938 'browser/notifications/notification_ui_manager.cc', 1938 'browser/notifications/notification_ui_manager.cc',
1939 'browser/notifications/notification_ui_manager.h', 1939 'browser/notifications/notification_ui_manager.h',
1940 'browser/notifications/notifications_prefs_cache.cc', 1940 'browser/notifications/notifications_prefs_cache.cc',
1941 'browser/notifications/notifications_prefs_cache.h', 1941 'browser/notifications/notifications_prefs_cache.h',
1942 'browser/ntp_background_util.cc', 1942 'browser/ntp_background_util.cc',
1943 'browser/ntp_background_util.h', 1943 'browser/ntp_background_util.h',
1944 'browser/omnibox_search_hint.cc', 1944 'browser/omnibox_search_hint.cc',
1945 'browser/omnibox_search_hint.h', 1945 'browser/omnibox_search_hint.h',
1946 'browser/options_page_base.cc', 1946 'browser/options_page_base.cc',
1947 'browser/options_page_base.h', 1947 'browser/options_page_base.h',
(...skipping 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after
3637 ], 3637 ],
3638 }, 3638 },
3639 ], 3639 ],
3640 } 3640 }
3641 3641
3642 # Local Variables: 3642 # Local Variables:
3643 # tab-width:2 3643 # tab-width:2
3644 # indent-tabs-mode:nil 3644 # indent-tabs-mode:nil
3645 # End: 3645 # End:
3646 # vim: set expandtab tabstop=2 shiftwidth=2: 3646 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/notifications/notification_options_menu_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698