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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1145001: Porting the app launcher to Windows, and adding an experimental flag... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/views/tabs/tab_strip.cc ('k') | chrome/common/chrome_switches.h » ('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) 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'browser/child_process_security_policy.cc', 295 'browser/child_process_security_policy.cc',
296 'browser/child_process_security_policy.h', 296 'browser/child_process_security_policy.h',
297 'browser/chrome_browser_application_mac.h', 297 'browser/chrome_browser_application_mac.h',
298 'browser/chrome_browser_application_mac.mm', 298 'browser/chrome_browser_application_mac.mm',
299 'browser/chrome_plugin_browsing_context.cc', 299 'browser/chrome_plugin_browsing_context.cc',
300 'browser/chrome_plugin_browsing_context.h', 300 'browser/chrome_plugin_browsing_context.h',
301 'browser/chrome_plugin_host.cc', 301 'browser/chrome_plugin_host.cc',
302 'browser/chrome_plugin_host.h', 302 'browser/chrome_plugin_host.h',
303 'browser/chrome_thread.cc', 303 'browser/chrome_thread.cc',
304 'browser/chrome_thread.h', 304 'browser/chrome_thread.h',
305 'browser/chromeos/app_launcher.h',
306 'browser/chromeos/app_launcher.cc',
307 'browser/chromeos/notifications/balloon_collection_impl.h', 305 'browser/chromeos/notifications/balloon_collection_impl.h',
308 'browser/chromeos/notifications/balloon_collection_impl.cc', 306 'browser/chromeos/notifications/balloon_collection_impl.cc',
309 'browser/chromeos/notifications/balloon_view.h', 307 'browser/chromeos/notifications/balloon_view.h',
310 'browser/chromeos/notifications/balloon_view.cc', 308 'browser/chromeos/notifications/balloon_view.cc',
311 'browser/chromeos/notifications/notification_panel.h', 309 'browser/chromeos/notifications/notification_panel.h',
312 'browser/chromeos/notifications/notification_panel.cc', 310 'browser/chromeos/notifications/notification_panel.cc',
313 'browser/chromeos/notifications/system_notification.h', 311 'browser/chromeos/notifications/system_notification.h',
314 'browser/chromeos/notifications/system_notification.cc', 312 'browser/chromeos/notifications/system_notification.cc',
315 'browser/chromeos/notifications/system_notification_factory.h', 313 'browser/chromeos/notifications/system_notification_factory.h',
316 'browser/chromeos/notifications/system_notification_factory.cc', 314 'browser/chromeos/notifications/system_notification_factory.cc',
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after
2033 'browser/views/about_chrome_view.cc', 2031 'browser/views/about_chrome_view.cc',
2034 'browser/views/about_chrome_view.h', 2032 'browser/views/about_chrome_view.h',
2035 'browser/views/about_ipc_dialog.cc', 2033 'browser/views/about_ipc_dialog.cc',
2036 'browser/views/about_ipc_dialog.h', 2034 'browser/views/about_ipc_dialog.h',
2037 'browser/views/about_network_dialog.cc', 2035 'browser/views/about_network_dialog.cc',
2038 'browser/views/about_network_dialog.h', 2036 'browser/views/about_network_dialog.h',
2039 'browser/views/accelerator_table_gtk.cc', 2037 'browser/views/accelerator_table_gtk.cc',
2040 'browser/views/accelerator_table_gtk.h', 2038 'browser/views/accelerator_table_gtk.h',
2041 'browser/views/accessible_toolbar_view.cc', 2039 'browser/views/accessible_toolbar_view.cc',
2042 'browser/views/accessible_toolbar_view.h', 2040 'browser/views/accessible_toolbar_view.h',
2041 'browser/views/app_launcher.cc',
2042 'browser/views/app_launcher.h',
2043 'browser/views/appcache_info_view.cc', 2043 'browser/views/appcache_info_view.cc',
2044 'browser/views/appcache_info_view.h', 2044 'browser/views/appcache_info_view.h',
2045 'browser/views/autocomplete/autocomplete_popup_contents_view.cc', 2045 'browser/views/autocomplete/autocomplete_popup_contents_view.cc',
2046 'browser/views/autocomplete/autocomplete_popup_contents_view.h', 2046 'browser/views/autocomplete/autocomplete_popup_contents_view.h',
2047 'browser/views/autocomplete/autocomplete_popup_win.cc', 2047 'browser/views/autocomplete/autocomplete_popup_win.cc',
2048 'browser/views/autocomplete/autocomplete_popup_win.h', 2048 'browser/views/autocomplete/autocomplete_popup_win.h',
2049 'browser/views/autocomplete/autocomplete_popup_gtk.cc', 2049 'browser/views/autocomplete/autocomplete_popup_gtk.cc',
2050 'browser/views/autocomplete/autocomplete_popup_gtk.h', 2050 'browser/views/autocomplete/autocomplete_popup_gtk.h',
2051 'browser/views/autofill_profiles_view_win.cc', 2051 'browser/views/autofill_profiles_view_win.cc',
2052 'browser/views/autofill_profiles_view_win.h', 2052 'browser/views/autofill_profiles_view_win.h',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 ['include', '^browser/dock_info_gtk.cc'], 2671 ['include', '^browser/dock_info_gtk.cc'],
2672 ['include', '^browser/dock_info.cc'], 2672 ['include', '^browser/dock_info.cc'],
2673 ['include', '^browser/dock_info.h'], 2673 ['include', '^browser/dock_info.h'],
2674 ['include', '^browser/extensions/'], 2674 ['include', '^browser/extensions/'],
2675 ['include', '^browser/views/about_chrome_view.cc'], 2675 ['include', '^browser/views/about_chrome_view.cc'],
2676 ['include', '^browser/views/about_chrome_view.h'], 2676 ['include', '^browser/views/about_chrome_view.h'],
2677 ['include', '^browser/views/accelerator_table_gtk.cc'], 2677 ['include', '^browser/views/accelerator_table_gtk.cc'],
2678 ['include', '^browser/views/accelerator_table_gtk.h'], 2678 ['include', '^browser/views/accelerator_table_gtk.h'],
2679 ['include', '^browser/views/accessible_toolbar_view.cc'], 2679 ['include', '^browser/views/accessible_toolbar_view.cc'],
2680 ['include', '^browser/views/accessible_toolbar_view.h'], 2680 ['include', '^browser/views/accessible_toolbar_view.h'],
2681 ['include', '^browser/views/app_launcher.cc'],
2682 ['include', '^browser/views/app_launcher.h'],
2681 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.cc'], 2683 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.cc'],
2682 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.h'], 2684 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.h'],
2683 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'], 2685 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'],
2684 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'], 2686 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'],
2685 ['include', '^browser/views/bookmark_bar_instructions_view.cc'], 2687 ['include', '^browser/views/bookmark_bar_instructions_view.cc'],
2686 ['include', '^browser/views/bookmark_bar_instructions_view.h'], 2688 ['include', '^browser/views/bookmark_bar_instructions_view.h'],
2687 ['include', '^browser/views/bookmark_bar_view.cc'], 2689 ['include', '^browser/views/bookmark_bar_view.cc'],
2688 ['include', '^browser/views/bookmark_bar_view.h'], 2690 ['include', '^browser/views/bookmark_bar_view.h'],
2689 ['include', '^browser/views/bookmark_bubble_view.cc'], 2691 ['include', '^browser/views/bookmark_bubble_view.cc'],
2690 ['include', '^browser/views/bookmark_bubble_view.h'], 2692 ['include', '^browser/views/bookmark_bubble_view.h'],
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
3102 ] 3104 ]
3103 }, 3105 },
3104 ], 3106 ],
3105 } 3107 }
3106 3108
3107 # Local Variables: 3109 # Local Variables:
3108 # tab-width:2 3110 # tab-width:2
3109 # indent-tabs-mode:nil 3111 # indent-tabs-mode:nil
3110 # End: 3112 # End:
3111 # vim: set expandtab tabstop=2 shiftwidth=2: 3113 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/tabs/tab_strip.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698