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

Side by Side Diff: base/base.gyp

Issue 1162763004: Provide dummy Android UI thread with looper for C++ unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add BUILD.gn changes Created 5 years, 6 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
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 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 'test/test_suite.cc', 983 'test/test_suite.cc',
984 'test/test_suite.h', 984 'test/test_suite.h',
985 'test/test_support_android.cc', 985 'test/test_support_android.cc',
986 'test/test_support_android.h', 986 'test/test_support_android.h',
987 'test/test_support_ios.h', 987 'test/test_support_ios.h',
988 'test/test_support_ios.mm', 988 'test/test_support_ios.mm',
989 'test/test_switches.cc', 989 'test/test_switches.cc',
990 'test/test_switches.h', 990 'test/test_switches.h',
991 'test/test_timeouts.cc', 991 'test/test_timeouts.cc',
992 'test/test_timeouts.h', 992 'test/test_timeouts.h',
993 'test/test_ui_thread_android.cc',
994 'test/test_ui_thread_android.h',
993 'test/thread_test_helper.cc', 995 'test/thread_test_helper.cc',
994 'test/thread_test_helper.h', 996 'test/thread_test_helper.h',
995 'test/trace_event_analyzer.cc', 997 'test/trace_event_analyzer.cc',
996 'test/trace_event_analyzer.h', 998 'test/trace_event_analyzer.h',
997 'test/trace_to_file.cc', 999 'test/trace_to_file.cc',
998 'test/trace_to_file.h', 1000 'test/trace_to_file.h',
999 'test/user_action_tester.cc', 1001 'test/user_action_tester.cc',
1000 'test/user_action_tester.h', 1002 'test/user_action_tester.h',
1001 'test/values_test_util.cc', 1003 'test/values_test_util.cc',
1002 'test/values_test_util.h', 1004 'test/values_test_util.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 'input_java_class': 'java/lang/Runtime.class', 1386 'input_java_class': 'java/lang/Runtime.class',
1385 }, 1387 },
1386 'includes': [ '../build/jar_file_jni_generator.gypi' ], 1388 'includes': [ '../build/jar_file_jni_generator.gypi' ],
1387 }, 1389 },
1388 { 1390 {
1389 # TODO(GN) 1391 # TODO(GN)
1390 'target_name': 'base_unittests_jni_headers', 1392 'target_name': 'base_unittests_jni_headers',
1391 'type': 'none', 1393 'type': 'none',
1392 'sources': [ 1394 'sources': [
1393 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java', 1395 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java',
1396 'test/android/java/src/org/chromium/base/TestUiThread.java',
1394 ], 1397 ],
1395 'variables': { 1398 'variables': {
1396 'jni_gen_package': 'base', 1399 'jni_gen_package': 'base',
1397 }, 1400 },
1398 'includes': [ '../build/jni_generator.gypi' ], 1401 'includes': [ '../build/jni_generator.gypi' ],
1399 }, 1402 },
1400 { 1403 {
1401 # GN: //base:base_native_libraries_gen 1404 # GN: //base:base_native_libraries_gen
1402 'target_name': 'base_native_libraries_gen', 1405 'target_name': 'base_native_libraries_gen',
1403 'type': 'none', 1406 'type': 'none',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 'dependencies': [ 1625 'dependencies': [
1623 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1626 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1624 ], 1627 ],
1625 }], 1628 }],
1626 ], 1629 ],
1627 }, 1630 },
1628 ], 1631 ],
1629 }], 1632 }],
1630 ], 1633 ],
1631 } 1634 }
OLDNEW
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | base/test/android/java/src/org/chromium/base/TestUiThread.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698