| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'components.gyp:translate_core_browser', | 391 'components.gyp:translate_core_browser', |
| 392 'components.gyp:translate_core_common', | 392 'components.gyp:translate_core_common', |
| 393 'components.gyp:translate_core_language_detection', | 393 'components.gyp:translate_core_language_detection', |
| 394 | 394 |
| 395 # Dependencies of url_fixer | 395 # Dependencies of url_fixer |
| 396 'components.gyp:url_fixer', | 396 'components.gyp:url_fixer', |
| 397 '../url/url.gyp:url_lib', | 397 '../url/url.gyp:url_lib', |
| 398 | 398 |
| 399 # Dependencies of variations | 399 # Dependencies of variations |
| 400 'components.gyp:variations', | 400 'components.gyp:variations', |
| 401 'components.gyp:variations_http_provider', |
| 401 ], | 402 ], |
| 402 'conditions': [ | 403 'conditions': [ |
| 403 ['toolkit_views == 1', { | 404 ['toolkit_views == 1', { |
| 404 'sources': [ | 405 'sources': [ |
| 405 'bookmarks/browser/bookmark_node_data_unittest.cc', | 406 'bookmarks/browser/bookmark_node_data_unittest.cc', |
| 406 ], | 407 ], |
| 407 }], | 408 }], |
| 408 ['OS != "ios"', { | 409 ['OS != "ios"', { |
| 409 'sources': [ | 410 'sources': [ |
| 410 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 411 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 'dependencies': [ | 902 'dependencies': [ |
| 902 '../base/allocator/allocator.gyp:allocator', | 903 '../base/allocator/allocator.gyp:allocator', |
| 903 ], | 904 ], |
| 904 }], | 905 }], |
| 905 ], | 906 ], |
| 906 }, | 907 }, |
| 907 ], | 908 ], |
| 908 }], | 909 }], |
| 909 ], | 910 ], |
| 910 } | 911 } |
| OLD | NEW |