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

Unified Diff: base/BUILD.gn

Issue 375873006: Rename source_prereqs to inputs in the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/compiled_action.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 7257753a9d85658401d4f77b4e30f95a0fe2444c..2d260c3824a6d8b34178f3600caa7fb21cfd979a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1389,10 +1389,10 @@ if (is_android) {
java_cpp_template("base_java_application_state") {
sources = [
"android/java/src/org/chromium/base/ApplicationState.template",
- ]
- source_prereqs = [
+ ]
+ inputs = [
"android/application_state_list.h"
- ]
+ ]
package_name = "org/chromium/base"
}
@@ -1400,10 +1400,10 @@ if (is_android) {
java_cpp_template("base_java_memory_pressure_level_list") {
sources = [
"android/java/src/org/chromium/base/MemoryPressureLevelList.template",
- ]
- source_prereqs = [
+ ]
+ inputs = [
"memory/memory_pressure_level_list.h"
- ]
+ ]
package_name = "org/chromium/base"
}
@@ -1411,10 +1411,10 @@ if (is_android) {
java_cpp_template("base_native_libraries_gen") {
sources = [
"android/java/templates/NativeLibraries.template",
- ]
- source_prereqs = [
+ ]
+ inputs = [
"android/java/templates/native_libraries_array.h",
- ]
+ ]
package_name = "org/chromium/base/library_loader"
include_path = "android/java/templates"
« no previous file with comments | « no previous file | build/compiled_action.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698