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

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

Issue 2353003004: Move ViewHostMsg_CreateWindow to mojom (Closed)
Patch Set: . Created 4 years, 2 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/ntp/NewTabPage.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/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//build_overrides/v8.gni") 8 import("//build_overrides/v8.gni")
9 import("//chrome/android/chrome_public_apk_tmpl.gni") 9 import("//chrome/android/chrome_public_apk_tmpl.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "//components/location/android:location_java", 283 "//components/location/android:location_java",
284 "//components/navigation_interception/android:navigation_interception_java ", 284 "//components/navigation_interception/android:navigation_interception_java ",
285 "//components/ntp_tiles/android:ntp_tiles_java", 285 "//components/ntp_tiles/android:ntp_tiles_java",
286 "//components/policy/android:policy_java", 286 "//components/policy/android:policy_java",
287 "//components/precache/android:precache_java", 287 "//components/precache/android:precache_java",
288 "//components/safe_json/android:safe_json_java", 288 "//components/safe_json/android:safe_json_java",
289 "//components/signin/core/browser/android:java", 289 "//components/signin/core/browser/android:java",
290 "//components/sync/android:sync_java", 290 "//components/sync/android:sync_java",
291 "//components/url_formatter/android:url_formatter_java", 291 "//components/url_formatter/android:url_formatter_java",
292 "//components/web_contents_delegate_android:web_contents_delegate_android_ java", 292 "//components/web_contents_delegate_android:web_contents_delegate_android_ java",
293 "//ui/base:mojo_bindings",
293 ] 294 ]
294 } 295 }
295 296
296 # VrActivity currently depends on ChromeTabbedActivity which is part of 297 # VrActivity currently depends on ChromeTabbedActivity which is part of
297 # android_java_ui. 298 # android_java_ui.
298 if (enable_vr_shell && android_java_ui) { 299 if (enable_vr_shell && android_java_ui) {
299 java_files += chrome_vr_java_sources 300 java_files += chrome_vr_java_sources
300 deps += [ 301 deps += [
301 "//third_party/gvr-android-sdk:gvr_base_java", 302 "//third_party/gvr-android-sdk:gvr_base_java",
302 "//third_party/gvr-android-sdk:gvr_common_java", 303 "//third_party/gvr-android-sdk:gvr_common_java",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 instrumentation_test_apk("chrome_sync_shell_test_apk") { 695 instrumentation_test_apk("chrome_sync_shell_test_apk") {
695 apk_name = "ChromeSyncShellTest" 696 apk_name = "ChromeSyncShellTest"
696 apk_under_test = ":chrome_sync_shell_apk" 697 apk_under_test = ":chrome_sync_shell_apk"
697 android_manifest = chrome_sync_shell_test_apk_manifest 698 android_manifest = chrome_sync_shell_test_apk_manifest
698 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 699 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
699 deps = [ 700 deps = [
700 ":chrome_sync_shell_test_apk_java", 701 ":chrome_sync_shell_test_apk_java",
701 ] 702 ]
702 proguard_enabled = !is_java_debug 703 proguard_enabled = !is_java_debug
703 } 704 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698