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

Side by Side Diff: net/net.gyp

Issue 10798010: Uses gyp "rules" rather than "actions" templates for the JNI generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo on content_jni.gypi Created 8 years, 5 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 | « net/android/network_library.cc ('k') | net/proxy/proxy_config_service_android.cc » ('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 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 'curvecp/test_server.cc', 1894 'curvecp/test_server.cc',
1895 ], 1895 ],
1896 }, 1896 },
1897 ] 1897 ]
1898 }], 1898 }],
1899 ['OS=="android"', { 1899 ['OS=="android"', {
1900 'targets': [ 1900 'targets': [
1901 { 1901 {
1902 'target_name': 'net_jni_headers', 1902 'target_name': 'net_jni_headers',
1903 'type': 'none', 1903 'type': 'none',
1904 'sources': [
1905 'android/java/src/org/chromium/net/AndroidNetworkLibrary.java',
1906 'android/java/src/org/chromium/net/NetworkChangeNotifier.java',
1907 'android/java/src/org/chromium/net/ProxyChangeListener.java',
1908 ],
1904 'variables': { 1909 'variables': {
1905 'java_sources': [ 1910 'jni_gen_dir': 'net',
1906 'android/java/src/org/chromium/net/AndroidNetworkLibrary.java',
1907 'android/java/src/org/chromium/net/NetworkChangeNotifier.java',
1908 'android/java/src/org/chromium/net/ProxyChangeListener.java',
1909 ],
1910 'jni_headers': [
1911 '<(SHARED_INTERMEDIATE_DIR)/net/jni/android_network_library_jni.h' ,
1912 '<(SHARED_INTERMEDIATE_DIR)/net/jni/network_change_notifier_jni.h' ,
1913 '<(SHARED_INTERMEDIATE_DIR)/net/jni/proxy_change_listener_jni.h',
1914 ],
1915 }, 1911 },
1916 'includes': [ '../build/jni_generator.gypi' ], 1912 'includes': [ '../build/jni_generator.gypi' ],
1917 }, 1913 },
1918 { 1914 {
1919 'target_name': 'net_java', 1915 'target_name': 'net_java',
1920 'type': 'none', 1916 'type': 'none',
1921 'variables': { 1917 'variables': {
1922 'package_name': 'net', 1918 'package_name': 'net',
1923 'java_in_dir': '../net/android/java', 1919 'java_in_dir': '../net/android/java',
1924 }, 1920 },
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 'tools/dump_cache/url_to_filename_encoder.cc', 1970 'tools/dump_cache/url_to_filename_encoder.cc',
1975 'tools/dump_cache/url_to_filename_encoder.h', 1971 'tools/dump_cache/url_to_filename_encoder.h',
1976 'tools/dump_cache/url_utilities.h', 1972 'tools/dump_cache/url_utilities.h',
1977 'tools/dump_cache/url_utilities.cc', 1973 'tools/dump_cache/url_utilities.cc',
1978 ], 1974 ],
1979 }, 1975 },
1980 ], 1976 ],
1981 }], 1977 }],
1982 ], 1978 ],
1983 } 1979 }
OLDNEW
« no previous file with comments | « net/android/network_library.cc ('k') | net/proxy/proxy_config_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698