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

Side by Side Diff: base/base.gyp

Issue 10785019: Enable aligned_memory_unittest.cc on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: merge Created 8 years, 5 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
« no previous file with comments | « no previous file | base/memory/aligned_memory_unittest.cc » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 ['OS == "ios"', { 555 ['OS == "ios"', {
556 'sources/': [ 556 'sources/': [
557 # Only test the iOS-meaningful portion of process_utils. 557 # Only test the iOS-meaningful portion of process_utils.
558 ['exclude', '^process_util_unittest'], 558 ['exclude', '^process_util_unittest'],
559 ['include', '^process_util_unittest_ios\\.cc$'], 559 ['include', '^process_util_unittest_ios\\.cc$'],
560 # Requires spawning processes. 560 # Requires spawning processes.
561 ['exclude', '^metrics/stats_table_unittest\\.cc$'], 561 ['exclude', '^metrics/stats_table_unittest\\.cc$'],
562 # TODO(ios): Remove these as base/ is unforked. 562 # TODO(ios): Remove these as base/ is unforked.
563 # For now, exclude everything that doesn't build as-is, just to 563 # For now, exclude everything that doesn't build as-is, just to
564 # get a minimal target building. 564 # get a minimal target building.
565 ['exclude', '^memory/aligned_memory_unittest\\.cc$'],
566 # Unittests that don't pass. 565 # Unittests that don't pass.
567 ['exclude', '^message_loop_unittest\\.cc$'], 566 ['exclude', '^message_loop_unittest\\.cc$'],
568 ], 567 ],
569 'actions': [ 568 'actions': [
570 { 569 {
571 'action_name': 'copy_test_data', 570 'action_name': 'copy_test_data',
572 'variables': { 571 'variables': {
573 'test_data_files': [ 572 'test_data_files': [
574 'data/json/bom_feff.json', 573 'data/json/bom_feff.json',
575 'data/file_util_unittest', 574 'data/file_util_unittest',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 'test_suite_name': 'base_unittests', 995 'test_suite_name': 'base_unittests',
997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 996 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
998 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 997 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
999 }, 998 },
1000 'includes': [ '../build/apk_test.gypi' ], 999 'includes': [ '../build/apk_test.gypi' ],
1001 }, 1000 },
1002 ], 1001 ],
1003 }], 1002 }],
1004 ], 1003 ],
1005 } 1004 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/aligned_memory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698