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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 13105002: Screenshot effect non-obvious (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: update Created 7 years, 8 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 }, 724 },
725 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 725 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
726 'msvs_disabled_warnings': [ 4267, ], 726 'msvs_disabled_warnings': [ 4267, ],
727 }], 727 }],
728 ], 728 ],
729 }, 729 },
730 { 730 {
731 'target_name': 'chrome_devtools_lib', 731 'target_name': 'chrome_devtools_lib',
732 'type': 'static_library', 732 'type': 'static_library',
733 'hard_dependency': 1, 733 'hard_dependency': 1,
734 'dependencies': [ 734 'dependencies': [
735 '../base/base.gyp:base', 735 '../base/base.gyp:base',
736 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 736 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
737 '../build/temp_gyp/googleurl.gyp:googleurl', 737 '../build/temp_gyp/googleurl.gyp:googleurl',
738 '../net/net.gyp:net', 738 '../net/net.gyp:net',
739 '../third_party/zlib/zlib.gyp:minizip', 739 '../third_party/zlib/zlib.gyp:minizip',
740 '../third_party/zlib/zlib.gyp:zlib', 740 '../third_party/zlib/zlib.gyp:zlib',
741 '../ui/ui.gyp:ui', 741 '../ui/ui.gyp:ui',
742 ], 742 ],
743 'include_dirs': [ 743 'include_dirs': [
744 '..', 744 '..',
745 '<(SHARED_INTERMEDIATE_DIR)', 745 '<(SHARED_INTERMEDIATE_DIR)',
746 ], 746 ],
747 'direct_dependent_settings': { 747 'direct_dependent_settings': {
748 'include_dirs': [ 748 'include_dirs': [
749 '<(SHARED_INTERMEDIATE_DIR)', 749 '<(SHARED_INTERMEDIATE_DIR)',
750 ], 750 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'test/chromedriver/chrome/version.h', 788 'test/chromedriver/chrome/version.h',
789 'test/chromedriver/chrome/web_view_delegate.h', 789 'test/chromedriver/chrome/web_view_delegate.h',
790 'test/chromedriver/chrome/web_view.h', 790 'test/chromedriver/chrome/web_view.h',
791 'test/chromedriver/chrome/web_view_impl.cc', 791 'test/chromedriver/chrome/web_view_impl.cc',
792 'test/chromedriver/chrome/web_view_impl.h', 792 'test/chromedriver/chrome/web_view_impl.h',
793 'test/chromedriver/chrome/zip.cc', 793 'test/chromedriver/chrome/zip.cc',
794 'test/chromedriver/chrome/zip.h', 794 'test/chromedriver/chrome/zip.h',
795 'test/chromedriver/chrome/zip_internal.cc', 795 'test/chromedriver/chrome/zip_internal.cc',
796 'test/chromedriver/chrome/zip_internal.h', 796 'test/chromedriver/chrome/zip_internal.h',
797 'test/chromedriver/chrome/zip_reader.cc', 797 'test/chromedriver/chrome/zip_reader.cc',
798 'test/chromedriver/chrome/zip_reader.h', 798 'test/chromedriver/chrome/zip_reader.h',
799 'test/chromedriver/net/net_util.cc', 799 'test/chromedriver/net/net_util.cc',
800 'test/chromedriver/net/net_util.h', 800 'test/chromedriver/net/net_util.h',
801 'test/chromedriver/net/sync_websocket.h', 801 'test/chromedriver/net/sync_websocket.h',
802 'test/chromedriver/net/sync_websocket_factory.cc', 802 'test/chromedriver/net/sync_websocket_factory.cc',
803 'test/chromedriver/net/sync_websocket_factory.h', 803 'test/chromedriver/net/sync_websocket_factory.h',
804 'test/chromedriver/net/sync_websocket_impl.cc', 804 'test/chromedriver/net/sync_websocket_impl.cc',
805 'test/chromedriver/net/sync_websocket_impl.h', 805 'test/chromedriver/net/sync_websocket_impl.h',
806 'test/chromedriver/net/url_request_context_getter.cc', 806 'test/chromedriver/net/url_request_context_getter.cc',
807 'test/chromedriver/net/url_request_context_getter.h', 807 'test/chromedriver/net/url_request_context_getter.h',
808 'test/chromedriver/net/websocket.cc', 808 'test/chromedriver/net/websocket.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 ], 859 ],
860 'message': 'Generating sources for embedding user data dir in chromedr iver', 860 'message': 'Generating sources for embedding user data dir in chromedr iver',
861 }, 861 },
862 ], 862 ],
863 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 863 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
864 'msvs_disabled_warnings': [ 4267, ], 864 'msvs_disabled_warnings': [ 4267, ],
865 }, 865 },
866 { 866 {
867 'target_name': 'chromedriver2_lib', 867 'target_name': 'chromedriver2_lib',
868 'type': 'static_library', 868 'type': 'static_library',
869 'dependencies': [ 869 'dependencies': [
870 'chrome_devtools_lib', 870 'chrome_devtools_lib',
871 '../base/base.gyp:base', 871 '../base/base.gyp:base',
872 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 872 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
873 '../net/net.gyp:net', 873 '../net/net.gyp:net',
874 '../ui/ui.gyp:ui', 874 '../ui/ui.gyp:ui',
875 ], 875 ],
876 'include_dirs': [ 876 'include_dirs': [
877 '..', 877 '..',
878 ], 878 ],
879 'sources': [ 879 'sources': [
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 'browser/task_manager/task_manager_browsertest_util.h', 1422 'browser/task_manager/task_manager_browsertest_util.h',
1423 'browser/task_manager/task_manager_notification_browsertest.cc', 1423 'browser/task_manager/task_manager_notification_browsertest.cc',
1424 'browser/themes/theme_service_browsertest.cc', 1424 'browser/themes/theme_service_browsertest.cc',
1425 'browser/translate/translate_manager_browsertest.cc', 1425 'browser/translate/translate_manager_browsertest.cc',
1426 'browser/ui/app_list/app_list_controller_browsertest.cc', 1426 'browser/ui/app_list/app_list_controller_browsertest.cc',
1427 'browser/ui/ash/caps_lock_delegate_chromeos_browsertest.cc', 1427 'browser/ui/ash/caps_lock_delegate_chromeos_browsertest.cc',
1428 'browser/ui/ash/chrome_shell_delegate_browsertest.cc', 1428 'browser/ui/ash/chrome_shell_delegate_browsertest.cc',
1429 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', 1429 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc',
1430 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_browsertest. cc', 1430 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_browsertest. cc',
1431 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', 1431 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc',
1432 'browser/ui/ash/screenshot_taker_browsertest.cc',
1432 'browser/ui/ash/shelf_browsertest.cc', 1433 'browser/ui/ash/shelf_browsertest.cc',
1433 'browser/ui/ash/volume_controller_browsertest_chromeos.cc', 1434 'browser/ui/ash/volume_controller_browsertest_chromeos.cc',
1434 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', 1435 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc',
1435 'browser/ui/autofill/autofill_popup_controller_browsertest.cc', 1436 'browser/ui/autofill/autofill_popup_controller_browsertest.cc',
1436 'browser/ui/bookmarks/bookmark_browsertest.cc', 1437 'browser/ui/bookmarks/bookmark_browsertest.cc',
1437 'browser/ui/browser_browsertest.cc', 1438 'browser/ui/browser_browsertest.cc',
1438 'browser/ui/browser_close_browsertest.cc', 1439 'browser/ui/browser_close_browsertest.cc',
1439 'browser/ui/browser_command_controller_browsertest.cc', 1440 'browser/ui/browser_command_controller_browsertest.cc',
1440 'browser/ui/browser_navigator_browsertest.cc', 1441 'browser/ui/browser_navigator_browsertest.cc',
1441 'browser/ui/browser_navigator_browsertest.h', 1442 'browser/ui/browser_navigator_browsertest.h',
(...skipping 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after
3246 # more details. 3247 # more details.
3247 'DebugInformationFormat': '3', 3248 'DebugInformationFormat': '3',
3248 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3249 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3249 }, 3250 },
3250 }, 3251 },
3251 }, 3252 },
3252 ], 3253 ],
3253 }], 3254 }],
3254 ], # 'conditions' 3255 ], # 'conditions'
3255 } 3256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698