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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 174253002: Initialize chrome::DIR_USER_DATA early on for service processes, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use dynamic_annotations_win64 for common_constants_win64. Created 6 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.gypi ('k') | chrome/common/chrome_paths.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 'browser/ui/webui/options/settings_format_browsertest.js', 1570 'browser/ui/webui/options/settings_format_browsertest.js',
1571 'browser/ui/webui/options/startup_page_list_browsertest.js', 1571 'browser/ui/webui/options/startup_page_list_browsertest.js',
1572 'browser/ui/webui/policy_ui_browsertest.cc', 1572 'browser/ui/webui/policy_ui_browsertest.cc',
1573 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 1573 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
1574 'browser/ui/webui/signin/user_manager_ui_browsertest.cc', 1574 'browser/ui/webui/signin/user_manager_ui_browsertest.cc',
1575 'browser/ui/webui/signin/inline_login_ui_browsertest.cc', 1575 'browser/ui/webui/signin/inline_login_ui_browsertest.cc',
1576 'browser/ui/webui/sync_internals_browsertest.js', 1576 'browser/ui/webui/sync_internals_browsertest.js',
1577 'browser/ui/webui/sync_setup_browsertest.js', 1577 'browser/ui/webui/sync_setup_browsertest.js',
1578 'browser/ui/webui/web_ui_test_handler.cc', 1578 'browser/ui/webui/web_ui_test_handler.cc',
1579 'browser/ui/webui/web_ui_test_handler.h', 1579 'browser/ui/webui/web_ui_test_handler.h',
1580 'browser/user_data_dir_extractor_browsertest.cc',
1581 'browser/unload_browsertest.cc', 1580 'browser/unload_browsertest.cc',
1582 'common/mac/mock_launchd.cc', 1581 'common/mac/mock_launchd.cc',
1583 'common/mac/mock_launchd.h', 1582 'common/mac/mock_launchd.h',
1584 'common/time_format_browsertest.cc', 1583 'common/time_format_browsertest.cc',
1585 'renderer/chrome_content_renderer_client_browsertest.cc', 1584 'renderer/chrome_content_renderer_client_browsertest.cc',
1586 'renderer/autofill/autofill_renderer_browsertest.cc', 1585 'renderer/autofill/autofill_renderer_browsertest.cc',
1587 'renderer/autofill/form_autocomplete_browsertest.cc', 1586 'renderer/autofill/form_autocomplete_browsertest.cc',
1588 'renderer/autofill/form_autofill_browsertest.cc', 1587 'renderer/autofill/form_autofill_browsertest.cc',
1589 'renderer/autofill/page_click_tracker_browsertest.cc', 1588 'renderer/autofill/page_click_tracker_browsertest.cc',
1590 'renderer/autofill/password_autofill_agent_browsertest.cc', 1589 'renderer/autofill/password_autofill_agent_browsertest.cc',
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after
3229 'utility', 3228 'utility',
3230 ], 3229 ],
3231 'sources': [ 3230 'sources': [
3232 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3231 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3233 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3232 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3234 ], 3233 ],
3235 }] 3234 }]
3236 }], 3235 }],
3237 ], # 'conditions' 3236 ], # 'conditions'
3238 } 3237 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698