| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'components.gyp:translate_core_browser', | 225 'components.gyp:translate_core_browser', |
| 226 'components.gyp:translate_core_common', | 226 'components.gyp:translate_core_common', |
| 227 'components.gyp:translate_language_detection', | 227 'components.gyp:translate_language_detection', |
| 228 | 228 |
| 229 # Dependencies of variations | 229 # Dependencies of variations |
| 230 'components.gyp:variations', | 230 'components.gyp:variations', |
| 231 ], | 231 ], |
| 232 'conditions': [ | 232 'conditions': [ |
| 233 ['OS != "ios"', { | 233 ['OS != "ios"', { |
| 234 'sources': [ | 234 'sources': [ |
| 235 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 235 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 236 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 236 ], | 237 ], |
| 237 'dependencies': [ | 238 'dependencies': [ |
| 238 # Dependencies of autofill | 239 # Dependencies of autofill |
| 239 'components.gyp:autofill_content_browser', | 240 'components.gyp:autofill_content_browser', |
| 241 'components.gyp:autofill_content_renderer', |
| 240 'components.gyp:autofill_content_test_support', | 242 'components.gyp:autofill_content_test_support', |
| 241 | 243 |
| 242 # Dependencies of dom_distiller | 244 # Dependencies of dom_distiller |
| 243 'components.gyp:dom_distiller_content', | 245 'components.gyp:dom_distiller_content', |
| 244 | 246 |
| 245 # Dependencies of | 247 # Dependencies of |
| 246 # intercept_navigation_resource_throttle_unittest.cc | 248 # intercept_navigation_resource_throttle_unittest.cc |
| 247 '../skia/skia.gyp:skia', | 249 '../skia/skia.gyp:skia', |
| 248 'components.gyp:navigation_interception', | 250 'components.gyp:navigation_interception', |
| 249 | 251 |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 'dependencies': [ | 629 'dependencies': [ |
| 628 '../base/allocator/allocator.gyp:allocator', | 630 '../base/allocator/allocator.gyp:allocator', |
| 629 ], | 631 ], |
| 630 }], | 632 }], |
| 631 ], | 633 ], |
| 632 }, | 634 }, |
| 633 ], | 635 ], |
| 634 }], | 636 }], |
| 635 ], | 637 ], |
| 636 } | 638 } |
| OLD | NEW |