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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12213110: Implemented screen notifying users about malformed HWID. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Implemented wizard controller test. Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 10 matching lines...) Expand all
21 '../base/base.gyp:base_prefs_test_support', 21 '../base/base.gyp:base_prefs_test_support',
22 '../content/content.gyp:content_app', 22 '../content/content.gyp:content_app',
23 '../content/content.gyp:test_support_content', 23 '../content/content.gyp:test_support_content',
24 '../media/media.gyp:media_test_support', 24 '../media/media.gyp:media_test_support',
25 '../net/net.gyp:net', 25 '../net/net.gyp:net',
26 '../net/net.gyp:net_test_support', 26 '../net/net.gyp:net_test_support',
27 '../skia/skia.gyp:skia', 27 '../skia/skia.gyp:skia',
28 '../sync/sync.gyp:sync', 28 '../sync/sync.gyp:sync',
29 '../testing/gmock.gyp:gmock', 29 '../testing/gmock.gyp:gmock',
30 '../testing/gtest.gyp:gtest', 30 '../testing/gtest.gyp:gtest',
31 '../third_party/zlib/zlib.gyp:zlib',
31 ], 32 ],
32 'export_dependent_settings': [ 33 'export_dependent_settings': [
33 'app/policy/cloud_policy_codegen.gyp:policy_test_support', 34 'app/policy/cloud_policy_codegen.gyp:policy_test_support',
34 '../base/base.gyp:test_support_base', 35 '../base/base.gyp:test_support_base',
35 ], 36 ],
36 'include_dirs': [ 37 'include_dirs': [
37 '..', 38 '..',
38 ], 39 ],
39 'sources': [ 40 'sources': [
40 'app/breakpad_mac_stubs.mm', 41 'app/breakpad_mac_stubs.mm',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', 606 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc',
606 'browser/chromeos/input_method/input_method_persistence_unittest.cc', 607 'browser/chromeos/input_method/input_method_persistence_unittest.cc',
607 'browser/chromeos/input_method/input_method_property_unittest.cc', 608 'browser/chromeos/input_method/input_method_property_unittest.cc',
608 'browser/chromeos/input_method/input_method_util_unittest.cc', 609 'browser/chromeos/input_method/input_method_util_unittest.cc',
609 'browser/chromeos/input_method/input_method_whitelist_unittest.cc', 610 'browser/chromeos/input_method/input_method_whitelist_unittest.cc',
610 'browser/chromeos/input_method/xkeyboard_unittest.cc', 611 'browser/chromeos/input_method/xkeyboard_unittest.cc',
611 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', 612 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc',
612 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', 613 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc',
613 'browser/chromeos/language_preferences_unittest.cc', 614 'browser/chromeos/language_preferences_unittest.cc',
614 'browser/chromeos/login/mock_auth_attempt_state_resolver.cc', 615 'browser/chromeos/login/mock_auth_attempt_state_resolver.cc',
616 'browser/chromeos/login/hwid_checker_unittest.cc',
615 'browser/chromeos/login/mock_auth_attempt_state_resolver.h', 617 'browser/chromeos/login/mock_auth_attempt_state_resolver.h',
616 'browser/chromeos/login/online_attempt_unittest.cc', 618 'browser/chromeos/login/online_attempt_unittest.cc',
617 'browser/chromeos/login/parallel_authenticator_unittest.cc', 619 'browser/chromeos/login/parallel_authenticator_unittest.cc',
618 'browser/chromeos/login/user_manager_unittest.cc', 620 'browser/chromeos/login/user_manager_unittest.cc',
619 'browser/chromeos/memory/oom_priority_manager_unittest.cc', 621 'browser/chromeos/memory/oom_priority_manager_unittest.cc',
620 'browser/chromeos/mobile/mobile_activator_unittest.cc', 622 'browser/chromeos/mobile/mobile_activator_unittest.cc',
621 'browser/chromeos/mobile_config_unittest.cc', 623 'browser/chromeos/mobile_config_unittest.cc',
622 'browser/chromeos/net/network_portal_detector_unittest.cc', 624 'browser/chromeos/net/network_portal_detector_unittest.cc',
623 'browser/chromeos/net/onc_utils_unittest.cc', 625 'browser/chromeos/net/onc_utils_unittest.cc',
624 'browser/chromeos/offline/offline_load_page_unittest.cc', 626 'browser/chromeos/offline/offline_load_page_unittest.cc',
(...skipping 1747 matching lines...) Expand 10 before | Expand all | Expand 10 after
2372 # more details. 2374 # more details.
2373 'DebugInformationFormat': '3', 2375 'DebugInformationFormat': '3',
2374 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2376 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2375 }, 2377 },
2376 }, 2378 },
2377 }, 2379 },
2378 ], 2380 ],
2379 }], 2381 }],
2380 ], # 'conditions' 2382 ], # 'conditions'
2381 } 2383 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698