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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9549012: Move closure_blocks_leopard_compat to base now that it's used by two modules. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 2285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2296 '../base/allocator/allocator.gyp:allocator', 2296 '../base/allocator/allocator.gyp:allocator',
2297 ], 2297 ],
2298 }], 2298 }],
2299 ], 2299 ],
2300 }], 2300 }],
2301 ['OS=="mac"', { 2301 ['OS=="mac"', {
2302 # The test fetches resources which means Mac need the app bundle to 2302 # The test fetches resources which means Mac need the app bundle to
2303 # exist on disk so it can pull from it. 2303 # exist on disk so it can pull from it.
2304 'dependencies': [ 2304 'dependencies': [
2305 'chrome', 2305 'chrome',
2306 '../content/content.gyp:closure_blocks_leopard_compat', 2306 '../base/base.gyp:closure_blocks_leopard_compat',
2307 '../third_party/ocmock/ocmock.gyp:ocmock', 2307 '../third_party/ocmock/ocmock.gyp:ocmock',
2308 ], 2308 ],
2309 'include_dirs': [ 2309 'include_dirs': [
2310 '../third_party/GTM', 2310 '../third_party/GTM',
2311 '../third_party/GTM/AppKit', 2311 '../third_party/GTM/AppKit',
2312 ], 2312 ],
2313 'sources!': [ 2313 'sources!': [
2314 # Blocked on bookmark manager. 2314 # Blocked on bookmark manager.
2315 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 2315 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
2316 'browser/ui/tabs/dock_info_unittest.cc', 2316 'browser/ui/tabs/dock_info_unittest.cc',
(...skipping 2375 matching lines...) Expand 10 before | Expand all | Expand 10 after
4692 # Use outputs of this action as inputs for the main target build. 4692 # Use outputs of this action as inputs for the main target build.
4693 # Seems as a misnomer but makes this happy on Linux (scons). 4693 # Seems as a misnomer but makes this happy on Linux (scons).
4694 'process_outputs_as_sources': 1, 4694 'process_outputs_as_sources': 1,
4695 }, 4695 },
4696 ], # 'actions' 4696 ], # 'actions'
4697 }, 4697 },
4698 ] 4698 ]
4699 }], # 'coverage!=0' 4699 }], # 'coverage!=0'
4700 ], # 'conditions' 4700 ], # 'conditions'
4701 } 4701 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698