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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11434098: incremental link for interactive_ui_tests on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for ios Created 8 years 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/plugins/plugin_prefs_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 '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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 '../base/allocator/allocator.gyp:allocator', 378 '../base/allocator/allocator.gyp:allocator',
379 ], 379 ],
380 }], 380 }],
381 ['use_aura==1', { 381 ['use_aura==1', {
382 'sources/': [ 382 'sources/': [
383 ['exclude', '^browser/accessibility/accessibility_win_browsertes t.cc'], 383 ['exclude', '^browser/accessibility/accessibility_win_browsertes t.cc'],
384 ['exclude', '^browser/ui/views/accessibility/browser_views_acces sibility_browsertest.cc'], 384 ['exclude', '^browser/ui/views/accessibility/browser_views_acces sibility_browsertest.cc'],
385 ], 385 ],
386 }], 386 }],
387 ], 387 ],
388 'configurations': { 388 'msvs_settings': {
389 'Debug_Base': { 389 'VCLinkerTool': {
390 'msvs_settings': { 390 'conditions': [
391 'VCLinkerTool': { 391 ['incremental_chrome_dll==1', {
392 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 392 'UseLibraryDependencyInputs': "true",
393 }, 393 }],
394 }, 394 ],
395 }, 395 },
396 }, # configurations 396 },
397 }, { # else: OS != "win" 397 }, { # else: OS != "win"
398 'sources!': [ 398 'sources!': [
399 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 399 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
400 ], 400 ],
401 }], # OS != "win" 401 }], # OS != "win"
402 ], # conditions 402 ], # conditions
403 }, 403 },
404 { 404 {
405 # Third-party support sources for chromedriver_lib. 405 # Third-party support sources for chromedriver_lib.
406 'target_name': 'chromedriver_support', 406 'target_name': 'chromedriver_support',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 '../sync/sync.gyp:sync_notifier', 791 '../sync/sync.gyp:sync_notifier',
792 '../sync/sync.gyp:test_support_sync_api', 792 '../sync/sync.gyp:test_support_sync_api',
793 '../testing/gmock.gyp:gmock', 793 '../testing/gmock.gyp:gmock',
794 '../testing/gtest.gyp:gtest', 794 '../testing/gtest.gyp:gtest',
795 '../third_party/cld/cld.gyp:cld', 795 '../third_party/cld/cld.gyp:cld',
796 '../third_party/icu/icu.gyp:icui18n', 796 '../third_party/icu/icu.gyp:icui18n',
797 '../third_party/icu/icu.gyp:icuuc', 797 '../third_party/icu/icu.gyp:icuuc',
798 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 798 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
799 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 799 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
800 '../v8/tools/gyp/v8.gyp:v8', 800 '../v8/tools/gyp/v8.gyp:v8',
801 '../webkit/webkit.gyp:test_shell_test_support',
802 # Runtime dependencies 801 # Runtime dependencies
803 '../ppapi/ppapi_internal.gyp:ppapi_tests', 802 '../ppapi/ppapi_internal.gyp:ppapi_tests',
804 '../third_party/mesa/mesa.gyp:osmesa', 803 '../third_party/mesa/mesa.gyp:osmesa',
804 '../webkit/webkit.gyp:test_shell_test_support',
jam 2012/12/04 16:16:48 btw I don't think this should have moved? i.e. thi
805 ], 805 ],
806 'include_dirs': [ 806 'include_dirs': [
807 '..', 807 '..',
808 ], 808 ],
809 'defines': [ 809 'defines': [
810 'HAS_OUT_OF_PROC_TEST_RUNNER', 810 'HAS_OUT_OF_PROC_TEST_RUNNER',
811 ], 811 ],
812 'sources': [ 812 'sources': [
813 'app/breakpad_mac_stubs.mm', 813 'app/breakpad_mac_stubs.mm',
814 'app/chrome_command_ids.h', 814 'app/chrome_command_ids.h',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 '../net/net.gyp:net', 1580 '../net/net.gyp:net',
1581 '../net/net.gyp:net_test_support', 1581 '../net/net.gyp:net_test_support',
1582 '../skia/skia.gyp:skia', 1582 '../skia/skia.gyp:skia',
1583 '../testing/gmock.gyp:gmock', 1583 '../testing/gmock.gyp:gmock',
1584 '../testing/gtest.gyp:gtest', 1584 '../testing/gtest.gyp:gtest',
1585 '../third_party/cld/cld.gyp:cld', 1585 '../third_party/cld/cld.gyp:cld',
1586 '../third_party/icu/icu.gyp:icui18n', 1586 '../third_party/icu/icu.gyp:icui18n',
1587 '../third_party/icu/icu.gyp:icuuc', 1587 '../third_party/icu/icu.gyp:icuuc',
1588 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1588 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1589 '../v8/tools/gyp/v8.gyp:v8', 1589 '../v8/tools/gyp/v8.gyp:v8',
1590 '../webkit/webkit.gyp:test_shell_test_support',
1591 # Runtime dependencies 1590 # Runtime dependencies
1592 '../third_party/mesa/mesa.gyp:osmesa', 1591 '../third_party/mesa/mesa.gyp:osmesa',
1593 ], 1592 ],
1594 'include_dirs': [ 1593 'include_dirs': [
1595 '..', 1594 '..',
1596 ], 1595 ],
1597 'defines': [ 1596 'defines': [
1598 'HAS_OUT_OF_PROC_TEST_RUNNER', 1597 'HAS_OUT_OF_PROC_TEST_RUNNER',
1599 ], 1598 ],
1600 'sources': [ 1599 'sources': [
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
2861 'sync_integration_tests.isolate', 2860 'sync_integration_tests.isolate',
2862 ], 2861 ],
2863 'sources': [ 2862 'sources': [
2864 'sync_integration_tests.isolate', 2863 'sync_integration_tests.isolate',
2865 ], 2864 ],
2866 }, 2865 },
2867 ], 2866 ],
2868 }], 2867 }],
2869 ], # 'conditions' 2868 ], # 'conditions'
2870 } 2869 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_prefs_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698