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

Side by Side Diff: chrome/android/BUILD.gn

Issue 843913006: Reverting due to Android builders breakage. Subsequent fixes did not fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 import("//chrome/version.gni") 8 import("//chrome/version.gni")
9 import("//third_party/icu/config.gni") 9 import("//third_party/icu/config.gni")
10 import("channel.gni") 10 import("channel.gni")
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 jinja_template("chrome_shell_manifest") { 340 jinja_template("chrome_shell_manifest") {
341 testonly = true 341 testonly = true
342 input = "shell/java/AndroidManifest.xml.jinja2" 342 input = "shell/java/AndroidManifest.xml.jinja2"
343 output = chrome_shell_manifest 343 output = chrome_shell_manifest
344 } 344 }
345 345
346 # GYP: //chrome/chrome_shell.gypi:chrome_shell_apk 346 # GYP: //chrome/chrome_shell.gypi:chrome_shell_apk
347 android_apk("chrome_shell_apk") { 347 android_apk("chrome_shell_apk") {
348 testonly = true 348 testonly = true
349 deps = [ 349 deps = [
350 "//base:base_java",
351 ":chrome_shell_resources", 350 ":chrome_shell_resources",
352 ":chrome_shell_java", 351 ":chrome_shell_java",
353 ":chrome_shell_assets", 352 ":chrome_shell_assets",
354 ":chrome_shell", 353 ":chrome_shell",
355 ] 354 ]
356 apk_name = "ChromeShell" 355 apk_name = "ChromeShell"
357 android_manifest = chrome_shell_manifest 356 android_manifest = chrome_shell_manifest
358 native_libs = [ "libchrome_shell.so" ] 357 native_libs = [ "libchrome_shell.so" ]
359 asset_location = chrome_shell_assets_dir 358 asset_location = chrome_shell_assets_dir
360 359
(...skipping 16 matching lines...) Expand all
377 jinja_template("chrome_sync_shell_manifest") { 376 jinja_template("chrome_sync_shell_manifest") {
378 testonly = true 377 testonly = true
379 input = "sync_shell/java/AndroidManifest.xml.jinja2" 378 input = "sync_shell/java/AndroidManifest.xml.jinja2"
380 output = chrome_sync_shell_manifest 379 output = chrome_sync_shell_manifest
381 } 380 }
382 381
383 # GYP: //chrome/chrome_shell.gypi:chrome_sync_shell_apk 382 # GYP: //chrome/chrome_shell.gypi:chrome_sync_shell_apk
384 android_apk("chrome_sync_shell_apk") { 383 android_apk("chrome_sync_shell_apk") {
385 testonly = true 384 testonly = true
386 deps = [ 385 deps = [
387 "//base:base_java",
388 ":chrome_shell_resources", 386 ":chrome_shell_resources",
389 ":chrome_shell_java", 387 ":chrome_shell_java",
390 ":chrome_shell_assets", 388 ":chrome_shell_assets",
391 ":chrome_sync_shell", 389 ":chrome_sync_shell",
392 ] 390 ]
393 apk_name = "ChromeSyncShell" 391 apk_name = "ChromeSyncShell"
394 android_manifest = chrome_sync_shell_manifest 392 android_manifest = chrome_sync_shell_manifest
395 native_libs = [ "libchrome_sync_shell.so" ] 393 native_libs = [ "libchrome_sync_shell.so" ]
396 asset_location = chrome_shell_assets_dir 394 asset_location = chrome_shell_assets_dir
397 } 395 }
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 ] 507 ]
510 } 508 }
511 509
512 zip("chrome_version_srcjar") { 510 zip("chrome_version_srcjar") {
513 inputs = [ 511 inputs = [
514 chrome_version_java_file, 512 chrome_version_java_file,
515 ] 513 ]
516 output = "$target_gen_dir/$target_name.srcjar" 514 output = "$target_gen_dir/$target_name.srcjar"
517 base_dir = chrome_version_java_dir 515 base_dir = chrome_version_java_dir
518 } 516 }
OLDNEW
« no previous file with comments | « build/get_landmines.py ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698