Skip to content

Commit

Permalink
Remove GYP annotations from components GN files.
Browse files Browse the repository at this point in the history
Since the GYP files have been removed, the "GYP version" annotations above
targets can be removed.

TBR=dpranke@chromium.org

Review-Url: https://codereview.chromium.org/2356543002
Cr-Commit-Position: refs/heads/master@{#419585}
  • Loading branch information
brettw authored and Commit bot committed Sep 19, 2016
1 parent 181167d commit ef46c00
Show file tree
Hide file tree
Showing 73 changed files with 0 additions and 128 deletions.
1 change: 0 additions & 1 deletion components/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ if (is_android) {
custom_package = "org.chromium.components_browsertests_apk"
}

# GYP: //components/components_tests.gyp:components_junit_tests
# TODO(GYP_GONE): Delete this target once recipes no longer require it.
junit_binary("components_junit_tests") {
java_files = [ "//testing/android/junit/DummyTest.java" ]
Expand Down
1 change: 0 additions & 1 deletion components/autofill/content/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//third_party/protobuf/proto_library.gni")

# GYP version: components/autofill.gypi:autofill_content_browser
static_library("browser") {
sources = [
"content_autofill_driver.cc",
Expand Down
1 change: 0 additions & 1 deletion components/autofill/content/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components:autofill.gypi:autofill_content_common
static_library("common") {
sources = [
"autofill_message_generator.cc",
Expand Down
1 change: 0 additions & 1 deletion components/autofill/core/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//build/config/chrome_build.gni")

# GYP version: components/autofill.gyp:autofill_core_browser
static_library("browser") {
sources = [
"address.cc",
Expand Down
4 changes: 0 additions & 4 deletions components/bookmarks/common/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//build/config/android/rules.gni")

# GYP: //components/bookmarks.gyp:bookmarks_browser (android part)
source_set("android") {
sources = [
"bookmark_id.cc",
Expand All @@ -17,7 +16,6 @@ source_set("android") {
]
}

# GYP: //components/bookmarks.gyp:bookmarks_java
android_library("bookmarks_java") {
deps = [
"//base:base_java",
Expand All @@ -27,15 +25,13 @@ android_library("bookmarks_java") {
java_files = [ "java/src/org/chromium/components/bookmarks/BookmarkId.java" ]
}

# GYP: //components/bookmarks.gyp:bookmarks_jni_headers
generate_jni("bookmarks_jni_headers") {
jni_package = "components/bookmarks"
sources = [
"java/src/org/chromium/components/bookmarks/BookmarkId.java",
]
}

# GYP: //components/bookmarks.gyp:bookmarks_type_java
java_cpp_enum("bookmark_type_javagen") {
sources = [
"bookmark_type.h",
Expand Down
1 change: 0 additions & 1 deletion components/browsing_data/core/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ static_library("core") {
}

if (is_android) {
# GYP: //components/browsing_data.gypi:browsing_data_utils_java
java_cpp_enum("browsing_data_utils_java") {
sources = [
"browsing_data_utils.h",
Expand Down
3 changes: 0 additions & 3 deletions components/certificate_reporting/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//third_party/protobuf/proto_library.gni")

# GYP version: components/certificate_reporting.gyp:certificate_reporting
static_library("certificate_reporting") {
sources = [
"cert_logger.proto",
Expand All @@ -27,14 +26,12 @@ static_library("certificate_reporting") {
]
}

# GYP version: components/certificate_reporting.gypi:cert_logger_proto
proto_library("cert_logger_proto") {
sources = [
"cert_logger.proto",
]
}

# GYP version: components/certificate_reporting.gypi:encrypted_cert_logger_proto
proto_library("encrypted_cert_logger_proto") {
sources = [
"encrypted_cert_logger.proto",
Expand Down
3 changes: 0 additions & 3 deletions components/contextual_search/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//mojo/public/tools/bindings/mojom.gni")

# GYP version: components/contextual_search.gypi:contextual_search_mojo_bindings
mojom("mojo_bindings") {
sources = [
"common/contextual_search_js_api_service.mojom",
Expand All @@ -14,7 +13,6 @@ mojom("mojo_bindings") {
use_new_wrapper_types = false
}

# GYP version: components/contextual_search.gypi:contextual_search_browser
static_library("browser") {
sources = [
"browser/contextual_search_js_api_service_impl.cc",
Expand Down Expand Up @@ -43,7 +41,6 @@ source_set("unit_tests") {
]
}

# GYP version: components/contextual_search.gypi:contextual_search_renderer
static_library("renderer") {
sources = [
"renderer/contextual_search_wrapper.cc",
Expand Down
1 change: 0 additions & 1 deletion components/cookie_config/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components/cookie_config.gypi:cookie_config
static_library("cookie_config") {
sources = [
"cookie_store_util.cc",
Expand Down
3 changes: 0 additions & 3 deletions components/crash/content/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ static_library("lib") {
}
}

# GYP version: components/crash.gypi:crash_component
static_library("app") {
sources = [
"crash_switches.cc",
Expand Down Expand Up @@ -145,8 +144,6 @@ source_set("app_non_mac_win") {
deps += [
"//breakpad:breakpad_handler",
"//sandbox",

#'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
]
} else if (is_posix && !is_ios) {
deps += [ "//breakpad:client" ]
Expand Down
1 change: 0 additions & 1 deletion components/dom_distiller/content/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

assert(!is_ios)

# GYP version: components/dom_distiller.gypi:dom_distiller_content_browser
static_library("browser") {
sources = [
"distillability_driver.cc",
Expand Down
1 change: 0 additions & 1 deletion components/dom_distiller/content/browser/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//build/config/android/rules.gni")

# GYP: //components/dom_distiller.gypi:dom_distiller_java
android_library("dom_distiller_content_java") {
deps = [
"//base:base_java",
Expand Down
1 change: 0 additions & 1 deletion components/dom_distiller/content/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//mojo/public/tools/bindings/mojom.gni")

# GYP version: components/dom_distiller.gypi:dom_distiller_mojo_bindings
mojom("mojo_bindings") {
sources = [
"distillability_service.mojom",
Expand Down
1 change: 0 additions & 1 deletion components/dom_distiller/content/renderer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components/dom_distiller.gypi:dom_distiller_content_renderer
static_library("renderer") {
sources = [
"distillability_agent.cc",
Expand Down
2 changes: 0 additions & 2 deletions components/dom_distiller/core/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components/dom_distiller.gypi:dom_distiller_core
static_library("core") {
sources = [
"article_attachments_data.cc",
Expand Down Expand Up @@ -89,7 +88,6 @@ static_library("core") {
}
}

# GYP version: components/dom_distiller.gypi:dom_distiller_test_support
static_library("test_support") {
testonly = true
sources = [
Expand Down
2 changes: 0 additions & 2 deletions components/dom_distiller/core/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ android_library("dom_distiller_core_java") {
]
}

# GYP: //components/dom_distiller.gypi:dom_distiller_core_font_family_java
java_cpp_template("dom_distiller_core_font_family_javagen") {
package_name = "org/chromium/components/dom_distiller/core"
sources = [
Expand All @@ -31,7 +30,6 @@ java_cpp_template("dom_distiller_core_font_family_javagen") {
]
}

# GYP: //components/dom_distiller.gypi:dom_distiller_core_font_family_java
java_cpp_template("dom_distiller_core_theme_javagen") {
package_name = "org/chromium/components/dom_distiller/core"
sources = [
Expand Down
1 change: 0 additions & 1 deletion components/dom_distiller/core/proto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//third_party/protobuf/proto_library.gni")

# GYP version: components/dom_distiller.gypi:dom_distiller_protos
proto_library("proto") {
sources = [
"adaboost.proto",
Expand Down
1 change: 0 additions & 1 deletion components/dom_distiller/webui/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components/dom_distiller.gyp:dom_distiller_webui
static_library("webui") {
sources = [
"dom_distiller_handler.cc",
Expand Down
1 change: 0 additions & 1 deletion components/feedback/proto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//third_party/protobuf/proto_library.gni")

# GYP version: components/feedback.gypi:feedback_proto
proto_library("proto") {
sources = [
"annotations.proto",
Expand Down
2 changes: 0 additions & 2 deletions components/gcm_driver/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components/gcm_driver.gypi:gcm_driver
static_library("gcm_driver") {
sources = [
"android/component_jni_registrar.cc",
Expand Down Expand Up @@ -118,7 +117,6 @@ static_library("gcm_driver") {
}
}

# GYP version: components/gcm_driver.gypi:gcm_driver_test_support
static_library("test_support") {
testonly = true
sources = [
Expand Down
2 changes: 0 additions & 2 deletions components/gcm_driver/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@

import("//build/config/android/rules.gni")

# GYP version: components/gcm_driver.gypi:gcm_driver_jni_headers
generate_jni("jni_headers") {
sources = [
"java/src/org/chromium/components/gcm_driver/GCMDriver.java",
]
jni_package = "components/gcm_driver"
}

# GYP version: components/gcm_driver.gypi:gcm_driver_java
android_library("gcm_driver_java") {
deps = [
"//base:base_java",
Expand Down
1 change: 0 additions & 1 deletion components/gcm_driver/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components/gcm_driver.gypi:gcm_driver_common
component("common") {
sources = [
"gcm_driver_export.h",
Expand Down
2 changes: 0 additions & 2 deletions components/gcm_driver/crypto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//build/config/crypto.gni")

# GYP version: components/gcm_driver.gypi:gcm_driver_crypto
static_library("crypto") {
sources = [
"encryption_header_parsers.cc",
Expand All @@ -31,7 +30,6 @@ static_library("crypto") {
]
}

# GYP version: components/gcm_driver.gypi:gcm_driver_crypto_test_support
static_library("test_support") {
testonly = true
sources = [
Expand Down
1 change: 0 additions & 1 deletion components/gcm_driver/crypto/proto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//third_party/protobuf/proto_library.gni")

# GYP version: components/gcm_driver.gypi:gcm_driver_crypto_proto
proto_library("proto") {
visibility = [ "//components/gcm_driver/crypto" ]

Expand Down
2 changes: 0 additions & 2 deletions components/gcm_driver/instance_id/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components/gcm_driver.gypi:instance_id_driver
static_library("instance_id") {
sources = [
"android/component_jni_registrar.cc",
Expand Down Expand Up @@ -33,7 +32,6 @@ static_library("instance_id") {
}
}

# GYP version: components/gcm_driver.gypi:instance_id_test_support
static_library("test_support") {
testonly = true
sources = [
Expand Down
4 changes: 0 additions & 4 deletions components/gcm_driver/instance_id/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,20 @@

import("//build/config/android/rules.gni")

# GYP version: components/gcm_driver.gypi:instance_id_driver_jni_headers
generate_jni("jni_headers") {
sources = [
"java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDBridge.java",
]
jni_package = "components/gcm_driver/instance_id"
}

# GYP version: components/gcm_driver.gypi:instance_id_driver_test_support_jni_headers
generate_jni("test_support_jni_headers") {
sources = [
"javatests/src/org/chromium/components/gcm_driver/instance_id/FakeInstanceIDWithSubtype.java",
]
jni_package = "components/gcm_driver/instance_id"
}

# GYP version: components/gcm_driver.gypi:instance_id_driver_java
android_library("instance_id_driver_java") {
deps = [
"//base:base_java",
Expand All @@ -33,7 +30,6 @@ android_library("instance_id_driver_java") {
]
}

# GYP version: components/gcm_driver.gypi:instance_id_driver_test_support_java
android_library("instance_id_driver_test_support_java") {
deps = [
":instance_id_driver_java",
Expand Down
1 change: 0 additions & 1 deletion components/infobars/core/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ static_library("core") {
}

if (is_android) {
# GYP: //components/infobars.gypi:infobar_delegate_java
java_cpp_enum("infobar_enums_java") {
sources = [
"infobar_delegate.h",
Expand Down
1 change: 0 additions & 1 deletion components/location/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import("//build/config/android/rules.gni")

# GYP: //components/location.gypi:location_java
android_library("location_java") {
deps = [
"//base:base_java",
Expand Down
1 change: 0 additions & 1 deletion components/memory_pressure/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: components/memory_pressure.gypi:memory_pressure
static_library("memory_pressure") {
sources = [
"direct_memory_pressure_calculator.h",
Expand Down
Loading

0 comments on commit ef46c00

Please sign in to comment.