| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |