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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8265005: first run bubble using the views/bubble api. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: update chrome_tests.gypi Created 9 years, 1 month 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/chrome_browser.gypi ('k') | no next file » | 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) 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 'variables' : { 5 'variables' : {
6 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 'browser/ui/toolbar/back_forward_menu_model_unittest.cc', 1844 'browser/ui/toolbar/back_forward_menu_model_unittest.cc',
1845 'browser/ui/toolbar/encoding_menu_controller_unittest.cc', 1845 'browser/ui/toolbar/encoding_menu_controller_unittest.cc',
1846 'browser/ui/toolbar/toolbar_model_unittest.cc', 1846 'browser/ui/toolbar/toolbar_model_unittest.cc',
1847 'browser/ui/toolbar/wrench_menu_model_unittest.cc', 1847 'browser/ui/toolbar/wrench_menu_model_unittest.cc',
1848 'browser/ui/touch/tabs/touch_tab_strip_unittest.cc', 1848 'browser/ui/touch/tabs/touch_tab_strip_unittest.cc',
1849 'browser/ui/views/accessibility_event_router_views_unittest.cc', 1849 'browser/ui/views/accessibility_event_router_views_unittest.cc',
1850 'browser/ui/views/bookmarks/bookmark_context_menu_test.cc', 1850 'browser/ui/views/bookmarks/bookmark_context_menu_test.cc',
1851 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 1851 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
1852 'browser/ui/views/bubble/border_contents_unittest.cc', 1852 'browser/ui/views/bubble/border_contents_unittest.cc',
1853 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 1853 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
1854 'browser/ui/views/first_run_bubble_unittest.cc',
1854 'browser/ui/views/generic_info_view_unittest.cc', 1855 'browser/ui/views/generic_info_view_unittest.cc',
1855 'browser/ui/views/reload_button_unittest.cc', 1856 'browser/ui/views/reload_button_unittest.cc',
1856 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1857 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1857 'browser/ui/views/select_file_dialog_win_unittest.cc', 1858 'browser/ui/views/select_file_dialog_win_unittest.cc',
1858 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1859 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1859 'browser/ui/views/tabs/base_tab_strip_test_fixture.h', 1860 'browser/ui/views/tabs/base_tab_strip_test_fixture.h',
1860 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc', 1861 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc',
1861 'browser/ui/views/tabs/fake_base_tab_strip_controller.h', 1862 'browser/ui/views/tabs/fake_base_tab_strip_controller.h',
1862 'browser/ui/views/tabs/tab_strip_unittest.cc', 1863 'browser/ui/views/tabs/tab_strip_unittest.cc',
1863 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc', 1864 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', 1976 '../content/browser/renderer_host/text_input_client_mac_unittest.mm',
1976 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1977 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1977 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1978 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1978 '../content/common/sandbox_mac_diraccess_unittest.mm', 1979 '../content/common/sandbox_mac_diraccess_unittest.mm',
1979 '../content/common/sandbox_mac_fontloading_unittest.mm', 1980 '../content/common/sandbox_mac_fontloading_unittest.mm',
1980 '../content/common/sandbox_mac_unittest_helper.h', 1981 '../content/common/sandbox_mac_unittest_helper.h',
1981 '../content/common/sandbox_mac_unittest_helper.mm', 1982 '../content/common/sandbox_mac_unittest_helper.mm',
1982 '../content/common/sandbox_mac_system_access_unittest.mm', 1983 '../content/common/sandbox_mac_system_access_unittest.mm',
1983 '../testing/gtest_mac_unittest.mm', 1984 '../testing/gtest_mac_unittest.mm',
1984 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1985 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1986 '../views/test/test_views_delegate.cc',
1987 '../views/test/test_views_delegate.h',
1988 '../views/test/views_test_base.cc',
1989 '../views/test/views_test_base.h',
1985 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1990 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1986 '../webkit/fileapi/file_system_operation_write_unittest.cc', 1991 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1987 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1992 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1988 '../webkit/fileapi/file_writer_delegate_unittest.cc', 1993 '../webkit/fileapi/file_writer_delegate_unittest.cc',
1989 '../webkit/fileapi/file_system_test_helper.cc', 1994 '../webkit/fileapi/file_system_test_helper.cc',
1990 '../webkit/fileapi/file_system_test_helper.h', 1995 '../webkit/fileapi/file_system_test_helper.h',
1991 '../webkit/quota/mock_storage_client.cc', 1996 '../webkit/quota/mock_storage_client.cc',
1992 '../webkit/quota/mock_storage_client.h', 1997 '../webkit/quota/mock_storage_client.h',
1993 ], 1998 ],
1994 'rules': [ 1999 'rules': [
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
2177 ['use_gnome_keyring == 0', { 2182 ['use_gnome_keyring == 0', {
2178 # Disable the GNOME Keyring tests if we are not using it. 2183 # Disable the GNOME Keyring tests if we are not using it.
2179 'sources!': [ 2184 'sources!': [
2180 'browser/password_manager/native_backend_gnome_x_unittest.cc', 2185 'browser/password_manager/native_backend_gnome_x_unittest.cc',
2181 ], 2186 ],
2182 }], 2187 }],
2183 ['OS=="linux" and use_aura==1', { 2188 ['OS=="linux" and use_aura==1', {
2184 'dependencies': [ 2189 'dependencies': [
2185 '../build/linux/system.gyp:dbus', 2190 '../build/linux/system.gyp:dbus',
2186 '../dbus/dbus.gyp:dbus_test_support', 2191 '../dbus/dbus.gyp:dbus_test_support',
2192 '../ui/aura/aura.gyp:test_support_aura',
2187 ], 2193 ],
2188 }], 2194 }],
2189 ['os_posix == 1 and OS != "mac"', { 2195 ['os_posix == 1 and OS != "mac"', {
2190 'conditions': [ 2196 'conditions': [
2191 ['linux_use_tcmalloc==1', { 2197 ['linux_use_tcmalloc==1', {
2192 'dependencies': [ 2198 'dependencies': [
2193 '../base/allocator/allocator.gyp:allocator', 2199 '../base/allocator/allocator.gyp:allocator',
2194 ], 2200 ],
2195 }], 2201 }],
2196 ], 2202 ],
(...skipping 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after
4267 # Use outputs of this action as inputs for the main target build. 4273 # Use outputs of this action as inputs for the main target build.
4268 # Seems as a misnomer but makes this happy on Linux (scons). 4274 # Seems as a misnomer but makes this happy on Linux (scons).
4269 'process_outputs_as_sources': 1, 4275 'process_outputs_as_sources': 1,
4270 }, 4276 },
4271 ], # 'actions' 4277 ], # 'actions'
4272 }, 4278 },
4273 ] 4279 ]
4274 }], # 'coverage!=0' 4280 }], # 'coverage!=0'
4275 ], # 'conditions' 4281 ], # 'conditions'
4276 } 4282 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698