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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12330155: Isolate check_internal.py to the .gypi files that need it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working version. Created 7 years, 7 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 | « build/common.gypi ('k') | google_apis/determine_use_official_keys.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 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 '../third_party/bzip2/bzip2.gyp:bzip2', 438 '../third_party/bzip2/bzip2.gyp:bzip2',
439 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 439 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
440 '../third_party/icu/icu.gyp:icui18n', 440 '../third_party/icu/icu.gyp:icui18n',
441 '../third_party/icu/icu.gyp:icuuc', 441 '../third_party/icu/icu.gyp:icuuc',
442 '../third_party/libxml/libxml.gyp:libxml', 442 '../third_party/libxml/libxml.gyp:libxml',
443 '../ui/ui.gyp:ui_resources', 443 '../ui/ui.gyp:ui_resources',
444 '../ui/ui.gyp:ui_test_support', 444 '../ui/ui.gyp:ui_test_support',
445 'chrome_resources.gyp:chrome_resources', 445 'chrome_resources.gyp:chrome_resources',
446 'chrome_resources.gyp:chrome_strings', 446 'chrome_resources.gyp:chrome_strings',
447 ], 447 ],
448 # TODO(joi): Remove this section once the google_apis tests are
449 # a separate unit test binary.
450 'includes': [
451 '../google_apis/determine_use_official_keys.gypi',
452 ],
448 'include_dirs': [ 453 'include_dirs': [
449 '..', 454 '..',
450 ], 455 ],
451 'defines': [ 456 'defines': [
452 'CLD_WINDOWS', 457 'CLD_WINDOWS',
453 ], 458 ],
454 'direct_dependent_settings': { 459 'direct_dependent_settings': {
455 'defines': [ 460 'defines': [
456 'CLD_WINDOWS', 461 'CLD_WINDOWS',
457 ], 462 ],
(...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after
2382 'common/net/x509_certificate_model_unittest.cc', 2387 'common/net/x509_certificate_model_unittest.cc',
2383 ], 2388 ],
2384 }], 2389 }],
2385 ['use_openssl==1', { 2390 ['use_openssl==1', {
2386 'sources/': [ 2391 'sources/': [
2387 # OpenSSL build does not support firefox importer. See 2392 # OpenSSL build does not support firefox importer. See
2388 # http://crbug.com/64926 2393 # http://crbug.com/64926
2389 ['exclude', '^browser/importer/'], 2394 ['exclude', '^browser/importer/'],
2390 ], 2395 ],
2391 }], 2396 }],
2392 # TODO(joi): Remove from this file once separate
2393 # google_apis_unittests target is established.
2394 ['use_official_google_api_keys==1', {
2395 'defines': ['USE_OFFICIAL_GOOGLE_API_KEYS=1'],
2396 }],
2397 ['enable_managed_users!=1', { 2397 ['enable_managed_users!=1', {
2398 'sources/': [ 2398 'sources/': [
2399 ['exclude', '^browser/managed_mode/'], 2399 ['exclude', '^browser/managed_mode/'],
2400 ], 2400 ],
2401 }], 2401 }],
2402 ['safe_browsing!=1', { 2402 ['safe_browsing!=1', {
2403 'sources/': [ 2403 'sources/': [
2404 ['exclude', '^browser/extensions/blacklist_unittest.cc'], 2404 ['exclude', '^browser/extensions/blacklist_unittest.cc'],
2405 ], 2405 ],
2406 }], 2406 }],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2522 # more details. 2522 # more details.
2523 'DebugInformationFormat': '3', 2523 'DebugInformationFormat': '3',
2524 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2524 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2525 }, 2525 },
2526 }, 2526 },
2527 }, 2527 },
2528 ], 2528 ],
2529 }], 2529 }],
2530 ], # 'conditions' 2530 ], # 'conditions'
2531 } 2531 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | google_apis/determine_use_official_keys.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698