| OLD | NEW |
| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.gni") |
| 9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
| 10 | 10 |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 # # This file is generated by | 133 # # This file is generated by |
| 134 # # chrome/browser/metrics/variations/generate_resources_map.py | 134 # # chrome/browser/metrics/variations/generate_resources_map.py |
| 135 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', | 135 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', |
| 136 | 136 |
| 137 defines = nacl_defines | 137 defines = nacl_defines |
| 138 | 138 |
| 139 deps += [ | 139 deps += [ |
| 140 "//apps", | 140 "//apps", |
| 141 "//cc", | 141 "//cc", |
| 142 "//chrome/browser/devtools", | 142 "//chrome/browser/devtools", |
| 143 "//chrome/browser/performance_monitor", | |
| 144 "//chrome/common/extensions/api", | 143 "//chrome/common/extensions/api", |
| 145 "//chrome/common/extensions/api:api_registration", | 144 "//chrome/common/extensions/api:api_registration", |
| 146 "//chrome/installer/util", | 145 "//chrome/installer/util", |
| 147 "//components/autofill/content/browser", | 146 "//components/autofill/content/browser", |
| 148 "//components/dom_distiller/content", | 147 "//components/dom_distiller/content", |
| 149 "//components/keyed_service/content", | 148 "//components/keyed_service/content", |
| 150 "//components/navigation_interception", | 149 "//components/navigation_interception", |
| 151 "//components/password_manager/content/browser", | 150 "//components/password_manager/content/browser", |
| 152 "//components/precache/content", | 151 "//components/precache/content", |
| 153 "//components/sessions", | 152 "//components/sessions", |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 # TODO(GYP) write internal action | 661 # TODO(GYP) write internal action |
| 663 if (false) { #if (is_chrome_branded) { | 662 if (false) { #if (is_chrome_branded) { |
| 664 action("chrome_internal_resources_gen") { | 663 action("chrome_internal_resources_gen") { |
| 665 # TODO(GYP) | 664 # TODO(GYP) |
| 666 } | 665 } |
| 667 } else { | 666 } else { |
| 668 group("chrome_internal_resources_gen") { | 667 group("chrome_internal_resources_gen") { |
| 669 # Empty placeholder. | 668 # Empty placeholder. |
| 670 } | 669 } |
| 671 } | 670 } |
| OLD | NEW |