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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9362001: Unit tests for publishing app shortcuts on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years, 10 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
« 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) 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 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 'browser/ui/webui/options/language_options_handler_unittest.cc', 1981 'browser/ui/webui/options/language_options_handler_unittest.cc',
1982 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc', 1982 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc',
1983 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc', 1983 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc',
1984 'browser/ui/webui/sync_internals_ui_unittest.cc', 1984 'browser/ui/webui/sync_internals_ui_unittest.cc',
1985 'browser/ui/webui/theme_source_unittest.cc', 1985 'browser/ui/webui/theme_source_unittest.cc',
1986 'browser/ui/webui/web_ui_unittest.cc', 1986 'browser/ui/webui/web_ui_unittest.cc',
1987 'browser/ui/window_sizer_unittest.cc', 1987 'browser/ui/window_sizer_unittest.cc',
1988 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', 1988 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1989 'browser/user_style_sheet_watcher_unittest.cc', 1989 'browser/user_style_sheet_watcher_unittest.cc',
1990 'browser/visitedlink/visitedlink_unittest.cc', 1990 'browser/visitedlink/visitedlink_unittest.cc',
1991 'browser/web_applications/web_app_mac_unittest.mm',
1991 'browser/web_applications/web_app_unittest.cc', 1992 'browser/web_applications/web_app_unittest.cc',
1992 'browser/web_resource/promo_resource_service_unittest.cc', 1993 'browser/web_resource/promo_resource_service_unittest.cc',
1993 'browser/webdata/autofill_entry_unittest.cc', 1994 'browser/webdata/autofill_entry_unittest.cc',
1994 'browser/webdata/autofill_profile_syncable_service_unittest.cc', 1995 'browser/webdata/autofill_profile_syncable_service_unittest.cc',
1995 'browser/webdata/autofill_table_unittest.cc', 1996 'browser/webdata/autofill_table_unittest.cc',
1996 'browser/webdata/keyword_table_unittest.cc', 1997 'browser/webdata/keyword_table_unittest.cc',
1997 'browser/webdata/logins_table_unittest.cc', 1998 'browser/webdata/logins_table_unittest.cc',
1998 'browser/webdata/token_service_table_unittest.cc', 1999 'browser/webdata/token_service_table_unittest.cc',
1999 'browser/webdata/web_apps_table_unittest.cc', 2000 'browser/webdata/web_apps_table_unittest.cc',
2000 'browser/webdata/web_data_service_test_util.h', 2001 'browser/webdata/web_data_service_test_util.h',
(...skipping 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after
4649 # Use outputs of this action as inputs for the main target build. 4650 # Use outputs of this action as inputs for the main target build.
4650 # Seems as a misnomer but makes this happy on Linux (scons). 4651 # Seems as a misnomer but makes this happy on Linux (scons).
4651 'process_outputs_as_sources': 1, 4652 'process_outputs_as_sources': 1,
4652 }, 4653 },
4653 ], # 'actions' 4654 ], # 'actions'
4654 }, 4655 },
4655 ] 4656 ]
4656 }], # 'coverage!=0' 4657 }], # 'coverage!=0'
4657 ], # 'conditions' 4658 ], # 'conditions'
4658 } 4659 }
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