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

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: Remove IsWritable 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
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 1963 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 'browser/ui/webui/options/language_options_handler_unittest.cc', 1974 'browser/ui/webui/options/language_options_handler_unittest.cc',
1975 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc', 1975 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc',
1976 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc', 1976 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc',
1977 'browser/ui/webui/sync_internals_ui_unittest.cc', 1977 'browser/ui/webui/sync_internals_ui_unittest.cc',
1978 'browser/ui/webui/theme_source_unittest.cc', 1978 'browser/ui/webui/theme_source_unittest.cc',
1979 'browser/ui/webui/web_ui_unittest.cc', 1979 'browser/ui/webui/web_ui_unittest.cc',
1980 'browser/ui/window_sizer_unittest.cc', 1980 'browser/ui/window_sizer_unittest.cc',
1981 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', 1981 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1982 'browser/user_style_sheet_watcher_unittest.cc', 1982 'browser/user_style_sheet_watcher_unittest.cc',
1983 'browser/visitedlink/visitedlink_unittest.cc', 1983 'browser/visitedlink/visitedlink_unittest.cc',
1984 'browser/web_applications/web_app_mac_unittest.mm',
1984 'browser/web_applications/web_app_unittest.cc', 1985 'browser/web_applications/web_app_unittest.cc',
1985 'browser/web_resource/promo_resource_service_unittest.cc', 1986 'browser/web_resource/promo_resource_service_unittest.cc',
1986 'browser/webdata/autofill_entry_unittest.cc', 1987 'browser/webdata/autofill_entry_unittest.cc',
1987 'browser/webdata/autofill_profile_syncable_service_unittest.cc', 1988 'browser/webdata/autofill_profile_syncable_service_unittest.cc',
1988 'browser/webdata/autofill_table_unittest.cc', 1989 'browser/webdata/autofill_table_unittest.cc',
1989 'browser/webdata/keyword_table_unittest.cc', 1990 'browser/webdata/keyword_table_unittest.cc',
1990 'browser/webdata/logins_table_unittest.cc', 1991 'browser/webdata/logins_table_unittest.cc',
1991 'browser/webdata/token_service_table_unittest.cc', 1992 'browser/webdata/token_service_table_unittest.cc',
1992 'browser/webdata/web_apps_table_unittest.cc', 1993 'browser/webdata/web_apps_table_unittest.cc',
1993 'browser/webdata/web_data_service_test_util.h', 1994 'browser/webdata/web_data_service_test_util.h',
(...skipping 2643 matching lines...) Expand 10 before | Expand all | Expand 10 after
4637 # Use outputs of this action as inputs for the main target build. 4638 # Use outputs of this action as inputs for the main target build.
4638 # Seems as a misnomer but makes this happy on Linux (scons). 4639 # Seems as a misnomer but makes this happy on Linux (scons).
4639 'process_outputs_as_sources': 1, 4640 'process_outputs_as_sources': 1,
4640 }, 4641 },
4641 ], # 'actions' 4642 ], # 'actions'
4642 }, 4643 },
4643 ] 4644 ]
4644 }], # 'coverage!=0' 4645 }], # 'coverage!=0'
4645 ], # 'conditions' 4646 ], # 'conditions'
4646 } 4647 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698