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

Side by Side Diff: chrome/chrome_tests.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/chrome_browser.gypi ('k') | no next file » | 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 'browser/chromeos/notifications/desktop_notifications_unittest.c c', 2118 'browser/chromeos/notifications/desktop_notifications_unittest.c c',
2119 ], 2119 ],
2120 }], 2120 }],
2121 ], 2121 ],
2122 }, { # else: chromeos == 0 2122 }, { # else: chromeos == 0
2123 'sources/': [ 2123 'sources/': [
2124 ['exclude', '^browser/chromeos/'], 2124 ['exclude', '^browser/chromeos/'],
2125 ['exclude', '^browser/oom_priority_manager_unittest.cc'], 2125 ['exclude', '^browser/oom_priority_manager_unittest.cc'],
2126 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ], 2126 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ],
2127 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2127 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2128 ['exclude', '^browser/policy/device_status_collector_unittest.cc'],
2128 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2129 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2129 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ], 2130 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ],
2130 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2131 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2131 ['exclude', '^browser/ui/webui/chromeos/login'], 2132 ['exclude', '^browser/ui/webui/chromeos/login'],
2132 ['exclude', '^browser/ui/webui/options/chromeos/'], 2133 ['exclude', '^browser/ui/webui/options/chromeos/'],
2133 ], 2134 ],
2134 }], 2135 }],
2135 ['toolkit_uses_gtk == 1', { 2136 ['toolkit_uses_gtk == 1', {
2136 'conditions': [ 2137 'conditions': [
2137 ['selinux==0', { 2138 ['selinux==0', {
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
4322 # Use outputs of this action as inputs for the main target build. 4323 # Use outputs of this action as inputs for the main target build.
4323 # Seems as a misnomer but makes this happy on Linux (scons). 4324 # Seems as a misnomer but makes this happy on Linux (scons).
4324 'process_outputs_as_sources': 1, 4325 'process_outputs_as_sources': 1,
4325 }, 4326 },
4326 ], # 'actions' 4327 ], # 'actions'
4327 }, 4328 },
4328 ] 4329 ]
4329 }], # 'coverage!=0' 4330 }], # 'coverage!=0'
4330 ], # 'conditions' 4331 ], # 'conditions'
4331 } 4332 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698