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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8503003: Seed test for SyncUI: sign in successfully with mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use makeAndRegisterMockHandler in new ChromeSendWebUITest. 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/browser/ui/webui/sync_setup_browsertest.js ('k') | chrome/test/data/webui/async_gen.js » ('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) 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 2620 matching lines...) Expand 10 before | Expand all | Expand 10 after
2631 'browser/ui/webui/options/certificate_manager_browsertest.js', 2631 'browser/ui/webui/options/certificate_manager_browsertest.js',
2632 'browser/ui/webui/options/content_options_browsertest.js', 2632 'browser/ui/webui/options/content_options_browsertest.js',
2633 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ', 2633 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ',
2634 'browser/ui/webui/options/cookies_view_browsertest.js', 2634 'browser/ui/webui/options/cookies_view_browsertest.js',
2635 'browser/ui/webui/options/font_settings_browsertest.js', 2635 'browser/ui/webui/options/font_settings_browsertest.js',
2636 'browser/ui/webui/options/language_options_browsertest.js', 2636 'browser/ui/webui/options/language_options_browsertest.js',
2637 'browser/ui/webui/options/options_browsertest.js', 2637 'browser/ui/webui/options/options_browsertest.js',
2638 'browser/ui/webui/options/password_manager_browsertest.js', 2638 'browser/ui/webui/options/password_manager_browsertest.js',
2639 'browser/ui/webui/options/personal_options_browsertest.js', 2639 'browser/ui/webui/options/personal_options_browsertest.js',
2640 'browser/ui/webui/options/search_engine_manager_browsertest.js', 2640 'browser/ui/webui/options/search_engine_manager_browsertest.js',
2641 'browser/ui/webui/sync_setup_browsertest.js',
2641 'browser/ui/webui/test_html_dialog_ui_delegate.cc', 2642 'browser/ui/webui/test_html_dialog_ui_delegate.cc',
2642 'browser/ui/webui/test_html_dialog_ui_delegate.h', 2643 'browser/ui/webui/test_html_dialog_ui_delegate.h',
2643 'browser/ui/webui/web_ui_browsertest.cc', 2644 'browser/ui/webui/web_ui_browsertest.cc',
2644 'browser/ui/webui/web_ui_browsertest.h', 2645 'browser/ui/webui/web_ui_browsertest.h',
2645 'browser/ui/webui/web_ui_test_handler.cc', 2646 'browser/ui/webui/web_ui_test_handler.cc',
2646 'browser/ui/webui/web_ui_test_handler.h', 2647 'browser/ui/webui/web_ui_test_handler.h',
2647 'common/time_format_browsertest.cc', 2648 'common/time_format_browsertest.cc',
2648 'renderer/autofill/autofill_browsertest.cc', 2649 'renderer/autofill/autofill_browsertest.cc',
2649 'renderer/autofill/form_autocomplete_browsertest.cc', 2650 'renderer/autofill/form_autocomplete_browsertest.cc',
2650 'renderer/autofill/form_autofill_browsertest.cc', 2651 'renderer/autofill/form_autofill_browsertest.cc',
(...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
4250 # Use outputs of this action as inputs for the main target build. 4251 # Use outputs of this action as inputs for the main target build.
4251 # Seems as a misnomer but makes this happy on Linux (scons). 4252 # Seems as a misnomer but makes this happy on Linux (scons).
4252 'process_outputs_as_sources': 1, 4253 'process_outputs_as_sources': 1,
4253 }, 4254 },
4254 ], # 'actions' 4255 ], # 'actions'
4255 }, 4256 },
4256 ] 4257 ]
4257 }], # 'coverage!=0' 4258 }], # 'coverage!=0'
4258 ], # 'conditions' 4259 ], # 'conditions'
4259 } 4260 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_browsertest.js ('k') | chrome/test/data/webui/async_gen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698