| OLD | NEW |
| 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 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 'browser/extensions/extension_idle_api_constants.cc', | 1355 'browser/extensions/extension_idle_api_constants.cc', |
| 1356 'browser/extensions/extension_idle_api_constants.h', | 1356 'browser/extensions/extension_idle_api_constants.h', |
| 1357 'browser/extensions/extension_i18n_api.cc', | 1357 'browser/extensions/extension_i18n_api.cc', |
| 1358 'browser/extensions/extension_i18n_api.h', | 1358 'browser/extensions/extension_i18n_api.h', |
| 1359 'browser/extensions/extension_infobar_module.cc', | 1359 'browser/extensions/extension_infobar_module.cc', |
| 1360 'browser/extensions/extension_infobar_module.h', | 1360 'browser/extensions/extension_infobar_module.h', |
| 1361 'browser/extensions/extension_infobar_module_constants.cc', | 1361 'browser/extensions/extension_infobar_module_constants.cc', |
| 1362 'browser/extensions/extension_infobar_module_constants.h', | 1362 'browser/extensions/extension_infobar_module_constants.h', |
| 1363 'browser/extensions/extension_infobar_delegate.cc', | 1363 'browser/extensions/extension_infobar_delegate.cc', |
| 1364 'browser/extensions/extension_infobar_delegate.h', | 1364 'browser/extensions/extension_infobar_delegate.h', |
| 1365 'browser/extensions/extension_input_api.cc', |
| 1366 'browser/extensions/extension_input_api.h', |
| 1365 'browser/extensions/extension_install_ui.cc', | 1367 'browser/extensions/extension_install_ui.cc', |
| 1366 'browser/extensions/extension_install_ui.h', | 1368 'browser/extensions/extension_install_ui.h', |
| 1367 'browser/extensions/extension_menu_manager.cc', | 1369 'browser/extensions/extension_menu_manager.cc', |
| 1368 'browser/extensions/extension_menu_manager.h', | 1370 'browser/extensions/extension_menu_manager.h', |
| 1369 'browser/extensions/extension_message_service.cc', | 1371 'browser/extensions/extension_message_service.cc', |
| 1370 'browser/extensions/extension_message_service.h', | 1372 'browser/extensions/extension_message_service.h', |
| 1371 'browser/extensions/extension_metrics_module.cc', | 1373 'browser/extensions/extension_metrics_module.cc', |
| 1372 'browser/extensions/extension_metrics_module.h', | 1374 'browser/extensions/extension_metrics_module.h', |
| 1373 'browser/extensions/extension_omnibox_api.cc', | 1375 'browser/extensions/extension_omnibox_api.cc', |
| 1374 'browser/extensions/extension_omnibox_api.h', | 1376 'browser/extensions/extension_omnibox_api.h', |
| (...skipping 2285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3660 ['exclude', '^browser/extensions/extension_host_mac.h'], | 3662 ['exclude', '^browser/extensions/extension_host_mac.h'], |
| 3661 ['exclude', '^browser/extensions/extension_host_mac.mm'], | 3663 ['exclude', '^browser/extensions/extension_host_mac.mm'], |
| 3662 ['exclude', '^browser/extensions/external_registry_extension_pro
vider_win.cc'], | 3664 ['exclude', '^browser/extensions/external_registry_extension_pro
vider_win.cc'], |
| 3663 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], | 3665 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], |
| 3664 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], | 3666 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], |
| 3665 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.
cc'], | 3667 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.
cc'], |
| 3666 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.
h'], | 3668 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.
h'], |
| 3667 ['exclude', '^browser/browser_list_gtk.cc'], | 3669 ['exclude', '^browser/browser_list_gtk.cc'], |
| 3668 ], | 3670 ], |
| 3669 }], | 3671 }], |
| 3672 # Exclude these toolkit_views specific files again. |
| 3673 # (Required because of the '^browser/extensions/' include above) |
| 3674 ['toolkit_views==0', { |
| 3675 'sources/': [ |
| 3676 ['exclude', '^browser/extensions/extension_input_api.cc'], |
| 3677 ['exclude', '^browser/extensions/extension_input_api.h'], |
| 3678 ], |
| 3679 }], |
| 3670 # These GTK files haven't been ported to views, while ChromeOS has | 3680 # These GTK files haven't been ported to views, while ChromeOS has |
| 3671 # its own separate implementation below. So re-include them only on | 3681 # its own separate implementation below. So re-include them only on |
| 3672 # non-ChromeOS views Linux builds. | 3682 # non-ChromeOS views Linux builds. |
| 3673 ['OS=="linux" and toolkit_views==1 and chromeos==0', { | 3683 ['OS=="linux" and toolkit_views==1 and chromeos==0', { |
| 3674 'sources/': [ | 3684 'sources/': [ |
| 3675 ['include', '^browser/gtk/dialogs_gtk.cc'], | 3685 ['include', '^browser/gtk/dialogs_gtk.cc'], |
| 3676 ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'], | 3686 ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'], |
| 3677 ['include', '^browser/gtk/external_protocol_dialog_gtk.h'], | 3687 ['include', '^browser/gtk/external_protocol_dialog_gtk.h'], |
| 3678 ['include', '^browser/views/notifications/balloon_view.cc'], | 3688 ['include', '^browser/views/notifications/balloon_view.cc'], |
| 3679 ['include', '^browser/views/notifications/balloon_view.h'], | 3689 ['include', '^browser/views/notifications/balloon_view.h'], |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3854 ], | 3864 ], |
| 3855 }, | 3865 }, |
| 3856 ], | 3866 ], |
| 3857 } | 3867 } |
| 3858 | 3868 |
| 3859 # Local Variables: | 3869 # Local Variables: |
| 3860 # tab-width:2 | 3870 # tab-width:2 |
| 3861 # indent-tabs-mode:nil | 3871 # indent-tabs-mode:nil |
| 3862 # End: | 3872 # End: |
| 3863 # vim: set expandtab tabstop=2 shiftwidth=2: | 3873 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |