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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8879016: Add more per-tab preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed "migration done" preference Created 9 years 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 '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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'browser/process_singleton_linux_uitest.cc', 783 'browser/process_singleton_linux_uitest.cc',
784 'browser/process_singleton_uitest.cc', 784 'browser/process_singleton_uitest.cc',
785 'browser/repost_form_warning_uitest.cc', 785 'browser/repost_form_warning_uitest.cc',
786 'browser/sanity_uitest.cc', 786 'browser/sanity_uitest.cc',
787 'browser/session_history_uitest.cc', 787 'browser/session_history_uitest.cc',
788 'browser/sessions/session_restore_uitest.cc', 788 'browser/sessions/session_restore_uitest.cc',
789 'browser/tab_contents/view_source_uitest.cc', 789 'browser/tab_contents/view_source_uitest.cc',
790 'browser/tab_restore_uitest.cc', 790 'browser/tab_restore_uitest.cc',
791 'browser/unload_uitest.cc', 791 'browser/unload_uitest.cc',
792 'browser/ui/login/login_prompt_uitest.cc', 792 'browser/ui/login/login_prompt_uitest.cc',
793 'browser/ui/prefs/prefs_tab_helper_uitest.cc',
793 'browser/ui/tests/browser_uitest.cc', 794 'browser/ui/tests/browser_uitest.cc',
794 'browser/ui/views/find_bar_host_uitest.cc', 795 'browser/ui/views/find_bar_host_uitest.cc',
795 'browser/ui/webui/bookmarks_ui_uitest.cc', 796 'browser/ui/webui/bookmarks_ui_uitest.cc',
796 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', 797 'browser/ui/webui/ntp/new_tab_ui_uitest.cc',
797 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc', 798 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc',
798 'browser/ui/webui/options/options_ui_uitest.cc', 799 'browser/ui/webui/options/options_ui_uitest.cc',
799 'browser/ui/webui/options/options_ui_uitest.h', 800 'browser/ui/webui/options/options_ui_uitest.h',
800 'browser/ui/webui/print_preview_ui_uitest.cc', 801 'browser/ui/webui/print_preview_ui_uitest.cc',
801 'common/chrome_switches_uitest.cc', 802 'common/chrome_switches_uitest.cc',
802 'common/logging_chrome_uitest.cc', 803 'common/logging_chrome_uitest.cc',
(...skipping 3528 matching lines...) Expand 10 before | Expand all | Expand 10 after
4331 # Use outputs of this action as inputs for the main target build. 4332 # Use outputs of this action as inputs for the main target build.
4332 # Seems as a misnomer but makes this happy on Linux (scons). 4333 # Seems as a misnomer but makes this happy on Linux (scons).
4333 'process_outputs_as_sources': 1, 4334 'process_outputs_as_sources': 1,
4334 }, 4335 },
4335 ], # 'actions' 4336 ], # 'actions'
4336 }, 4337 },
4337 ] 4338 ]
4338 }], # 'coverage!=0' 4339 }], # 'coverage!=0'
4339 ], # 'conditions' 4340 ], # 'conditions'
4340 } 4341 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698