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

Side by Side Diff: content/browser/BUILD.gn

Issue 2214383002: Move registration of Java mojo interfaces to the new InterfaceRegistrar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java-content-interface-registry
Patch Set: rebase 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//content/browser/speech/proto", 55 "//content/browser/speech/proto",
56 "//content/common", 56 "//content/common",
57 "//content/public/common:common_sources", 57 "//content/public/common:common_sources",
58 "//crypto", 58 "//crypto",
59 "//device/battery", 59 "//device/battery",
60 "//device/bluetooth", 60 "//device/bluetooth",
61 "//device/gamepad", 61 "//device/gamepad",
62 "//device/generic_sensor", 62 "//device/generic_sensor",
63 "//device/geolocation", 63 "//device/geolocation",
64 "//device/geolocation/public/interfaces", 64 "//device/geolocation/public/interfaces",
65 "//device/nfc:mojo_bindings",
65 "//device/power_save_blocker", 66 "//device/power_save_blocker",
66 "//device/vibration", 67 "//device/vibration",
67 "//gin", 68 "//gin",
68 "//google_apis", 69 "//google_apis",
69 "//gpu", 70 "//gpu",
70 "//gpu/command_buffer/client:gles2_implementation", 71 "//gpu/command_buffer/client:gles2_implementation",
71 "//gpu/command_buffer/client:gles2_interface", 72 "//gpu/command_buffer/client:gles2_interface",
72 "//ipc", 73 "//ipc",
73 "//ipc:mojom", 74 "//ipc:mojom",
74 "//media", 75 "//media",
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 "speech/endpointer/endpointer.h", 1753 "speech/endpointer/endpointer.h",
1753 "speech/endpointer/energy_endpointer.cc", 1754 "speech/endpointer/energy_endpointer.cc",
1754 "speech/endpointer/energy_endpointer.h", 1755 "speech/endpointer/energy_endpointer.h",
1755 "speech/endpointer/energy_endpointer_params.cc", 1756 "speech/endpointer/energy_endpointer_params.cc",
1756 "speech/endpointer/energy_endpointer_params.h", 1757 "speech/endpointer/energy_endpointer_params.h",
1757 "speech/speech_recognition_engine.cc", 1758 "speech/speech_recognition_engine.cc",
1758 "speech/speech_recognition_engine.h", 1759 "speech/speech_recognition_engine.h",
1759 "speech/speech_recognizer_impl.cc", 1760 "speech/speech_recognizer_impl.cc",
1760 "speech/speech_recognizer_impl.h", 1761 "speech/speech_recognizer_impl.h",
1761 ] 1762 ]
1762 deps -= [ "//device/battery" ] 1763 deps -= [ "//device/battery" ]
boliu 2016/09/28 21:29:52 ahh, should remove this line? why did the other b
1763 deps += [ 1764 deps += [
1764 "//content/public/android:jni", 1765 "//content/public/android:jni",
1765 "//media", 1766 "//media",
1766 "//media/capture/content/android", 1767 "//media/capture/content/android",
1767 "//media/capture/video/android", 1768 "//media/capture/video/android",
1768 "//media/mojo/interfaces", 1769 "//media/mojo/interfaces",
1769 "//mojo/android:libsystem_java", 1770 "//mojo/android:libsystem_java",
1770 "//ui/android", 1771 "//ui/android",
1771 ] 1772 ]
1772 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] 1773 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 if (!is_component_build) { 1966 if (!is_component_build) {
1966 public_deps = [ 1967 public_deps = [
1967 ":browser", 1968 ":browser",
1968 ] 1969 ]
1969 } else { 1970 } else {
1970 public_deps = [ 1971 public_deps = [
1971 "//third_party/leveldatabase", 1972 "//third_party/leveldatabase",
1972 ] 1973 ]
1973 } 1974 }
1974 } 1975 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698