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