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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10785047: Remove all the OS X 10.6 SDK forward declarations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_paths_mac.mm » ('j') | 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) 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 2264 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 '../base/allocator/allocator.gyp:allocator', 2275 '../base/allocator/allocator.gyp:allocator',
2276 ], 2276 ],
2277 }], 2277 }],
2278 ], 2278 ],
2279 }], 2279 }],
2280 ['OS=="mac"', { 2280 ['OS=="mac"', {
2281 # The test fetches resources which means Mac need the app bundle to 2281 # The test fetches resources which means Mac need the app bundle to
2282 # exist on disk so it can pull from it. 2282 # exist on disk so it can pull from it.
2283 'dependencies': [ 2283 'dependencies': [
2284 'chrome', 2284 'chrome',
2285 '../base/base.gyp:closure_blocks_leopard_compat',
2286 '../third_party/ocmock/ocmock.gyp:ocmock', 2285 '../third_party/ocmock/ocmock.gyp:ocmock',
2287 ], 2286 ],
2288 'include_dirs': [ 2287 'include_dirs': [
2289 '../third_party/GTM', 2288 '../third_party/GTM',
2290 '../third_party/GTM/AppKit', 2289 '../third_party/GTM/AppKit',
2291 ], 2290 ],
2292 'sources!': [ 2291 'sources!': [
2293 # Blocked on bookmark manager. 2292 # Blocked on bookmark manager.
2294 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 2293 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
2295 'browser/ui/tabs/dock_info_unittest.cc', 2294 'browser/ui/tabs/dock_info_unittest.cc',
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after
4700 'input_jars_paths': [ 4699 'input_jars_paths': [
4701 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4700 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4702 ], 4701 ],
4703 }, 4702 },
4704 'includes': [ '../build/apk_test.gypi' ], 4703 'includes': [ '../build/apk_test.gypi' ],
4705 }, 4704 },
4706 ], 4705 ],
4707 }], 4706 }],
4708 ], # 'conditions' 4707 ], # 'conditions'
4709 } 4708 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_paths_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698