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

Unified Diff: chrome/browser/resources/BUILD.gn

Issue 1480693003: Revert of New build flag system, convert Google Now flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « chrome/browser/profiles/profile.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index 14de7095cdc0c7e1a636ab0b50c36aa90ee94bdc..a5949a2136bf9087848bd4ca40da17c96f3acf7d 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -2,12 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//chrome/common/features.gni")
import("//tools/grit/grit_rule.gni")
grit("memory_internals_resources") {
source = "memory_internals_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/memory_internals_resources.h",
"memory_internals_resources.pak",
@@ -17,7 +15,6 @@
grit("net_internals_resources") {
source = "net_internals_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/net_internals_resources.h",
"net_internals_resources.pak",
@@ -27,7 +24,6 @@
grit("invalidations_resources") {
source = "invalidations_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/invalidations_resources.h",
"invalidations_resources.pak",
@@ -37,7 +33,6 @@
grit("password_manager_internals_resources") {
source = "password_manager_internals_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/password_manager_internals_resources.h",
"password_manager_internals_resources.pak",
@@ -47,7 +42,6 @@
grit("signin_internals_resources") {
source = "signin_internals_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/signin_internals_resources.h",
"signin_internals_resources.pak",
@@ -57,7 +51,6 @@
grit("translate_internals_resources") {
source = "translate_internals_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/translate_internals_resources.h",
"translate_internals_resources.pak",
@@ -78,7 +71,6 @@
if (!is_ios) {
grit("component_extension_resources") {
source = "component_extension_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/component_extension_resources.h",
"grit/component_extension_resources_map.cc",
@@ -90,7 +82,6 @@
grit("settings_resources") {
source = "settings/settings_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/settings_resources.h",
"grit/settings_resources_map.cc",
@@ -102,7 +93,6 @@
grit("options_resources") {
source = "options_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/options_resources.h",
"options_resources.pak",
@@ -112,7 +102,6 @@
grit("options_test_resources") {
source = "options_test_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/options_test_resources.h",
"options_test_resources.pak",
@@ -122,7 +111,6 @@
grit("quota_internals_resources") {
source = "quota_internals_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/quota_internals_resources.h",
"quota_internals_resources.pak",
@@ -132,7 +120,6 @@
grit("sync_file_system_internals_resources") {
source = "sync_file_system_internals_resources.grd"
- defines = chrome_grit_defines
outputs = [
"grit/sync_file_system_internals_resources.h",
"sync_file_system_internals_resources.pak",
« no previous file with comments | « chrome/browser/profiles/profile.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698