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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13257004: [components] Make zip a component so that src/chromeos can use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS, OWNERS Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/unpacker.cc » ('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 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 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'common/multi_process_lock_unittest.cc', 1577 'common/multi_process_lock_unittest.cc',
1578 'common/net/net_error_tracker_unittest.cc', 1578 'common/net/net_error_tracker_unittest.cc',
1579 'common/net/x509_certificate_model_unittest.cc', 1579 'common/net/x509_certificate_model_unittest.cc',
1580 'common/pref_names_util_unittest.cc', 1580 'common/pref_names_util_unittest.cc',
1581 'common/service_process_util_unittest.cc', 1581 'common/service_process_util_unittest.cc',
1582 'common/switch_utils_unittest.cc', 1582 'common/switch_utils_unittest.cc',
1583 'common/thumbnail_score_unittest.cc', 1583 'common/thumbnail_score_unittest.cc',
1584 'common/time_format_unittest.cc', 1584 'common/time_format_unittest.cc',
1585 'common/web_apps_unittest.cc', 1585 'common/web_apps_unittest.cc',
1586 'common/worker_thread_ticker_unittest.cc', 1586 'common/worker_thread_ticker_unittest.cc',
1587 'common/zip_reader_unittest.cc',
1588 'common/zip_unittest.cc',
1589 'nacl/nacl_ipc_adapter_unittest.cc', 1587 'nacl/nacl_ipc_adapter_unittest.cc',
1590 'nacl/nacl_validation_query_unittest.cc', 1588 'nacl/nacl_validation_query_unittest.cc',
1591 'renderer/chrome_content_renderer_client_unittest.cc', 1589 'renderer/chrome_content_renderer_client_unittest.cc',
1592 'renderer/content_settings_observer_unittest.cc', 1590 'renderer/content_settings_observer_unittest.cc',
1593 'renderer/extensions/chrome_v8_context_set_unittest.cc', 1591 'renderer/extensions/chrome_v8_context_set_unittest.cc',
1594 'renderer/extensions/event_unittest.cc', 1592 'renderer/extensions/event_unittest.cc',
1595 'renderer/extensions/json_js_unittest.cc', 1593 'renderer/extensions/json_js_unittest.cc',
1596 'renderer/extensions/json_schema_unittest.cc', 1594 'renderer/extensions/json_schema_unittest.cc',
1597 'renderer/extensions/module_system_unittest.cc', 1595 'renderer/extensions/module_system_unittest.cc',
1598 'renderer/net/predictor_queue_unittest.cc', 1596 'renderer/net/predictor_queue_unittest.cc',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2430 # more details. 2428 # more details.
2431 'DebugInformationFormat': '3', 2429 'DebugInformationFormat': '3',
2432 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2430 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2433 }, 2431 },
2434 }, 2432 },
2435 }, 2433 },
2436 ], 2434 ],
2437 }], 2435 }],
2438 ], # 'conditions' 2436 ], # 'conditions'
2439 } 2437 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698