OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'search_provider_logos.gypi', | 51 'search_provider_logos.gypi', |
52 'signin.gypi', | 52 'signin.gypi', |
53 'startup_metric_utils.gypi', | 53 'startup_metric_utils.gypi', |
54 'suggestions.gypi', | 54 'suggestions.gypi', |
55 'translate.gypi', | 55 'translate.gypi', |
56 'url_fixer.gypi', | 56 'url_fixer.gypi', |
57 'url_matcher.gypi', | 57 'url_matcher.gypi', |
58 'user_prefs.gypi', | 58 'user_prefs.gypi', |
59 'variations.gypi', | 59 'variations.gypi', |
60 'webdata.gypi', | 60 'webdata.gypi', |
| 61 'wifi_sync.gypi', |
61 ], | 62 ], |
62 'conditions': [ | 63 'conditions': [ |
63 ['OS != "ios"', { | 64 ['OS != "ios"', { |
64 'includes': [ | 65 'includes': [ |
65 'cdm.gypi', | 66 'cdm.gypi', |
66 'copresence_sockets.gypi', | 67 'copresence_sockets.gypi', |
67 'navigation_interception.gypi', | 68 'navigation_interception.gypi', |
68 'plugins.gypi', | 69 'plugins.gypi', |
69 'power.gypi', | 70 'power.gypi', |
70 'sessions.gypi', | 71 'sessions.gypi', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'invalidation.gypi', | 115 'invalidation.gypi', |
115 ], | 116 ], |
116 }], | 117 }], |
117 ['enable_plugins==1', { | 118 ['enable_plugins==1', { |
118 'includes': [ | 119 'includes': [ |
119 'pdf.gypi', | 120 'pdf.gypi', |
120 ], | 121 ], |
121 }], | 122 }], |
122 ], | 123 ], |
123 } | 124 } |
OLD | NEW |