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

Side by Side Diff: base/base.gyp

Issue 10698149: Add minimal support for process_utils on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@all-ios-tweak
Patch Set: Tweak include in gyp; eliminate patch bleed 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/base.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 { 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'message_pump_libevent_unittest.cc', 427 'message_pump_libevent_unittest.cc',
428 'metrics/field_trial_unittest.cc', 428 'metrics/field_trial_unittest.cc',
429 'metrics/histogram_unittest.cc', 429 'metrics/histogram_unittest.cc',
430 'metrics/stats_table_unittest.cc', 430 'metrics/stats_table_unittest.cc',
431 'observer_list_unittest.cc', 431 'observer_list_unittest.cc',
432 'path_service_unittest.cc', 432 'path_service_unittest.cc',
433 'pickle_unittest.cc', 433 'pickle_unittest.cc',
434 'platform_file_unittest.cc', 434 'platform_file_unittest.cc',
435 'pr_time_unittest.cc', 435 'pr_time_unittest.cc',
436 'process_util_unittest.cc', 436 'process_util_unittest.cc',
437 'process_util_unittest_ios.cc',
437 'process_util_unittest_mac.h', 438 'process_util_unittest_mac.h',
438 'process_util_unittest_mac.mm', 439 'process_util_unittest_mac.mm',
439 'profiler/tracked_time_unittest.cc', 440 'profiler/tracked_time_unittest.cc',
440 'property_bag_unittest.cc', 441 'property_bag_unittest.cc',
441 'rand_util_unittest.cc', 442 'rand_util_unittest.cc',
442 'scoped_native_library_unittest.cc', 443 'scoped_native_library_unittest.cc',
443 'scoped_observer.h', 444 'scoped_observer.h',
444 'scoped_temp_dir_unittest.cc', 445 'scoped_temp_dir_unittest.cc',
445 'sha1_unittest.cc', 446 'sha1_unittest.cc',
446 'shared_memory_unittest.cc', 447 'shared_memory_unittest.cc',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 'test_suite_name': 'base_unittests', 1023 'test_suite_name': 'base_unittests',
1023 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 1024 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
1024 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 1025 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
1025 }, 1026 },
1026 'includes': [ '../build/apk_test.gypi' ], 1027 'includes': [ '../build/apk_test.gypi' ],
1027 }, 1028 },
1028 ], 1029 ],
1029 }], 1030 }],
1030 ], 1031 ],
1031 } 1032 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698