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

Side by Side Diff: components/components_tests.gyp

Issue 1462953004: Unit tests for importing prefs from the Java side implemented (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile error fix Created 5 years 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 | components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridge.java » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 '../testing/android/junit/junit_test.gyp:junit_test_support', 1602 '../testing/android/junit/junit_test.gyp:junit_test_support',
1603 ], 1603 ],
1604 'variables': { 1604 'variables': {
1605 'main_class': 'org.chromium.testing.local.JunitTestMain', 1605 'main_class': 'org.chromium.testing.local.JunitTestMain',
1606 'src_paths': [ 1606 'src_paths': [
1607 'invalidation/impl/android/junit/', 1607 'invalidation/impl/android/junit/',
1608 'policy/android/junit/' 1608 'policy/android/junit/'
1609 ], 1609 ],
1610 }, 1610 },
1611 'includes': [ '../build/host_jar.gypi' ], 1611 'includes': [ '../build/host_jar.gypi' ],
1612 }, 1612 },
1613 ], 1613 ],
1614 'conditions': [ 1614 'conditions': [
1615 ['test_isolation_mode != "noop"', 1615 ['test_isolation_mode != "noop"',
1616 { 1616 {
1617 'targets': [ 1617 'targets': [
1618 { 1618 {
1619 'target_name': 'components_browsertests_apk_run', 1619 'target_name': 'components_browsertests_apk_run',
1620 'type': 'none', 1620 'type': 'none',
1621 'dependencies': [ 1621 'dependencies': [
1622 'components_browsertests_apk', 1622 'components_browsertests_apk',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 'dependencies': [ 1843 'dependencies': [
1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1845 ], 1845 ],
1846 }], 1846 }],
1847 ], 1847 ],
1848 }, 1848 },
1849 ], 1849 ],
1850 }], 1850 }],
1851 ], 1851 ],
1852 } 1852 }
OLDNEW
« no previous file with comments | « no previous file | components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridge.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698