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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 47033003: Fix "Set pages" drop crash by changing outside drags to simply add a new URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/browser/ui/webui/options/startup_pages_handler.cc ('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 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 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 'browser/ui/webui/options/options_browsertest.js', 1526 'browser/ui/webui/options/options_browsertest.js',
1527 'browser/ui/webui/options/options_ui_browsertest.cc', 1527 'browser/ui/webui/options/options_ui_browsertest.cc',
1528 'browser/ui/webui/options/options_ui_browsertest.h', 1528 'browser/ui/webui/options/options_ui_browsertest.h',
1529 'browser/ui/webui/options/password_manager_browsertest.js', 1529 'browser/ui/webui/options/password_manager_browsertest.js',
1530 'browser/ui/webui/options/profile_settings_reset_browsertest.js', 1530 'browser/ui/webui/options/profile_settings_reset_browsertest.js',
1531 'browser/ui/webui/options/preferences_browsertest.cc', 1531 'browser/ui/webui/options/preferences_browsertest.cc',
1532 'browser/ui/webui/options/preferences_browsertest.h', 1532 'browser/ui/webui/options/preferences_browsertest.h',
1533 'browser/ui/webui/options/search_engine_manager_browsertest.js', 1533 'browser/ui/webui/options/search_engine_manager_browsertest.js',
1534 'browser/ui/webui/options/settings_app_browsertest.js', 1534 'browser/ui/webui/options/settings_app_browsertest.js',
1535 'browser/ui/webui/options/settings_format_browsertest.js', 1535 'browser/ui/webui/options/settings_format_browsertest.js',
1536 'browser/ui/webui/options/startup_page_list_browsertest.js',
1536 'browser/ui/webui/policy_ui_browsertest.cc', 1537 'browser/ui/webui/policy_ui_browsertest.cc',
1537 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 1538 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
1538 'browser/ui/webui/signin/user_manager_ui_browsertest.cc', 1539 'browser/ui/webui/signin/user_manager_ui_browsertest.cc',
1539 'browser/ui/webui/sync_setup_browsertest.js', 1540 'browser/ui/webui/sync_setup_browsertest.js',
1540 'browser/ui/webui/web_ui_test_handler.cc', 1541 'browser/ui/webui/web_ui_test_handler.cc',
1541 'browser/ui/webui/web_ui_test_handler.h', 1542 'browser/ui/webui/web_ui_test_handler.h',
1542 'browser/user_data_dir_extractor_win_browsertest.cc', 1543 'browser/user_data_dir_extractor_win_browsertest.cc',
1543 'browser/unload_browsertest.cc', 1544 'browser/unload_browsertest.cc',
1544 'common/mac/mock_launchd.cc', 1545 'common/mac/mock_launchd.cc',
1545 'common/mac/mock_launchd.h', 1546 'common/mac/mock_launchd.h',
(...skipping 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after
3245 'utility', 3246 'utility',
3246 ], 3247 ],
3247 'sources': [ 3248 'sources': [
3248 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3249 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3249 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3250 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3250 ], 3251 ],
3251 }] 3252 }]
3252 }], 3253 }],
3253 ], # 'conditions' 3254 ], # 'conditions'
3254 } 3255 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/startup_pages_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698