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

Side by Side Diff: base/base.gyp

Issue 1034053002: [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix AndroidWebviewTest manifest changes Created 5 years, 8 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 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 'source_file': 'memory/memory_pressure_listener.h', 1495 'source_file': 'memory/memory_pressure_listener.h',
1496 }, 1496 },
1497 'includes': [ '../build/android/java_cpp_enum.gypi' ], 1497 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1498 }, 1498 },
1499 { 1499 {
1500 # GN: //base:base_java_test_support 1500 # GN: //base:base_java_test_support
1501 'target_name': 'base_java_test_support', 1501 'target_name': 'base_java_test_support',
1502 'type': 'none', 1502 'type': 'none',
1503 'dependencies': [ 1503 'dependencies': [
1504 'base_java', 1504 'base_java',
1505 '../testing/android/on_device_instrumentation.gyp:reporter_java',
1505 ], 1506 ],
1506 'variables': { 1507 'variables': {
1507 'java_in_dir': '../base/test/android/javatests', 1508 'java_in_dir': '../base/test/android/javatests',
1508 }, 1509 },
1509 'includes': [ '../build/java.gypi' ], 1510 'includes': [ '../build/java.gypi' ],
1510 }, 1511 },
1511 { 1512 {
1512 # GN: //base:base_javatests 1513 # GN: //base:base_javatests
1513 'target_name': 'base_javatests', 1514 'target_name': 'base_javatests',
1514 'type': 'none', 1515 'type': 'none',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'dependencies': [ 1624 'dependencies': [
1624 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1625 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1625 ], 1626 ],
1626 }], 1627 }],
1627 ], 1628 ],
1628 }, 1629 },
1629 ], 1630 ],
1630 }], 1631 }],
1631 ], 1632 ],
1632 } 1633 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698