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

Side by Side Diff: net/net.gyp

Issue 10386188: Fix ninja build for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: and finally apk_test.gypi Created 8 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 | Annotate | Revision Log
« no previous file with comments | « media/base/android/java/media.xml ('k') | testing/android/native_test.gyp » ('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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 { 1857 {
1858 'target_name': 'net_unittests_apk', 1858 'target_name': 'net_unittests_apk',
1859 'type': 'none', 1859 'type': 'none',
1860 'dependencies': [ 1860 'dependencies': [
1861 '../base/base.gyp:base_java', 1861 '../base/base.gyp:base_java',
1862 'net_java', 1862 'net_java',
1863 'net_unittests', 1863 'net_unittests',
1864 ], 1864 ],
1865 'variables': { 1865 'variables': {
1866 'test_suite_name': 'net_unittests', 1866 'test_suite_name': 'net_unittests',
1867 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)n et_unittests<(SHARED_LIB_SUFFIX)', 1867 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)net_unitt ests<(SHARED_LIB_SUFFIX)',
1868 'input_jars_paths': [ 1868 'input_jars_paths': [
1869 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 1869 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
1870 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', 1870 '<(PRODUCT_DIR)/lib.java/chromium_net.jar',
1871 ], 1871 ],
1872 }, 1872 },
1873 'includes': [ '../build/apk_test.gypi' ], 1873 'includes': [ '../build/apk_test.gypi' ],
1874 }, 1874 },
1875 ], 1875 ],
1876 }], 1876 }],
1877 ['OS=="win"', { 1877 ['OS=="win"', {
(...skipping 16 matching lines...) Expand all
1894 'tools/dump_cache/url_to_filename_encoder.cc', 1894 'tools/dump_cache/url_to_filename_encoder.cc',
1895 'tools/dump_cache/url_to_filename_encoder.h', 1895 'tools/dump_cache/url_to_filename_encoder.h',
1896 'tools/dump_cache/url_utilities.h', 1896 'tools/dump_cache/url_utilities.h',
1897 'tools/dump_cache/url_utilities.cc', 1897 'tools/dump_cache/url_utilities.cc',
1898 ], 1898 ],
1899 }, 1899 },
1900 ], 1900 ],
1901 }], 1901 }],
1902 ], 1902 ],
1903 } 1903 }
OLDNEW
« no previous file with comments | « media/base/android/java/media.xml ('k') | testing/android/native_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698