| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'conditions': [ | 7 'conditions': [ |
| 8 ['chromeos==1', { | 8 ['chromeos==1', { |
| 9 'use_libgps%': 1, | 9 'use_libgps%': 1, |
| 10 }, { # chromeos==0 | 10 }, { # chromeos==0 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'public/browser/devtools_manager.h', | 75 'public/browser/devtools_manager.h', |
| 76 'public/browser/dom_operation_notification_details.h', | 76 'public/browser/dom_operation_notification_details.h', |
| 77 'public/browser/dom_storage_context.h', | 77 'public/browser/dom_storage_context.h', |
| 78 'public/browser/download_destination_observer.h', | 78 'public/browser/download_destination_observer.h', |
| 79 'public/browser/download_interrupt_reason_values.h', | 79 'public/browser/download_interrupt_reason_values.h', |
| 80 'public/browser/download_interrupt_reasons.h', | 80 'public/browser/download_interrupt_reasons.h', |
| 81 'public/browser/download_item.h', | 81 'public/browser/download_item.h', |
| 82 'public/browser/download_manager.h', | 82 'public/browser/download_manager.h', |
| 83 'public/browser/download_manager_delegate.cc', | 83 'public/browser/download_manager_delegate.cc', |
| 84 'public/browser/download_manager_delegate.h', | 84 'public/browser/download_manager_delegate.h', |
| 85 'public/browser/download_persistent_store_info.cc', | |
| 86 'public/browser/download_persistent_store_info.h', | |
| 87 'public/browser/download_save_info.cc', | 85 'public/browser/download_save_info.cc', |
| 88 'public/browser/download_save_info.h', | 86 'public/browser/download_save_info.h', |
| 89 'public/browser/download_url_parameters.cc', | 87 'public/browser/download_url_parameters.cc', |
| 90 'public/browser/download_url_parameters.h', | 88 'public/browser/download_url_parameters.h', |
| 91 'public/browser/favicon_status.cc', | 89 'public/browser/favicon_status.cc', |
| 92 'public/browser/favicon_status.h', | 90 'public/browser/favicon_status.h', |
| 93 'public/browser/file_descriptor_info.h', | 91 'public/browser/file_descriptor_info.h', |
| 94 'public/browser/font_list_async.h', | 92 'public/browser/font_list_async.h', |
| 95 'public/browser/geolocation.h', | 93 'public/browser/geolocation.h', |
| 96 'public/browser/geolocation_permission_context.h', | 94 'public/browser/geolocation_permission_context.h', |
| (...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1133 # the USE_LIBGPS setting propagates to the "real" dependent target, | 1131 # the USE_LIBGPS setting propagates to the "real" dependent target, |
| 1134 # we use all_dependent_settings here. | 1132 # we use all_dependent_settings here. |
| 1135 'all_dependent_settings': { | 1133 'all_dependent_settings': { |
| 1136 'defines': [ | 1134 'defines': [ |
| 1137 'USE_LIBGPS', | 1135 'USE_LIBGPS', |
| 1138 ], | 1136 ], |
| 1139 }, | 1137 }, |
| 1140 }], | 1138 }], |
| 1141 ], | 1139 ], |
| 1142 } | 1140 } |
| OLD | NEW |