| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'components.gyp:translate_core_browser', | 244 'components.gyp:translate_core_browser', |
| 245 'components.gyp:translate_core_common', | 245 'components.gyp:translate_core_common', |
| 246 'components.gyp:translate_language_detection', | 246 'components.gyp:translate_language_detection', |
| 247 | 247 |
| 248 # Dependencies of variations | 248 # Dependencies of variations |
| 249 'components.gyp:variations', | 249 'components.gyp:variations', |
| 250 ], | 250 ], |
| 251 'conditions': [ | 251 'conditions': [ |
| 252 ['OS != "ios"', { | 252 ['OS != "ios"', { |
| 253 'sources': [ | 253 'sources': [ |
| 254 'autofill/content/renderer/password_autofill_agent_unittest.cc', |
| 254 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 255 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 255 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 256 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 256 'usb_service/usb_context_unittest.cc', | 257 'usb_service/usb_context_unittest.cc', |
| 257 ], | 258 ], |
| 258 'dependencies': [ | 259 'dependencies': [ |
| 259 # Dependencies of autofill | 260 # Dependencies of autofill |
| 260 'components.gyp:autofill_content_browser', | 261 'components.gyp:autofill_content_browser', |
| 261 'components.gyp:autofill_content_renderer', | 262 'components.gyp:autofill_content_renderer', |
| 262 'components.gyp:autofill_content_test_support', | 263 'components.gyp:autofill_content_test_support', |
| 263 | 264 |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 'dependencies': [ | 671 'dependencies': [ |
| 671 '../base/allocator/allocator.gyp:allocator', | 672 '../base/allocator/allocator.gyp:allocator', |
| 672 ], | 673 ], |
| 673 }], | 674 }], |
| 674 ], | 675 ], |
| 675 }, | 676 }, |
| 676 ], | 677 ], |
| 677 }], | 678 }], |
| 678 ], | 679 ], |
| 679 } | 680 } |
| OLD | NEW |