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

Side by Side Diff: base/base.gyp

Issue 1697603002: Use LeakCanary for all Android Service instances Base URL: https://chromium.googlesource.com/chromium/src.git@leak-canary-3
Patch Set: Created 4 years, 10 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 | « base/android/java/src/org/chromium/base/LeakCanaryUtil.java ('k') | chrome/android/BUILD.gn » ('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 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 }, 1410 },
1411 'dependencies': [ 1411 'dependencies': [
1412 'base_java_application_state', 1412 'base_java_application_state',
1413 'base_java_library_load_from_apk_status_codes', 1413 'base_java_library_load_from_apk_status_codes',
1414 'base_java_library_process_type', 1414 'base_java_library_process_type',
1415 'base_java_memory_pressure_level', 1415 'base_java_memory_pressure_level',
1416 'base_multidex_gen', 1416 'base_multidex_gen',
1417 'base_native_libraries_gen', 1417 'base_native_libraries_gen',
1418 '../third_party/android_tools/android_tools.gyp:android_support_mult idex_javalib', 1418 '../third_party/android_tools/android_tools.gyp:android_support_mult idex_javalib',
1419 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 1419 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1420 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java',
1420 ], 1421 ],
1421 'all_dependent_settings': { 1422 'all_dependent_settings': {
1422 'variables': { 1423 'variables': {
1423 'generate_multidex_config': 1, 1424 'generate_multidex_config': 1,
1424 }, 1425 },
1425 }, 1426 },
1426 'includes': [ '../build/java.gypi' ], 1427 'includes': [ '../build/java.gypi' ],
1427 }, 1428 },
1428 { 1429 {
1429 # GN: //base:base_java_unittest_support 1430 # GN: //base:base_java_unittest_support
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 '../build/isolate.gypi', 1639 '../build/isolate.gypi',
1639 ], 1640 ],
1640 'sources': [ 1641 'sources': [
1641 'base_unittests.isolate', 1642 'base_unittests.isolate',
1642 ], 1643 ],
1643 }, 1644 },
1644 ], 1645 ],
1645 }], 1646 }],
1646 ], 1647 ],
1647 } 1648 }
OLDNEW
« no previous file with comments | « base/android/java/src/org/chromium/base/LeakCanaryUtil.java ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698