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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10821104: Support GrabWindowSnapshot with no g_browser_process (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 4 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/chrome_browser.gypi ('k') | chrome/test/base/ui_test_utils_win.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc', 1857 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc',
1858 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc', 1858 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc',
1859 'browser/ui/webui/signin/login_ui_service_unittest.cc', 1859 'browser/ui/webui/signin/login_ui_service_unittest.cc',
1860 'browser/ui/webui/sync_internals_ui_unittest.cc', 1860 'browser/ui/webui/sync_internals_ui_unittest.cc',
1861 'browser/ui/webui/sync_setup_handler_unittest.cc', 1861 'browser/ui/webui/sync_setup_handler_unittest.cc',
1862 'browser/ui/webui/theme_source_unittest.cc', 1862 'browser/ui/webui/theme_source_unittest.cc',
1863 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 1863 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
1864 'browser/ui/webui/web_ui_unittest.cc', 1864 'browser/ui/webui/web_ui_unittest.cc',
1865 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', 1865 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
1866 'browser/ui/window_sizer/window_sizer_unittest.cc', 1866 'browser/ui/window_sizer/window_sizer_unittest.cc',
1867 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1868 'browser/chrome_to_mobile_service_unittest.cc', 1867 'browser/chrome_to_mobile_service_unittest.cc',
1869 'browser/user_style_sheet_watcher_unittest.cc', 1868 'browser/user_style_sheet_watcher_unittest.cc',
1870 'browser/value_store/leveldb_value_store_unittest.cc', 1869 'browser/value_store/leveldb_value_store_unittest.cc',
1871 'browser/value_store/policy_value_store_unittest.cc', 1870 'browser/value_store/policy_value_store_unittest.cc',
1872 'browser/value_store/testing_value_store_unittest.cc', 1871 'browser/value_store/testing_value_store_unittest.cc',
1873 'browser/value_store/value_store_frontend_unittest.cc', 1872 'browser/value_store/value_store_frontend_unittest.cc',
1874 'browser/value_store/value_store_unittest.cc', 1873 'browser/value_store/value_store_unittest.cc',
1875 'browser/value_store/value_store_unittest.h', 1874 'browser/value_store/value_store_unittest.h',
1876 'browser/visitedlink/visitedlink_unittest.cc', 1875 'browser/visitedlink/visitedlink_unittest.cc',
1877 'browser/web_applications/web_app_mac_unittest.mm', 1876 'browser/web_applications/web_app_mac_unittest.mm',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 '../tools/json_schema_compiler/test/enums_unittest.cc', 2049 '../tools/json_schema_compiler/test/enums_unittest.cc',
2051 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' , 2050 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
2052 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 2051 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
2053 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 2052 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
2054 '../tools/json_schema_compiler/test/objects_unittest.cc', 2053 '../tools/json_schema_compiler/test/objects_unittest.cc',
2055 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 2054 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2056 '../ui/views/test/test_views_delegate.cc', 2055 '../ui/views/test/test_views_delegate.cc',
2057 '../ui/views/test/test_views_delegate.h', 2056 '../ui/views/test/test_views_delegate.h',
2058 '../ui/views/test/views_test_base.cc', 2057 '../ui/views/test/views_test_base.cc',
2059 '../ui/views/test/views_test_base.h', 2058 '../ui/views/test/views_test_base.h',
2059 '../ui/window_snapshot/window_snapshot_mac_unittest.mm',
2060 '../webkit/glue/web_intent_service_data_unittest.cc', 2060 '../webkit/glue/web_intent_service_data_unittest.cc',
2061 '../webkit/quota/mock_storage_client.cc', 2061 '../webkit/quota/mock_storage_client.cc',
2062 '../webkit/quota/mock_storage_client.h', 2062 '../webkit/quota/mock_storage_client.h',
2063 ], 2063 ],
2064 'conditions': [ 2064 'conditions': [
2065 ['enable_background==0', { 2065 ['enable_background==0', {
2066 'sources/': [ 2066 'sources/': [
2067 ['exclude', '^browser/background/'], 2067 ['exclude', '^browser/background/'],
2068 ], 2068 ],
2069 }], 2069 }],
(...skipping 2588 matching lines...) Expand 10 before | Expand all | Expand 10 after
4658 '--result', '<@(_outputs)', 4658 '--result', '<@(_outputs)',
4659 '--isolate', 'browser_tests.isolate', 4659 '--isolate', 'browser_tests.isolate',
4660 ], 4660 ],
4661 }, 4661 },
4662 ], 4662 ],
4663 }, 4663 },
4664 ], 4664 ],
4665 }], 4665 }],
4666 ], # 'conditions' 4666 ], # 'conditions'
4667 } 4667 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/ui_test_utils_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698