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

Side by Side Diff: chrome/chrome.gyp

Issue 174206: Bring up Firefox Password Import Unittest on OS X. (Closed)
Patch Set: Small fix Created 11 years, 4 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 3899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3910 'browser/history/query_parser_unittest.cc', 3910 'browser/history/query_parser_unittest.cc',
3911 'browser/history/snippet_unittest.cc', 3911 'browser/history/snippet_unittest.cc',
3912 'browser/history/starred_url_database_unittest.cc', 3912 'browser/history/starred_url_database_unittest.cc',
3913 'browser/history/text_database_manager_unittest.cc', 3913 'browser/history/text_database_manager_unittest.cc',
3914 'browser/history/text_database_unittest.cc', 3914 'browser/history/text_database_unittest.cc',
3915 'browser/history/thumbnail_database_unittest.cc', 3915 'browser/history/thumbnail_database_unittest.cc',
3916 'browser/thumbnail_store_unittest.cc', 3916 'browser/thumbnail_store_unittest.cc',
3917 'browser/history/url_database_unittest.cc', 3917 'browser/history/url_database_unittest.cc',
3918 'browser/history/visit_database_unittest.cc', 3918 'browser/history/visit_database_unittest.cc',
3919 'browser/history/visit_tracker_unittest.cc', 3919 'browser/history/visit_tracker_unittest.cc',
3920 'browser/importer/firefox_importer_unittest_messages_internal.h',
3920 'browser/importer/firefox_importer_unittest.cc', 3921 'browser/importer/firefox_importer_unittest.cc',
3922 'browser/importer/firefox_importer_unittest_utils.h',
3923 'browser/importer/firefox_importer_unittest_utils_mac.cc',
3921 'browser/importer/importer_unittest.cc', 3924 'browser/importer/importer_unittest.cc',
3922 'browser/importer/safari_importer_unittest.mm', 3925 'browser/importer/safari_importer_unittest.mm',
3923 'browser/importer/toolbar_importer_unittest.cc', 3926 'browser/importer/toolbar_importer_unittest.cc',
3924 'browser/importer/firefox_profile_lock_unittest.cc', 3927 'browser/importer/firefox_profile_lock_unittest.cc',
3925 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', 3928 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc',
3926 'browser/in_process_webkit/webkit_context_unittest.cc', 3929 'browser/in_process_webkit/webkit_context_unittest.cc',
3927 'browser/in_process_webkit/webkit_thread_unittest.cc', 3930 'browser/in_process_webkit/webkit_thread_unittest.cc',
3928 'browser/keychain_mock_mac.cc', 3931 'browser/keychain_mock_mac.cc',
3929 'browser/keychain_mock_mac.h', 3932 'browser/keychain_mock_mac.h',
3930 'browser/login_prompt_unittest.cc', 3933 'browser/login_prompt_unittest.cc',
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
5663 # Use outputs of this action as inputs for the main target build. 5666 # Use outputs of this action as inputs for the main target build.
5664 # Seems as a misnomer but makes this happy on Linux (scons). 5667 # Seems as a misnomer but makes this happy on Linux (scons).
5665 'process_outputs_as_sources': 1, 5668 'process_outputs_as_sources': 1,
5666 }, 5669 },
5667 ], # 'actions' 5670 ], # 'actions'
5668 }, 5671 },
5669 ] 5672 ]
5670 }], 5673 }],
5671 ], # 'conditions' 5674 ], # 'conditions'
5672 } 5675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698