| 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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 'dependencies': [ | 925 'dependencies': [ |
| 926 'components.gyp:browser_watcher', | 926 'components.gyp:browser_watcher', |
| 927 'components.gyp:browser_watcher_client', | 927 'components.gyp:browser_watcher_client', |
| 928 ] | 928 ] |
| 929 }], | 929 }], |
| 930 ['OS=="win" and component!="shared_library" and win_use_allocator_shim==
1', { | 930 ['OS=="win" and component!="shared_library" and win_use_allocator_shim==
1', { |
| 931 'dependencies': [ | 931 'dependencies': [ |
| 932 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 932 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 933 ], | 933 ], |
| 934 }], | 934 }], |
| 935 [ 'cld_version==0 or cld_version==2', { | 935 [ 'cld_version==2', { |
| 936 'dependencies': [ | 936 'dependencies': [ |
| 937 # Unit tests should always use statically-linked CLD data. | 937 # Unit tests should always use statically-linked CLD data. |
| 938 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], | 938 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
| 939 }], | 939 }], |
| 940 ['OS != "ios"', { | 940 ['OS != "ios"', { |
| 941 'sources': [ | 941 'sources': [ |
| 942 '<@(devtools_http_handler_unittest_sources)', | 942 '<@(devtools_http_handler_unittest_sources)', |
| 943 '<@(error_page_unittest_sources)', | 943 '<@(error_page_unittest_sources)', |
| 944 '<@(guest_view_unittest_sources)', | 944 '<@(guest_view_unittest_sources)', |
| 945 '<@(navigation_interception_unittest_sources)', | 945 '<@(navigation_interception_unittest_sources)', |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1578 'invalidation/impl/android/junit/', | 1578 'invalidation/impl/android/junit/', |
| 1579 'policy/android/junit/' | 1579 'policy/android/junit/' |
| 1580 ], | 1580 ], |
| 1581 }, | 1581 }, |
| 1582 'includes': [ '../build/host_jar.gypi' ], | 1582 'includes': [ '../build/host_jar.gypi' ], |
| 1583 }, | 1583 }, |
| 1584 ], | 1584 ], |
| 1585 }], | 1585 }], |
| 1586 ], | 1586 ], |
| 1587 } | 1587 } |
| OLD | NEW |