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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8772068: Add PyAuto tests for triggering browser/page action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'browser/extensions/app_notification_manager.cc', 936 'browser/extensions/app_notification_manager.cc',
937 'browser/extensions/app_notification_manager.h', 937 'browser/extensions/app_notification_manager.h',
938 'browser/extensions/app_notification_storage.cc', 938 'browser/extensions/app_notification_storage.cc',
939 'browser/extensions/app_notification_storage.h', 939 'browser/extensions/app_notification_storage.h',
940 'browser/extensions/app_notify_channel_setup.cc', 940 'browser/extensions/app_notify_channel_setup.cc',
941 'browser/extensions/app_notify_channel_setup.h', 941 'browser/extensions/app_notify_channel_setup.h',
942 'browser/extensions/app_notify_channel_ui.cc', 942 'browser/extensions/app_notify_channel_ui.cc',
943 'browser/extensions/app_notify_channel_ui.h', 943 'browser/extensions/app_notify_channel_ui.h',
944 'browser/extensions/apps_promo.cc', 944 'browser/extensions/apps_promo.cc',
945 'browser/extensions/apps_promo.h', 945 'browser/extensions/apps_promo.h',
946 'browser/extensions/browser_action_test_util.h',
947 'browser/extensions/browser_action_test_util_gtk.cc',
948 'browser/extensions/browser_action_test_util_mac.mm',
949 'browser/extensions/browser_action_test_util_views.cc',
946 'browser/extensions/component_loader.cc', 950 'browser/extensions/component_loader.cc',
947 'browser/extensions/component_loader.h', 951 'browser/extensions/component_loader.h',
948 'browser/extensions/convert_user_script.cc', 952 'browser/extensions/convert_user_script.cc',
949 'browser/extensions/convert_user_script.h', 953 'browser/extensions/convert_user_script.h',
950 'browser/extensions/convert_web_app.cc', 954 'browser/extensions/convert_web_app.cc',
951 'browser/extensions/convert_web_app.h', 955 'browser/extensions/convert_web_app.h',
952 'browser/extensions/crx_installer.cc', 956 'browser/extensions/crx_installer.cc',
953 'browser/extensions/crx_installer.h', 957 'browser/extensions/crx_installer.h',
954 'browser/extensions/default_apps.cc', 958 'browser/extensions/default_apps.cc',
955 'browser/extensions/default_apps.h', 959 'browser/extensions/default_apps.h',
(...skipping 3929 matching lines...) Expand 10 before | Expand all | Expand 10 after
4885 ['include', '^browser/ui/webui/repost_form_warning_ui.h'], 4889 ['include', '^browser/ui/webui/repost_form_warning_ui.h'],
4886 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc' ], 4890 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc' ],
4887 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'] , 4891 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'] ,
4888 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], 4892 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'],
4889 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], 4893 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'],
4890 4894
4891 ['include', '^browser/ui/window_sizer.cc'], 4895 ['include', '^browser/ui/window_sizer.cc'],
4892 ['include', '^browser/ui/window_sizer.h'], 4896 ['include', '^browser/ui/window_sizer.h'],
4893 4897
4894 # Other excluded stuff. 4898 # Other excluded stuff.
4899 ['exclude', '^browser/extensions/browser_action_test_util_gtk.cc '],
4895 ['exclude', '^browser/extensions/extension_host_mac.h'], 4900 ['exclude', '^browser/extensions/extension_host_mac.h'],
4896 ['exclude', '^browser/extensions/extension_host_mac.mm'], 4901 ['exclude', '^browser/extensions/extension_host_mac.mm'],
4897 ['exclude', '^browser/extensions/external_registry_extension_loa der_win.cc'], 4902 ['exclude', '^browser/extensions/external_registry_extension_loa der_win.cc'],
4898 ['exclude', '^browser/extensions/external_registry_extension_loa der_win.h'], 4903 ['exclude', '^browser/extensions/external_registry_extension_loa der_win.h'],
4899 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'], 4904 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
4900 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'], 4905 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
4901 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'], 4906 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
4902 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], 4907 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
4903 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 4908 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
4904 ['exclude', '^browser/ui/browser_list_gtk.cc'], 4909 ['exclude', '^browser/ui/browser_list_gtk.cc'],
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
5233 'type': 'static_library', 5238 'type': 'static_library',
5234 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5239 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5235 'variables': { 5240 'variables': {
5236 'proto_in_dir': 'browser/history', 5241 'proto_in_dir': 'browser/history',
5237 'proto_out_dir': 'chrome/browser/history', 5242 'proto_out_dir': 'chrome/browser/history',
5238 }, 5243 },
5239 'includes': [ '../build/protoc.gypi' ] 5244 'includes': [ '../build/protoc.gypi' ]
5240 }, 5245 },
5241 ], 5246 ],
5242 } 5247 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/browser_action_test_util_views.cc ('k') | chrome/test/functional/extensions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698