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