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

Side by Side Diff: chrome/chrome.gyp

Issue 149343: http://codereview.chromium.org/147084... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/browser/metrics/metrics_service_unittest.cc ('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) 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 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 3513 matching lines...) Expand 10 before | Expand all | Expand 10 after
3524 'browser/importer/firefox_profile_lock_unittest.cc', 3524 'browser/importer/firefox_profile_lock_unittest.cc',
3525 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', 3525 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc',
3526 'browser/in_process_webkit/webkit_context_unittest.cc', 3526 'browser/in_process_webkit/webkit_context_unittest.cc',
3527 'browser/in_process_webkit/webkit_thread_unittest.cc', 3527 'browser/in_process_webkit/webkit_thread_unittest.cc',
3528 'browser/keychain_mock_mac.cc', 3528 'browser/keychain_mock_mac.cc',
3529 'browser/keychain_mock_mac.h', 3529 'browser/keychain_mock_mac.h',
3530 'browser/login_prompt_unittest.cc', 3530 'browser/login_prompt_unittest.cc',
3531 'browser/meta_table_helper_unittest.cc', 3531 'browser/meta_table_helper_unittest.cc',
3532 'browser/metrics/metrics_log_unittest.cc', 3532 'browser/metrics/metrics_log_unittest.cc',
3533 'browser/metrics/metrics_response_unittest.cc', 3533 'browser/metrics/metrics_response_unittest.cc',
3534 'browser/metrics/metrics_service_unittest.cc',
3534 'browser/net/chrome_url_request_context_unittest.cc', 3535 'browser/net/chrome_url_request_context_unittest.cc',
3535 'browser/net/dns_host_info_unittest.cc', 3536 'browser/net/dns_host_info_unittest.cc',
3536 'browser/net/dns_master_unittest.cc', 3537 'browser/net/dns_master_unittest.cc',
3537 'browser/net/resolve_proxy_msg_helper_unittest.cc', 3538 'browser/net/resolve_proxy_msg_helper_unittest.cc',
3538 'browser/net/test_url_fetcher_factory.cc', 3539 'browser/net/test_url_fetcher_factory.cc',
3539 'browser/net/test_url_fetcher_factory.h', 3540 'browser/net/test_url_fetcher_factory.h',
3540 'browser/net/url_fetcher_unittest.cc', 3541 'browser/net/url_fetcher_unittest.cc',
3541 'browser/net/url_fixer_upper_unittest.cc', 3542 'browser/net/url_fixer_upper_unittest.cc',
3542 'browser/password_manager/encryptor_unittest.cc', 3543 'browser/password_manager/encryptor_unittest.cc',
3543 'browser/password_manager/login_database_unittest.cc', 3544 'browser/password_manager/login_database_unittest.cc',
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
4896 # Use outputs of this action as inputs for the main target build. 4897 # Use outputs of this action as inputs for the main target build.
4897 # Seems as a misnomer but makes this happy on Linux (scons). 4898 # Seems as a misnomer but makes this happy on Linux (scons).
4898 'process_outputs_as_sources': 1, 4899 'process_outputs_as_sources': 1,
4899 }, 4900 },
4900 ], # 'actions' 4901 ], # 'actions'
4901 }, 4902 },
4902 ] 4903 ]
4903 }], 4904 }],
4904 ], # 'conditions' 4905 ], # 'conditions'
4905 } 4906 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/metrics_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698