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

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

Issue 735473002: Rename app_modal_dialogs dir to app_modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 6 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 unified diff | Download patch
« no previous file with comments | « athena/extensions/athena_javascript_native_dialog_factory.cc ('k') | chrome/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/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 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 # # chrome/browser/metrics/variations/generate_resources_map.py 193 # # chrome/browser/metrics/variations/generate_resources_map.py
194 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener ated_resources_map.cc', 194 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener ated_resources_map.cc',
195 195
196 defines = nacl_defines 196 defines = nacl_defines
197 197
198 deps += [ 198 deps += [
199 "//apps", 199 "//apps",
200 "//cc", 200 "//cc",
201 "//chrome/browser/devtools", 201 "//chrome/browser/devtools",
202 "//chrome/installer/util", 202 "//chrome/installer/util",
203 "//components/app_modal_dialogs", 203 "//components/app_modal",
204 "//components/autofill/content/browser", 204 "//components/autofill/content/browser",
205 "//components/dom_distiller/content", 205 "//components/dom_distiller/content",
206 "//components/keyed_service/content", 206 "//components/keyed_service/content",
207 "//components/navigation_interception", 207 "//components/navigation_interception",
208 "//components/password_manager/content/browser", 208 "//components/password_manager/content/browser",
209 "//components/precache/content", 209 "//components/precache/content",
210 "//components/sessions:sessions_content", 210 "//components/sessions:sessions_content",
211 "//components/storage_monitor", 211 "//components/storage_monitor",
212 "//components/translate/content/browser", 212 "//components/translate/content/browser",
213 "//components/url_matcher", 213 "//components/url_matcher",
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 ] 1001 ]
1002 } 1002 }
1003 1003
1004 if (enable_wifi_bootstrapping) { 1004 if (enable_wifi_bootstrapping) {
1005 sources += [ 1005 sources += [
1006 "local_discovery/wifi/mock_wifi_manager.cc", 1006 "local_discovery/wifi/mock_wifi_manager.cc",
1007 "local_discovery/wifi/mock_wifi_manager.h", 1007 "local_discovery/wifi/mock_wifi_manager.h",
1008 ] 1008 ]
1009 } 1009 }
1010 } 1010 }
OLDNEW
« no previous file with comments | « athena/extensions/athena_javascript_native_dialog_factory.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698