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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12662033: Show user data dialog earlier on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromium style warning: inline virtual method with non-empty bodies. 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_browser.gypi ('k') | chrome/test/base/testing_browser_process.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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 'browser/ui/webui/options/password_manager_browsertest.js', 1521 'browser/ui/webui/options/password_manager_browsertest.js',
1522 'browser/ui/webui/options/preferences_browsertest.cc', 1522 'browser/ui/webui/options/preferences_browsertest.cc',
1523 'browser/ui/webui/options/preferences_browsertest.h', 1523 'browser/ui/webui/options/preferences_browsertest.h',
1524 'browser/ui/webui/options/search_engine_manager_browsertest.js', 1524 'browser/ui/webui/options/search_engine_manager_browsertest.js',
1525 'browser/ui/webui/options/settings_format_browsertest.js', 1525 'browser/ui/webui/options/settings_format_browsertest.js',
1526 'browser/ui/webui/policy_ui_browsertest.cc', 1526 'browser/ui/webui/policy_ui_browsertest.cc',
1527 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 1527 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
1528 'browser/ui/webui/sync_setup_browsertest.js', 1528 'browser/ui/webui/sync_setup_browsertest.js',
1529 'browser/ui/webui/web_ui_test_handler.cc', 1529 'browser/ui/webui/web_ui_test_handler.cc',
1530 'browser/ui/webui/web_ui_test_handler.h', 1530 'browser/ui/webui/web_ui_test_handler.h',
1531 'browser/user_data_dir_extractor_win_browsertest.cc',
1531 'browser/unload_browsertest.cc', 1532 'browser/unload_browsertest.cc',
1532 'common/mac/mock_launchd.cc', 1533 'common/mac/mock_launchd.cc',
1533 'common/mac/mock_launchd.h', 1534 'common/mac/mock_launchd.h',
1534 'common/time_format_browsertest.cc', 1535 'common/time_format_browsertest.cc',
1535 'renderer/autofill/autofill_renderer_browsertest.cc', 1536 'renderer/autofill/autofill_renderer_browsertest.cc',
1536 'renderer/autofill/form_autocomplete_browsertest.cc', 1537 'renderer/autofill/form_autocomplete_browsertest.cc',
1537 'renderer/autofill/form_autofill_browsertest.cc', 1538 'renderer/autofill/form_autofill_browsertest.cc',
1538 'renderer/autofill/password_autofill_manager_browsertest.cc', 1539 'renderer/autofill/password_autofill_manager_browsertest.cc',
1539 'renderer/autofill/password_generation_manager_browsertest.cc', 1540 'renderer/autofill/password_generation_manager_browsertest.cc',
1540 'renderer/automation/automation_renderer_helper_browsertest.cc', 1541 'renderer/automation/automation_renderer_helper_browsertest.cc',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 ], 1823 ],
1823 }, { # else: OS != "win" 1824 }, { # else: OS != "win"
1824 'sources!': [ 1825 'sources!': [
1825 'app/chrome_command_ids.h', 1826 'app/chrome_command_ids.h',
1826 'app/chrome_dll.rc', 1827 'app/chrome_dll.rc',
1827 'app/chrome_dll_resource.h', 1828 'app/chrome_dll_resource.h',
1828 'app/chrome_version.rc.version', 1829 'app/chrome_version.rc.version',
1829 # TODO(port): http://crbug.com/45770 1830 # TODO(port): http://crbug.com/45770
1830 'browser/printing/printing_layout_browsertest.cc', 1831 'browser/printing/printing_layout_browsertest.cc',
1831 'browser/ui/views/app_list/app_list_controller_win_browsertest.cc', 1832 'browser/ui/views/app_list/app_list_controller_win_browsertest.cc',
1833 'browser/user_data_dir_extractor_win_browsertest.cc',
1832 ], 1834 ],
1833 }], 1835 }],
1834 ['toolkit_uses_gtk == 1', { 1836 ['toolkit_uses_gtk == 1', {
1835 'dependencies': [ 1837 'dependencies': [
1836 '../build/linux/system.gyp:gtk', 1838 '../build/linux/system.gyp:gtk',
1837 ], 1839 ],
1838 }], 1840 }],
1839 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 1841 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
1840 'dependencies': [ 1842 'dependencies': [
1841 '../build/linux/system.gyp:ssl', 1843 '../build/linux/system.gyp:ssl',
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 # more details. 3240 # more details.
3239 'DebugInformationFormat': '3', 3241 'DebugInformationFormat': '3',
3240 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3242 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3241 }, 3243 },
3242 }, 3244 },
3243 }, 3245 },
3244 ], 3246 ],
3245 }], 3247 }],
3246 ], # 'conditions' 3248 ], # 'conditions'
3247 } 3249 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698