Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10103029: Add device location reporting (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Forgot to exclude CrOS-only sources from build on other OSes. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1560 'browser/policy/delayed_work_scheduler.cc', 1560 'browser/policy/delayed_work_scheduler.cc',
1561 'browser/policy/delayed_work_scheduler.h', 1561 'browser/policy/delayed_work_scheduler.h',
1562 'browser/policy/device_management_service.cc', 1562 'browser/policy/device_management_service.cc',
1563 'browser/policy/device_management_service.h', 1563 'browser/policy/device_management_service.h',
1564 'browser/policy/device_policy_cache.cc', 1564 'browser/policy/device_policy_cache.cc',
1565 'browser/policy/device_policy_cache.h', 1565 'browser/policy/device_policy_cache.h',
1566 'browser/policy/device_token_fetcher.cc', 1566 'browser/policy/device_token_fetcher.cc',
1567 'browser/policy/device_token_fetcher.h', 1567 'browser/policy/device_token_fetcher.h',
1568 'browser/policy/device_status_collector.cc', 1568 'browser/policy/device_status_collector.cc',
1569 'browser/policy/device_status_collector.h', 1569 'browser/policy/device_status_collector.h',
1570 'browser/policy/device_status_location_helper.cc',
1571 'browser/policy/device_status_location_helper.h',
1570 'browser/policy/enterprise_install_attributes.cc', 1572 'browser/policy/enterprise_install_attributes.cc',
1571 'browser/policy/enterprise_install_attributes.h', 1573 'browser/policy/enterprise_install_attributes.h',
1572 'browser/policy/enterprise_metrics.cc', 1574 'browser/policy/enterprise_metrics.cc',
1573 'browser/policy/enterprise_metrics.h', 1575 'browser/policy/enterprise_metrics.h',
1574 'browser/policy/file_based_policy_loader.cc', 1576 'browser/policy/file_based_policy_loader.cc',
1575 'browser/policy/file_based_policy_loader.h', 1577 'browser/policy/file_based_policy_loader.h',
1576 'browser/policy/file_based_policy_provider.cc', 1578 'browser/policy/file_based_policy_provider.cc',
1577 'browser/policy/file_based_policy_provider.h', 1579 'browser/policy/file_based_policy_provider.h',
1578 'browser/policy/network_configuration_updater.cc', 1580 'browser/policy/network_configuration_updater.cc',
1579 'browser/policy/network_configuration_updater.h', 1581 'browser/policy/network_configuration_updater.h',
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after
4087 ['exclude', 'browser/policy/app_pack_updater.cc'], 4089 ['exclude', 'browser/policy/app_pack_updater.cc'],
4088 ['exclude', 'browser/policy/app_pack_updater.h'], 4090 ['exclude', 'browser/policy/app_pack_updater.h'],
4089 ['exclude', 'browser/policy/auto_enrollment_client.cc'], 4091 ['exclude', 'browser/policy/auto_enrollment_client.cc'],
4090 ['exclude', 'browser/policy/auto_enrollment_client.h'], 4092 ['exclude', 'browser/policy/auto_enrollment_client.h'],
4091 ['exclude', 'browser/policy/cros_user_policy_cache.cc'], 4093 ['exclude', 'browser/policy/cros_user_policy_cache.cc'],
4092 ['exclude', 'browser/policy/cros_user_policy_cache.h'], 4094 ['exclude', 'browser/policy/cros_user_policy_cache.h'],
4093 ['exclude', 'browser/policy/device_policy_cache.cc'], 4095 ['exclude', 'browser/policy/device_policy_cache.cc'],
4094 ['exclude', 'browser/policy/device_policy_cache.h'], 4096 ['exclude', 'browser/policy/device_policy_cache.h'],
4095 ['exclude', 'browser/policy/device_status_collector.cc'], 4097 ['exclude', 'browser/policy/device_status_collector.cc'],
4096 ['exclude', 'browser/policy/device_status_collector.h'], 4098 ['exclude', 'browser/policy/device_status_collector.h'],
4099 ['exclude', 'browser/policy/device_status_location_helper.cc'],
4100 ['exclude', 'browser/policy/device_status_location_helper.h'],
4097 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], 4101 ['exclude', 'browser/policy/enterprise_install_attributes.cc'],
4098 ['exclude', 'browser/policy/enterprise_install_attributes.h'], 4102 ['exclude', 'browser/policy/enterprise_install_attributes.h'],
4099 ['exclude', 'browser/policy/network_configuration_updater.cc'], 4103 ['exclude', 'browser/policy/network_configuration_updater.cc'],
4100 ['exclude', 'browser/policy/network_configuration_updater.h'], 4104 ['exclude', 'browser/policy/network_configuration_updater.h'],
4101 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], 4105 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'],
4102 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], 4106 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'],
4103 ['exclude', 'browser/renderer_host/offline_resource_throttle.cc'], 4107 ['exclude', 'browser/renderer_host/offline_resource_throttle.cc'],
4104 ['exclude', 'browser/renderer_host/offline_resource_throttle.h'], 4108 ['exclude', 'browser/renderer_host/offline_resource_throttle.h'],
4105 ['exclude', 'browser/speech/extension_api/tts_extension_api_chromeos .cc'], 4109 ['exclude', 'browser/speech/extension_api/tts_extension_api_chromeos .cc'],
4106 ['exclude', 'browser/ui/toolbar/wrench_menu_model_chromeos.cc'], 4110 ['exclude', 'browser/ui/toolbar/wrench_menu_model_chromeos.cc'],
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
5204 'type': 'static_library', 5208 'type': 'static_library',
5205 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5209 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5206 'variables': { 5210 'variables': {
5207 'proto_in_dir': 'browser/chromeos/gdata', 5211 'proto_in_dir': 'browser/chromeos/gdata',
5208 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5212 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5209 }, 5213 },
5210 'includes': [ '../build/protoc.gypi' ] 5214 'includes': [ '../build/protoc.gypi' ]
5211 }, 5215 },
5212 ], 5216 ],
5213 } 5217 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698