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

Side by Side Diff: trunk/src/base/base.gyp

Issue 65043023: Revert 235752 "Fix chrome upload with content uri" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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
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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'sources!': [ 889 'sources!': [
890 'test/scoped_locale.cc', 890 'test/scoped_locale.cc',
891 'test/scoped_locale.h', 891 'test/scoped_locale.h',
892 ], 892 ],
893 }], 893 }],
894 ['os_bsd==1', { 894 ['os_bsd==1', {
895 'sources!': [ 895 'sources!': [
896 'test/test_file_util_linux.cc', 896 'test/test_file_util_linux.cc',
897 ], 897 ],
898 }], 898 }],
899 ['OS == "android"', {
900 'dependencies': [
901 'base_unittests_jni_headers',
902 ],
903 'include_dirs': [
904 '<(SHARED_INTERMEDIATE_DIR)/base',
905 ],
906 }],
907 ], 899 ],
908 'sources': [ 900 'sources': [
909 'test/expectations/expectation.cc', 901 'test/expectations/expectation.cc',
910 'test/expectations/expectation.h', 902 'test/expectations/expectation.h',
911 'test/expectations/parser.cc', 903 'test/expectations/parser.cc',
912 'test/expectations/parser.h', 904 'test/expectations/parser.h',
913 'test/gtest_xml_util.cc', 905 'test/gtest_xml_util.cc',
914 'test/gtest_xml_util.h', 906 'test/gtest_xml_util.h',
915 'test/launcher/test_launcher.cc', 907 'test/launcher/test_launcher.cc',
916 'test/launcher/test_launcher.h', 908 'test/launcher/test_launcher.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 'test/sequenced_worker_pool_owner.cc', 941 'test/sequenced_worker_pool_owner.cc',
950 'test/sequenced_worker_pool_owner.h', 942 'test/sequenced_worker_pool_owner.h',
951 'test/simple_test_clock.cc', 943 'test/simple_test_clock.cc',
952 'test/simple_test_clock.h', 944 'test/simple_test_clock.h',
953 'test/simple_test_tick_clock.cc', 945 'test/simple_test_tick_clock.cc',
954 'test/simple_test_tick_clock.h', 946 'test/simple_test_tick_clock.h',
955 'test/task_runner_test_template.cc', 947 'test/task_runner_test_template.cc',
956 'test/task_runner_test_template.h', 948 'test/task_runner_test_template.h',
957 'test/test_file_util.cc', 949 'test/test_file_util.cc',
958 'test/test_file_util.h', 950 'test/test_file_util.h',
959 'test/test_file_util_android.cc',
960 'test/test_file_util_linux.cc', 951 'test/test_file_util_linux.cc',
961 'test/test_file_util_mac.cc', 952 'test/test_file_util_mac.cc',
962 'test/test_file_util_posix.cc', 953 'test/test_file_util_posix.cc',
963 'test/test_file_util_win.cc', 954 'test/test_file_util_win.cc',
964 'test/test_listener_ios.h', 955 'test/test_listener_ios.h',
965 'test/test_listener_ios.mm', 956 'test/test_listener_ios.mm',
966 'test/test_pending_task.cc', 957 'test/test_pending_task.cc',
967 'test/test_pending_task.h', 958 'test/test_pending_task.h',
968 'test/test_process_killer_win.cc', 959 'test/test_process_killer_win.cc',
969 'test/test_process_killer_win.h', 960 'test/test_process_killer_win.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 ], 1207 ],
1217 }], 1208 }],
1218 ['OS == "android"', { 1209 ['OS == "android"', {
1219 'targets': [ 1210 'targets': [
1220 { 1211 {
1221 'target_name': 'base_jni_headers', 1212 'target_name': 'base_jni_headers',
1222 'type': 'none', 1213 'type': 'none',
1223 'sources': [ 1214 'sources': [
1224 'android/java/src/org/chromium/base/ActivityStatus.java', 1215 'android/java/src/org/chromium/base/ActivityStatus.java',
1225 'android/java/src/org/chromium/base/BuildInfo.java', 1216 'android/java/src/org/chromium/base/BuildInfo.java',
1226 'android/java/src/org/chromium/base/ContentUriUtils.java',
1227 'android/java/src/org/chromium/base/CpuFeatures.java', 1217 'android/java/src/org/chromium/base/CpuFeatures.java',
1228 'android/java/src/org/chromium/base/ImportantFileWriterAndroid.java' , 1218 'android/java/src/org/chromium/base/ImportantFileWriterAndroid.java' ,
1229 'android/java/src/org/chromium/base/MemoryPressureListener.java', 1219 'android/java/src/org/chromium/base/MemoryPressureListener.java',
1230 'android/java/src/org/chromium/base/JavaHandlerThread.java', 1220 'android/java/src/org/chromium/base/JavaHandlerThread.java',
1231 'android/java/src/org/chromium/base/PathService.java', 1221 'android/java/src/org/chromium/base/PathService.java',
1232 'android/java/src/org/chromium/base/PathUtils.java', 1222 'android/java/src/org/chromium/base/PathUtils.java',
1233 'android/java/src/org/chromium/base/PowerMonitor.java', 1223 'android/java/src/org/chromium/base/PowerMonitor.java',
1234 'android/java/src/org/chromium/base/SystemMessageHandler.java', 1224 'android/java/src/org/chromium/base/SystemMessageHandler.java',
1235 'android/java/src/org/chromium/base/SysUtils.java', 1225 'android/java/src/org/chromium/base/SysUtils.java',
1236 'android/java/src/org/chromium/base/ThreadUtils.java', 1226 'android/java/src/org/chromium/base/ThreadUtils.java',
1237 ], 1227 ],
1238 'conditions': [ 1228 'conditions': [
1239 ['google_tv==1', { 1229 ['google_tv==1', {
1240 'sources': [ 1230 'sources': [
1241 'android/java/src/org/chromium/base/ContextTypes.java', 1231 'android/java/src/org/chromium/base/ContextTypes.java',
1242 ], 1232 ],
1243 }], 1233 }],
1244 ], 1234 ],
1245 'variables': { 1235 'variables': {
1246 'jni_gen_package': 'base', 1236 'jni_gen_package': 'base',
1247 'jni_generator_ptr_type': 'long', 1237 'jni_generator_ptr_type': 'long',
1248 }, 1238 },
1249 'includes': [ '../build/jni_generator.gypi' ], 1239 'includes': [ '../build/jni_generator.gypi' ],
1250 }, 1240 },
1251 { 1241 {
1252 'target_name': 'base_unittests_jni_headers',
1253 'type': 'none',
1254 'sources': [
1255 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java',
1256 ],
1257 'variables': {
1258 'jni_gen_package': 'base',
1259 },
1260 'includes': [ '../build/jni_generator.gypi' ],
1261 },
1262 {
1263 'target_name': 'base_java', 1242 'target_name': 'base_java',
1264 'type': 'none', 1243 'type': 'none',
1265 'variables': { 1244 'variables': {
1266 'java_in_dir': '../base/android/java', 1245 'java_in_dir': '../base/android/java',
1267 }, 1246 },
1268 'dependencies': [ 1247 'dependencies': [
1269 'base_java_activity_state', 1248 'base_java_activity_state',
1270 'base_java_memory_pressure_level_list', 1249 'base_java_memory_pressure_level_list',
1271 ], 1250 ],
1272 'includes': [ '../build/java.gypi' ], 1251 'includes': [ '../build/java.gypi' ],
1273 'conditions': [ 1252 'conditions': [
1274 ['android_webview_build==0', { 1253 ['android_webview_build==0', {
1275 'dependencies': [ 1254 'dependencies': [
1276 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 1255 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1277 ], 1256 ],
1278 }] 1257 }]
1279 ], 1258 ],
1280 }, 1259 },
1281 { 1260 {
1282 'target_name': 'base_java_unittest_support',
1283 'type': 'none',
1284 'dependencies': [
1285 'base_java',
1286 ],
1287 'variables': {
1288 'java_in_dir': '../base/test/android/java',
1289 },
1290 'includes': [ '../build/java.gypi' ],
1291 },
1292 {
1293 'target_name': 'base_java_activity_state', 1261 'target_name': 'base_java_activity_state',
1294 'type': 'none', 1262 'type': 'none',
1295 # This target is used to auto-generate ActivityState.java 1263 # This target is used to auto-generate ActivityState.java
1296 # from a template file. The source file contains a list of 1264 # from a template file. The source file contains a list of
1297 # Java constant declarations matching the ones in 1265 # Java constant declarations matching the ones in
1298 # android/activity_state_list.h. 1266 # android/activity_state_list.h.
1299 'sources': [ 1267 'sources': [
1300 'android/java/src/org/chromium/base/ActivityState.template', 1268 'android/java/src/org/chromium/base/ActivityState.template',
1301 ], 1269 ],
1302 'variables': { 1270 'variables': {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 # in the gyp make generator. What is the correct way to extract 1332 # in the gyp make generator. What is the correct way to extract
1365 # this path from gyp and into 'raw' for input to antfiles? 1333 # this path from gyp and into 'raw' for input to antfiles?
1366 # Hard-coding in the gypfile seems a poor choice. 1334 # Hard-coding in the gypfile seems a poor choice.
1367 ['OS == "android" and gtest_target_type == "shared_library"', { 1335 ['OS == "android" and gtest_target_type == "shared_library"', {
1368 'targets': [ 1336 'targets': [
1369 { 1337 {
1370 'target_name': 'base_unittests_apk', 1338 'target_name': 'base_unittests_apk',
1371 'type': 'none', 1339 'type': 'none',
1372 'dependencies': [ 1340 'dependencies': [
1373 'base_java', 1341 'base_java',
1374 'base_java_unittest_support',
1375 'base_unittests', 1342 'base_unittests',
1376 ], 1343 ],
1377 'variables': { 1344 'variables': {
1378 'test_suite_name': 'base_unittests', 1345 'test_suite_name': 'base_unittests',
1379 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 1346 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
1380 }, 1347 },
1381 'includes': [ '../build/apk_test.gypi' ], 1348 'includes': [ '../build/apk_test.gypi' ],
1382 }, 1349 },
1383 ], 1350 ],
1384 }], 1351 }],
(...skipping 10 matching lines...) Expand all
1395 'base_unittests.isolate', 1362 'base_unittests.isolate',
1396 ], 1363 ],
1397 'sources': [ 1364 'sources': [
1398 'base_unittests.isolate', 1365 'base_unittests.isolate',
1399 ], 1366 ],
1400 }, 1367 },
1401 ], 1368 ],
1402 }], 1369 }],
1403 ], 1370 ],
1404 } 1371 }
OLDNEW
« no previous file with comments | « trunk/src/base/android/java/src/org/chromium/base/ContentUriUtils.java ('k') | trunk/src/base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698