| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'browser/loader/resource_dispatcher_host_impl.h', | 524 'browser/loader/resource_dispatcher_host_impl.h', |
| 525 'browser/loader/resource_handler.cc', | 525 'browser/loader/resource_handler.cc', |
| 526 'browser/loader/resource_handler.h', | 526 'browser/loader/resource_handler.h', |
| 527 'browser/loader/resource_loader.cc', | 527 'browser/loader/resource_loader.cc', |
| 528 'browser/loader/resource_loader_delegate.h', | 528 'browser/loader/resource_loader_delegate.h', |
| 529 'browser/loader/resource_loader.h', | 529 'browser/loader/resource_loader.h', |
| 530 'browser/loader/resource_message_filter.cc', | 530 'browser/loader/resource_message_filter.cc', |
| 531 'browser/loader/resource_message_filter.h', | 531 'browser/loader/resource_message_filter.h', |
| 532 'browser/loader/resource_request_info_impl.cc', | 532 'browser/loader/resource_request_info_impl.cc', |
| 533 'browser/loader/resource_request_info_impl.h', | 533 'browser/loader/resource_request_info_impl.h', |
| 534 'browser/loader/resource_scheduler.cc', |
| 535 'browser/loader/resource_scheduler.h', |
| 536 'browser/loader/resource_scheduler_filter.cc', |
| 537 'browser/loader/resource_scheduler_filter.h', |
| 534 'browser/loader/sync_resource_handler.cc', | 538 'browser/loader/sync_resource_handler.cc', |
| 535 'browser/loader/sync_resource_handler.h', | 539 'browser/loader/sync_resource_handler.h', |
| 536 'browser/loader/throttling_resource_handler.cc', | 540 'browser/loader/throttling_resource_handler.cc', |
| 537 'browser/loader/throttling_resource_handler.h', | 541 'browser/loader/throttling_resource_handler.h', |
| 538 'browser/loader/transfer_navigation_resource_throttle.cc', | 542 'browser/loader/transfer_navigation_resource_throttle.cc', |
| 539 'browser/loader/transfer_navigation_resource_throttle.h', | 543 'browser/loader/transfer_navigation_resource_throttle.h', |
| 540 'browser/mach_broker_mac.cc', | 544 'browser/mach_broker_mac.cc', |
| 541 'browser/mach_broker_mac.h', | 545 'browser/mach_broker_mac.h', |
| 542 'browser/media_devices_monitor.cc', | 546 'browser/media_devices_monitor.cc', |
| 543 'browser/mime_registry_message_filter.cc', | 547 'browser/mime_registry_message_filter.cc', |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1171 # the USE_LIBGPS setting propagates to the "real" dependent target, | 1175 # the USE_LIBGPS setting propagates to the "real" dependent target, |
| 1172 # we use all_dependent_settings here. | 1176 # we use all_dependent_settings here. |
| 1173 'all_dependent_settings': { | 1177 'all_dependent_settings': { |
| 1174 'defines': [ | 1178 'defines': [ |
| 1175 'USE_LIBGPS', | 1179 'USE_LIBGPS', |
| 1176 ], | 1180 ], |
| 1177 }, | 1181 }, |
| 1178 }], | 1182 }], |
| 1179 ], | 1183 ], |
| 1180 } | 1184 } |
| OLD | NEW |