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

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

Issue 2011613003: Upstream: Extract "WebAPK service" implementation from Chrome APK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/DeferredStartupHandler.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 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_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//chrome/android/chrome_public_apk_tmpl.gni") 8 import("//chrome/android/chrome_public_apk_tmpl.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 } 372 }
373 373
374 android_assets("chrome_public_apk_assets") { 374 android_assets("chrome_public_apk_assets") {
375 sources = chrome_android_paks_gypi.chrome_android_pak_input_resources 375 sources = chrome_android_paks_gypi.chrome_android_pak_input_resources
376 sources += [ "$root_build_dir/resources.pak" ] 376 sources += [ "$root_build_dir/resources.pak" ]
377 disable_compression = true 377 disable_compression = true
378 378
379 deps = [ 379 deps = [
380 "//chrome:packed_extra_resources", 380 "//chrome:packed_extra_resources",
381 "//chrome:packed_resources", 381 "//chrome:packed_resources",
382 "//chrome/android/webapk/libs/runtime_library:runtime_library_assets",
382 "//third_party/icu:icu_assets", 383 "//third_party/icu:icu_assets",
383 "//v8:v8_external_startup_data_assets", 384 "//v8:v8_external_startup_data_assets",
384 ] 385 ]
385 } 386 }
386 387
387 # GYP: //chrome/android/chrome_apk.gyp:chrome_apk_manifest 388 # GYP: //chrome/android/chrome_apk.gyp:chrome_apk_manifest
388 jinja_template("chrome_public_apk_manifest") { 389 jinja_template("chrome_public_apk_manifest") {
389 input = "java/AndroidManifest.xml" 390 input = "java/AndroidManifest.xml"
390 output = "$root_gen_dir/chrome_public_apk_manifest/AndroidManifest.xml" 391 output = "$root_gen_dir/chrome_public_apk_manifest/AndroidManifest.xml"
391 variables = chrome_public_jinja_variables 392 variables = chrome_public_jinja_variables
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 instrumentation_test_apk("chrome_sync_shell_test_apk") { 592 instrumentation_test_apk("chrome_sync_shell_test_apk") {
592 apk_name = "ChromeSyncShellTest" 593 apk_name = "ChromeSyncShellTest"
593 apk_under_test = ":chrome_sync_shell_apk" 594 apk_under_test = ":chrome_sync_shell_apk"
594 android_manifest = chrome_sync_shell_test_apk_manifest 595 android_manifest = chrome_sync_shell_test_apk_manifest
595 deps = [ 596 deps = [
596 ":chrome_sync_shell_test_apk_java", 597 ":chrome_sync_shell_test_apk_java",
597 ":chrome_sync_shell_test_apk_manifest", 598 ":chrome_sync_shell_test_apk_manifest",
598 ] 599 ]
599 proguard_enabled = !is_debug 600 proguard_enabled = !is_debug
600 } 601 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/DeferredStartupHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698