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

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: style 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
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 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 'browser/ui/toolbar/encoding_menu_controller_unittest.cc', 1838 'browser/ui/toolbar/encoding_menu_controller_unittest.cc',
1839 'browser/ui/toolbar/toolbar_model_unittest.cc', 1839 'browser/ui/toolbar/toolbar_model_unittest.cc',
1840 'browser/ui/toolbar/wrench_menu_model_unittest.cc', 1840 'browser/ui/toolbar/wrench_menu_model_unittest.cc',
1841 'browser/ui/touch/tabs/touch_tab_strip_unittest.cc', 1841 'browser/ui/touch/tabs/touch_tab_strip_unittest.cc',
1842 'browser/ui/views/accessibility_event_router_views_unittest.cc', 1842 'browser/ui/views/accessibility_event_router_views_unittest.cc',
1843 'browser/ui/views/bookmarks/bookmark_context_menu_test.cc', 1843 'browser/ui/views/bookmarks/bookmark_context_menu_test.cc',
1844 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 1844 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
1845 'browser/ui/views/bubble/border_contents_unittest.cc', 1845 'browser/ui/views/bubble/border_contents_unittest.cc',
1846 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 1846 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
1847 'browser/ui/views/file_manager_dialog_unittest.cc', 1847 'browser/ui/views/file_manager_dialog_unittest.cc',
1848 'browser/ui/views/first_run_bubble_unittest.cc',
1848 'browser/ui/views/generic_info_view_unittest.cc', 1849 'browser/ui/views/generic_info_view_unittest.cc',
1849 'browser/ui/views/reload_button_unittest.cc', 1850 'browser/ui/views/reload_button_unittest.cc',
1850 'browser/ui/views/shell_dialogs_win_unittest.cc', 1851 'browser/ui/views/shell_dialogs_win_unittest.cc',
1851 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1852 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1852 'browser/ui/views/tabs/base_tab_strip_test_fixture.h', 1853 'browser/ui/views/tabs/base_tab_strip_test_fixture.h',
1853 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc', 1854 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc',
1854 'browser/ui/views/tabs/fake_base_tab_strip_controller.h', 1855 'browser/ui/views/tabs/fake_base_tab_strip_controller.h',
1855 'browser/ui/views/tabs/tab_strip_unittest.cc', 1856 'browser/ui/views/tabs/tab_strip_unittest.cc',
1856 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc', 1857 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc',
1857 'browser/ui/webui/chromeos/imageburner/imageburner_utils_unittest.cc', 1858 'browser/ui/webui/chromeos/imageburner/imageburner_utils_unittest.cc',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 'test/base/browser_with_test_window_test.h', 1956 'test/base/browser_with_test_window_test.h',
1956 'test/base/chrome_render_view_test.cc', 1957 'test/base/chrome_render_view_test.cc',
1957 'test/base/chrome_render_view_test.h', 1958 'test/base/chrome_render_view_test.h',
1958 'test/base/menu_model_test.cc', 1959 'test/base/menu_model_test.cc',
1959 'test/base/menu_model_test.h', 1960 'test/base/menu_model_test.h',
1960 'test/base/v8_unit_test.cc', 1961 'test/base/v8_unit_test.cc',
1961 'test/base/v8_unit_test.h', 1962 'test/base/v8_unit_test.h',
1962 'test/data/resource.rc', 1963 'test/data/resource.rc',
1963 'test/data/unit/framework_unittest.gtestjs', 1964 'test/data/unit/framework_unittest.gtestjs',
1964 'tools/convert_dict/convert_dict_unittest.cc', 1965 'tools/convert_dict/convert_dict_unittest.cc',
1966 '../views/test/test_views_delegate.cc',
msw 2011/11/12 03:35:55 alphabetize '../views' after '../third_party'.
alicet1 2011/11/15 02:09:50 Done.
1967 '../views/test/test_views_delegate.h',
1968 '../views/test/views_test_base.cc',
1969 '../views/test/views_test_base.h',
1965 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1970 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1966 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', 1971 '../content/browser/renderer_host/text_input_client_mac_unittest.mm',
1967 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1972 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1968 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1973 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1969 '../content/common/sandbox_mac_diraccess_unittest.mm', 1974 '../content/common/sandbox_mac_diraccess_unittest.mm',
1970 '../content/common/sandbox_mac_fontloading_unittest.mm', 1975 '../content/common/sandbox_mac_fontloading_unittest.mm',
1971 '../content/common/sandbox_mac_unittest_helper.h', 1976 '../content/common/sandbox_mac_unittest_helper.h',
1972 '../content/common/sandbox_mac_unittest_helper.mm', 1977 '../content/common/sandbox_mac_unittest_helper.mm',
1973 '../content/common/sandbox_mac_system_access_unittest.mm', 1978 '../content/common/sandbox_mac_system_access_unittest.mm',
1974 '../testing/gtest_mac_unittest.mm', 1979 '../testing/gtest_mac_unittest.mm',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 ['use_gnome_keyring == 0', { 2172 ['use_gnome_keyring == 0', {
2168 # Disable the GNOME Keyring tests if we are not using it. 2173 # Disable the GNOME Keyring tests if we are not using it.
2169 'sources!': [ 2174 'sources!': [
2170 'browser/password_manager/native_backend_gnome_x_unittest.cc', 2175 'browser/password_manager/native_backend_gnome_x_unittest.cc',
2171 ], 2176 ],
2172 }], 2177 }],
2173 ['OS=="linux" and use_aura==1', { 2178 ['OS=="linux" and use_aura==1', {
2174 'dependencies': [ 2179 'dependencies': [
2175 '../build/linux/system.gyp:dbus', 2180 '../build/linux/system.gyp:dbus',
2176 '../dbus/dbus.gyp:dbus_test_support', 2181 '../dbus/dbus.gyp:dbus_test_support',
2182 '../ui/aura/aura.gyp:test_support_aura',
2177 ], 2183 ],
2178 }], 2184 }],
2179 ['os_posix == 1 and OS != "mac"', { 2185 ['os_posix == 1 and OS != "mac"', {
2180 'conditions': [ 2186 'conditions': [
2181 ['linux_use_tcmalloc==1', { 2187 ['linux_use_tcmalloc==1', {
2182 'dependencies': [ 2188 'dependencies': [
2183 '../base/allocator/allocator.gyp:allocator', 2189 '../base/allocator/allocator.gyp:allocator',
2184 ], 2190 ],
2185 }], 2191 }],
2186 ], 2192 ],
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
4250 # Use outputs of this action as inputs for the main target build. 4256 # Use outputs of this action as inputs for the main target build.
4251 # Seems as a misnomer but makes this happy on Linux (scons). 4257 # Seems as a misnomer but makes this happy on Linux (scons).
4252 'process_outputs_as_sources': 1, 4258 'process_outputs_as_sources': 1,
4253 }, 4259 },
4254 ], # 'actions' 4260 ], # 'actions'
4255 }, 4261 },
4256 ] 4262 ]
4257 }], # 'coverage!=0' 4263 }], # 'coverage!=0'
4258 ], # 'conditions' 4264 ], # 'conditions'
4259 } 4265 }
OLDNEW
« chrome/browser/ui/views/first_run_bubble_unittest.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698