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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8920003: Add OS and firmware version to device status reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wrap #includes for ChromeOS. Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 4074 matching lines...) Expand 10 before | Expand all | Expand 10 after
4085 ['exclude', '^browser/ui/webui/options/chromeos'], 4085 ['exclude', '^browser/ui/webui/options/chromeos'],
4086 ['exclude', 'browser/extensions/extension_input_ime_api.cc'], 4086 ['exclude', 'browser/extensions/extension_input_ime_api.cc'],
4087 ['exclude', 'browser/extensions/extension_input_ime_api.h'], 4087 ['exclude', 'browser/extensions/extension_input_ime_api.h'],
4088 ['exclude', 'browser/extensions/extension_input_method_api.cc'], 4088 ['exclude', 'browser/extensions/extension_input_method_api.cc'],
4089 ['exclude', 'browser/extensions/extension_input_method_api.h'], 4089 ['exclude', 'browser/extensions/extension_input_method_api.h'],
4090 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], 4090 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
4091 ['exclude', 'browser/oom_priority_manager.cc'], 4091 ['exclude', 'browser/oom_priority_manager.cc'],
4092 ['exclude', 'browser/oom_priority_manager.h'], 4092 ['exclude', 'browser/oom_priority_manager.h'],
4093 ['exclude', 'browser/policy/device_policy_cache.cc'], 4093 ['exclude', 'browser/policy/device_policy_cache.cc'],
4094 ['exclude', 'browser/policy/device_policy_cache.h'], 4094 ['exclude', 'browser/policy/device_policy_cache.h'],
4095 ['exclude', 'browser/policy/device_status_collector.cc'],
4096 ['exclude', 'browser/policy/device_status_collector.h'],
4095 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], 4097 ['exclude', 'browser/policy/enterprise_install_attributes.cc'],
4096 ['exclude', 'browser/policy/enterprise_install_attributes.h'], 4098 ['exclude', 'browser/policy/enterprise_install_attributes.h'],
4097 ['exclude', 'browser/policy/network_configuration_updater.cc'], 4099 ['exclude', 'browser/policy/network_configuration_updater.cc'],
4098 ['exclude', 'browser/policy/network_configuration_updater.h'], 4100 ['exclude', 'browser/policy/network_configuration_updater.h'],
4099 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], 4101 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'],
4100 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], 4102 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'],
4101 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], 4103 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
4102 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 4104 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
4103 ['exclude', 'browser/ui/toolbar/wrench_menu_model_chromeos.cc'], 4105 ['exclude', 'browser/ui/toolbar/wrench_menu_model_chromeos.cc'],
4104 ['exclude', 'browser/ui/views/status_icons/status_tray_chromeos.cc'] , 4106 ['exclude', 'browser/ui/views/status_icons/status_tray_chromeos.cc'] ,
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
5262 'type': 'static_library', 5264 'type': 'static_library',
5263 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5265 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5264 'variables': { 5266 'variables': {
5265 'proto_in_dir': 'browser/history', 5267 'proto_in_dir': 'browser/history',
5266 'proto_out_dir': 'chrome/browser/history', 5268 'proto_out_dir': 'chrome/browser/history',
5267 }, 5269 },
5268 'includes': [ '../build/protoc.gypi' ] 5270 'includes': [ '../build/protoc.gypi' ]
5269 }, 5271 },
5270 ], 5272 ],
5271 } 5273 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698