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

Side by Side Diff: base/base.gyp

Issue 1060933003: [Android] Add an out-of-app instrumentation driver APK. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised: added @VisibleForTesting to ThreadUtils.postOnUiThreadDelayed Created 5 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
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 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1487 'source_file': 'memory/memory_pressure_listener.h', 1487 'source_file': 'memory/memory_pressure_listener.h',
1488 }, 1488 },
1489 'includes': [ '../build/android/java_cpp_enum.gypi' ], 1489 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1490 }, 1490 },
1491 { 1491 {
1492 # GN: //base:base_java_test_support 1492 # GN: //base:base_java_test_support
1493 'target_name': 'base_java_test_support', 1493 'target_name': 'base_java_test_support',
1494 'type': 'none', 1494 'type': 'none',
1495 'dependencies': [ 1495 'dependencies': [
1496 'base_java', 1496 'base_java',
1497 '../testing/android/on_device_instrumentation.gyp:reporter_java',
1497 ], 1498 ],
1498 'variables': { 1499 'variables': {
1499 'java_in_dir': '../base/test/android/javatests', 1500 'java_in_dir': '../base/test/android/javatests',
1500 }, 1501 },
1501 'includes': [ '../build/java.gypi' ], 1502 'includes': [ '../build/java.gypi' ],
1502 }, 1503 },
1503 { 1504 {
1504 # GN: //base:base_junit_tests 1505 # GN: //base:base_junit_tests
1505 'target_name': 'base_junit_tests', 1506 'target_name': 'base_junit_tests',
1506 'type': 'none', 1507 'type': 'none',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 'dependencies': [ 1633 'dependencies': [
1633 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1634 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1634 ], 1635 ],
1635 }], 1636 }],
1636 ], 1637 ],
1637 }, 1638 },
1638 ], 1639 ],
1639 }], 1640 }],
1640 ], 1641 ],
1641 } 1642 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698