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

Side by Side Diff: chrome/chrome.gyp

Issue 196101: Revert 26016 - valgrind leak -... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/app_controller_mac_unittest.mm ('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 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 3930 matching lines...) Expand 10 before | Expand all | Expand 10 after
3941 ], 3941 ],
3942 }, 3942 },
3943 'sources': [ 3943 'sources': [
3944 'app/breakpad_mac_stubs.mm', 3944 'app/breakpad_mac_stubs.mm',
3945 # *NO* files in chrome/app have unit tests (except keystone_glue)!!! 3945 # *NO* files in chrome/app have unit tests (except keystone_glue)!!!
3946 # It seems a waste to have an app_unittests target, so for now 3946 # It seems a waste to have an app_unittests target, so for now
3947 # I add keystone_glue.m explicitly to this target. 3947 # I add keystone_glue.m explicitly to this target.
3948 'app/keystone_glue.m', 3948 'app/keystone_glue.m',
3949 'app/keystone_glue_unittest.mm', 3949 'app/keystone_glue_unittest.mm',
3950 # All unittests in browser, common, and renderer. 3950 # All unittests in browser, common, and renderer.
3951 'browser/app_controller_mac_unittest.mm',
3952 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', 3951 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm',
3953 'browser/autocomplete/autocomplete_unittest.cc', 3952 'browser/autocomplete/autocomplete_unittest.cc',
3954 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', 3953 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm',
3955 'browser/autocomplete/history_contents_provider_unittest.cc', 3954 'browser/autocomplete/history_contents_provider_unittest.cc',
3956 'browser/autocomplete/history_url_provider_unittest.cc', 3955 'browser/autocomplete/history_url_provider_unittest.cc',
3957 'browser/autocomplete/keyword_provider_unittest.cc', 3956 'browser/autocomplete/keyword_provider_unittest.cc',
3958 'browser/autocomplete/search_provider_unittest.cc', 3957 'browser/autocomplete/search_provider_unittest.cc',
3959 'browser/back_forward_menu_model_unittest.cc', 3958 'browser/back_forward_menu_model_unittest.cc',
3960 'browser/blocked_popup_container_unittest.cc', 3959 'browser/blocked_popup_container_unittest.cc',
3961 'browser/bookmarks/bookmark_codec_unittest.cc', 3960 'browser/bookmarks/bookmark_codec_unittest.cc',
(...skipping 2126 matching lines...) Expand 10 before | Expand all | Expand 10 after
6088 # Use outputs of this action as inputs for the main target build. 6087 # Use outputs of this action as inputs for the main target build.
6089 # Seems as a misnomer but makes this happy on Linux (scons). 6088 # Seems as a misnomer but makes this happy on Linux (scons).
6090 'process_outputs_as_sources': 1, 6089 'process_outputs_as_sources': 1,
6091 }, 6090 },
6092 ], # 'actions' 6091 ], # 'actions'
6093 }, 6092 },
6094 ] 6093 ]
6095 }], 6094 }],
6096 ], # 'conditions' 6095 ], # 'conditions'
6097 } 6096 }
OLDNEW
« no previous file with comments | « chrome/browser/app_controller_mac_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698