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

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

Issue 2116883002: Revert of ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | content/app/android/library_loader_hooks.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 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 deps = [ 121 deps = [
122 "//base:base_java", 122 "//base:base_java",
123 "//chrome/android/webapk/libs/client:client_java", 123 "//chrome/android/webapk/libs/client:client_java",
124 "//chrome/android/webapk/libs/common:common_java", 124 "//chrome/android/webapk/libs/common:common_java",
125 "//components/safe_json/android:safe_json_java", 125 "//components/safe_json/android:safe_json_java",
126 "//components/variations/android:variations_java", 126 "//components/variations/android:variations_java",
127 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 127 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
128 "//components/web_restrictions:web_restrictions_java", 128 "//components/web_restrictions:web_restrictions_java",
129 "//content/public/android:content_java", 129 "//content/public/android:content_java",
130 "//media/base/android:media_java", 130 "//media/base/android:media_java",
131 "//media/capture/content/android:screen_capture_java",
132 "//media/capture/video/android:capture_java", 131 "//media/capture/video/android:capture_java",
133 "//media/midi:midi_java", 132 "//media/midi:midi_java",
134 "//mojo/public/java:bindings", 133 "//mojo/public/java:bindings",
135 "//mojo/public/java:system", 134 "//mojo/public/java:system",
136 "//net/android:net_java", 135 "//net/android:net_java",
137 "//printing:printing_java", 136 "//printing:printing_java",
138 "//third_party/WebKit/public:android_mojo_bindings_java", 137 "//third_party/WebKit/public:android_mojo_bindings_java",
139 "//third_party/WebKit/public:blink_headers_java", 138 "//third_party/WebKit/public:blink_headers_java",
140 "//third_party/android_data_chart:android_data_chart_java", 139 "//third_party/android_data_chart:android_data_chart_java",
141 "//third_party/android_media:android_media_java", 140 "//third_party/android_media:android_media_java",
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 instrumentation_test_apk("chrome_sync_shell_test_apk") { 592 instrumentation_test_apk("chrome_sync_shell_test_apk") {
594 apk_name = "ChromeSyncShellTest" 593 apk_name = "ChromeSyncShellTest"
595 apk_under_test = ":chrome_sync_shell_apk" 594 apk_under_test = ":chrome_sync_shell_apk"
596 android_manifest = chrome_sync_shell_test_apk_manifest 595 android_manifest = chrome_sync_shell_test_apk_manifest
597 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 596 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
598 deps = [ 597 deps = [
599 ":chrome_sync_shell_test_apk_java", 598 ":chrome_sync_shell_test_apk_java",
600 ] 599 ]
601 proguard_enabled = !is_java_debug 600 proguard_enabled = !is_java_debug
602 } 601 }
OLDNEW
« no previous file with comments | « no previous file | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698