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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12287011: Move the chromeHidden.toJSON paranoia out of event.js and into json.js, a new (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fixup 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_renderer.gypi ('k') | chrome/renderer/extensions/dispatcher.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 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after
1583 'common/web_apps_unittest.cc', 1583 'common/web_apps_unittest.cc',
1584 'common/worker_thread_ticker_unittest.cc', 1584 'common/worker_thread_ticker_unittest.cc',
1585 'common/zip_reader_unittest.cc', 1585 'common/zip_reader_unittest.cc',
1586 'common/zip_unittest.cc', 1586 'common/zip_unittest.cc',
1587 'nacl/nacl_ipc_adapter_unittest.cc', 1587 'nacl/nacl_ipc_adapter_unittest.cc',
1588 'nacl/nacl_validation_query_unittest.cc', 1588 'nacl/nacl_validation_query_unittest.cc',
1589 'renderer/chrome_content_renderer_client_unittest.cc', 1589 'renderer/chrome_content_renderer_client_unittest.cc',
1590 'renderer/content_settings_observer_unittest.cc', 1590 'renderer/content_settings_observer_unittest.cc',
1591 'renderer/extensions/chrome_v8_context_set_unittest.cc', 1591 'renderer/extensions/chrome_v8_context_set_unittest.cc',
1592 'renderer/extensions/event_unittest.cc', 1592 'renderer/extensions/event_unittest.cc',
1593 'renderer/extensions/json_js_unittest.cc',
1593 'renderer/extensions/json_schema_unittest.cc', 1594 'renderer/extensions/json_schema_unittest.cc',
1594 'renderer/extensions/module_system_unittest.cc', 1595 'renderer/extensions/module_system_unittest.cc',
1595 'renderer/net/predictor_queue_unittest.cc', 1596 'renderer/net/predictor_queue_unittest.cc',
1596 'renderer/net/renderer_predictor_unittest.cc', 1597 'renderer/net/renderer_predictor_unittest.cc',
1597 'renderer/plugins/plugin_uma_unittest.cc', 1598 'renderer/plugins/plugin_uma_unittest.cc',
1598 'renderer/prerender/prerender_dispatcher_unittest.cc', 1599 'renderer/prerender/prerender_dispatcher_unittest.cc',
1599 'renderer/safe_browsing/features_unittest.cc', 1600 'renderer/safe_browsing/features_unittest.cc',
1600 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1601 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
1601 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1602 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1602 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1603 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
2386 # more details. 2387 # more details.
2387 'DebugInformationFormat': '3', 2388 'DebugInformationFormat': '3',
2388 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2389 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2389 }, 2390 },
2390 }, 2391 },
2391 }, 2392 },
2392 ], 2393 ],
2393 }], 2394 }],
2394 ], # 'conditions' 2395 ], # 'conditions'
2395 } 2396 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/extensions/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698