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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9730021: Remove experimental sync promo layouts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a Created 8 years, 9 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 | Annotate | Revision Log
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 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after
2816 'browser/ui/webui/options/certificate_manager_browsertest.js', 2816 'browser/ui/webui/options/certificate_manager_browsertest.js',
2817 'browser/ui/webui/options/content_options_browsertest.js', 2817 'browser/ui/webui/options/content_options_browsertest.js',
2818 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ', 2818 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ',
2819 'browser/ui/webui/options/cookies_view_browsertest.js', 2819 'browser/ui/webui/options/cookies_view_browsertest.js',
2820 'browser/ui/webui/options/font_settings_browsertest.js', 2820 'browser/ui/webui/options/font_settings_browsertest.js',
2821 'browser/ui/webui/options/language_options_browsertest.js', 2821 'browser/ui/webui/options/language_options_browsertest.js',
2822 'browser/ui/webui/options/options_browsertest.js', 2822 'browser/ui/webui/options/options_browsertest.js',
2823 'browser/ui/webui/options/password_manager_browsertest.js', 2823 'browser/ui/webui/options/password_manager_browsertest.js',
2824 'browser/ui/webui/options/personal_options_browsertest.js', 2824 'browser/ui/webui/options/personal_options_browsertest.js',
2825 'browser/ui/webui/options/search_engine_manager_browsertest.js', 2825 'browser/ui/webui/options/search_engine_manager_browsertest.js',
2826 'browser/ui/webui/sync_promo/sync_promo_dialog_browsertest.cc',
2827 'browser/ui/webui/sync_setup_browsertest.js', 2826 'browser/ui/webui/sync_setup_browsertest.js',
2828 'browser/ui/webui/test_html_dialog_ui_delegate.cc', 2827 'browser/ui/webui/test_html_dialog_ui_delegate.cc',
2829 'browser/ui/webui/test_html_dialog_ui_delegate.h', 2828 'browser/ui/webui/test_html_dialog_ui_delegate.h',
2830 'browser/ui/webui/web_ui_browsertest.cc', 2829 'browser/ui/webui/web_ui_browsertest.cc',
2831 'browser/ui/webui/web_ui_browsertest.h', 2830 'browser/ui/webui/web_ui_browsertest.h',
2832 'browser/ui/webui/web_ui_test_handler.cc', 2831 'browser/ui/webui/web_ui_test_handler.cc',
2833 'browser/ui/webui/web_ui_test_handler.h', 2832 'browser/ui/webui/web_ui_test_handler.h',
2834 'common/mac/mock_launchd.cc', 2833 'common/mac/mock_launchd.cc',
2835 'common/mac/mock_launchd.h', 2834 'common/mac/mock_launchd.h',
2836 'common/time_format_browsertest.cc', 2835 'common/time_format_browsertest.cc',
(...skipping 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after
4588 # Use outputs of this action as inputs for the main target build. 4587 # Use outputs of this action as inputs for the main target build.
4589 # Seems as a misnomer but makes this happy on Linux (scons). 4588 # Seems as a misnomer but makes this happy on Linux (scons).
4590 'process_outputs_as_sources': 1, 4589 'process_outputs_as_sources': 1,
4591 }, 4590 },
4592 ], # 'actions' 4591 ], # 'actions'
4593 }, 4592 },
4594 ] 4593 ]
4595 }], # 'coverage!=0' 4594 }], # 'coverage!=0'
4596 ], # 'conditions' 4595 ], # 'conditions'
4597 } 4596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698