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

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

Issue 1714913002: Reland: Move VideoCapture* files from media/base/android/... to media/capture/video/android/java/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp-gn files and added a capture_jni_registrar Created 4 years, 10 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/DEPS » ('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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 # GYP: //chrome/chrome.gyp:chrome_java 130 # GYP: //chrome/chrome.gyp:chrome_java
131 android_library("chrome_java") { 131 android_library("chrome_java") {
132 deps = [ 132 deps = [
133 "//base:base_java", 133 "//base:base_java",
134 "//components/safe_json/android:safe_json_java", 134 "//components/safe_json/android:safe_json_java",
135 "//components/variations/android:variations_java", 135 "//components/variations/android:variations_java",
136 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 136 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
137 "//components/web_restrictions:web_restrictions_java", 137 "//components/web_restrictions:web_restrictions_java",
138 "//content/public/android:content_java", 138 "//content/public/android:content_java",
139 "//media/base/android:media_java", 139 "//media/base/android:media_java",
140 "//media/capture/video/android:capture_java",
140 "//media/midi:midi_java", 141 "//media/midi:midi_java",
141 "//net/android:net_java", 142 "//net/android:net_java",
142 "//printing:printing_java", 143 "//printing:printing_java",
143 "//third_party/WebKit/public:blink_headers_java", 144 "//third_party/WebKit/public:blink_headers_java",
144 "//third_party/android_data_chart:android_data_chart_java", 145 "//third_party/android_data_chart:android_data_chart_java",
145 "//third_party/android_media:android_media_java", 146 "//third_party/android_media:android_media_java",
146 "//third_party/android_protobuf:protobuf_nano_javalib", 147 "//third_party/android_protobuf:protobuf_nano_javalib",
147 "//third_party/android_swipe_refresh:android_swipe_refresh_java", 148 "//third_party/android_swipe_refresh:android_swipe_refresh_java",
148 "//third_party/android_tools:android_gcm_java", 149 "//third_party/android_tools:android_gcm_java",
149 "//third_party/android_tools:android_support_v13_java", 150 "//third_party/android_tools:android_support_v13_java",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 apk_name = "ChromeSyncShellTest" 581 apk_name = "ChromeSyncShellTest"
581 apk_under_test = ":chrome_sync_shell_apk" 582 apk_under_test = ":chrome_sync_shell_apk"
582 android_manifest = chrome_sync_shell_test_apk_manifest 583 android_manifest = chrome_sync_shell_test_apk_manifest
583 deps = [ 584 deps = [
584 ":chrome_sync_shell_test_apk_java", 585 ":chrome_sync_shell_test_apk_java",
585 ":chrome_sync_shell_test_apk_manifest", 586 ":chrome_sync_shell_test_apk_manifest",
586 ] 587 ]
587 isolate_file = "../chrome_sync_shell_test_apk.isolate" 588 isolate_file = "../chrome_sync_shell_test_apk.isolate"
588 proguard_enabled = !is_debug 589 proguard_enabled = !is_debug
589 } 590 }
OLDNEW
« no previous file with comments | « no previous file | content/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698