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

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

Issue 666533007: Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: 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
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 # # chrome/browser/metrics/variations/generate_resources_map.py 160 # # chrome/browser/metrics/variations/generate_resources_map.py
161 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener ated_resources_map.cc', 161 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener ated_resources_map.cc',
162 162
163 defines = nacl_defines 163 defines = nacl_defines
164 164
165 deps += [ 165 deps += [
166 "//apps", 166 "//apps",
167 "//cc", 167 "//cc",
168 "//chrome/browser/devtools", 168 "//chrome/browser/devtools",
169 "//chrome/installer/util", 169 "//chrome/installer/util",
170 "//components/app_modal_dialogs",
170 "//components/autofill/content/browser", 171 "//components/autofill/content/browser",
171 "//components/dom_distiller/content", 172 "//components/dom_distiller/content",
172 "//components/keyed_service/content", 173 "//components/keyed_service/content",
173 "//components/navigation_interception", 174 "//components/navigation_interception",
174 "//components/password_manager/content/browser", 175 "//components/password_manager/content/browser",
175 "//components/precache/content", 176 "//components/precache/content",
176 "//components/sessions:sessions_content", 177 "//components/sessions:sessions_content",
177 "//components/storage_monitor", 178 "//components/storage_monitor",
178 "//components/translate/content/browser", 179 "//components/translate/content/browser",
179 "//components/url_matcher", 180 "//components/url_matcher",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "component_updater/cld_component_installer.cc", 258 "component_updater/cld_component_installer.cc",
258 "component_updater/cld_component_installer.h", 259 "component_updater/cld_component_installer.h",
259 ] 260 ]
260 } 261 }
261 if (enable_extensions) { 262 if (enable_extensions) {
262 public_deps += [ "//chrome/browser/extensions" ] 263 public_deps += [ "//chrome/browser/extensions" ]
263 deps += [ 264 deps += [
264 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 265 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
265 "//chrome/common/extensions/api", 266 "//chrome/common/extensions/api",
266 "//chrome/common/extensions/api:api_registration", 267 "//chrome/common/extensions/api:api_registration",
268 "//extensions/components/javascript_dialog_extensions_client",
267 ] 269 ]
268 sources += rebase_path(gypi_values.chrome_browser_extensions_sources, 270 sources += rebase_path(gypi_values.chrome_browser_extensions_sources,
269 ".", "//chrome") 271 ".", "//chrome")
270 } 272 }
271 if (enable_background) { 273 if (enable_background) {
272 sources += rebase_path(gypi_values.chrome_browser_background_sources, 274 sources += rebase_path(gypi_values.chrome_browser_background_sources,
273 ".", "//chrome") 275 ".", "//chrome")
274 if (!use_aura || is_win || is_chromeos) { 276 if (!use_aura || is_win || is_chromeos) {
275 sources -= [ "background/background_mode_manager_aura.cc" ] 277 sources -= [ "background/background_mode_manager_aura.cc" ]
276 } 278 }
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 ] 964 ]
963 } 965 }
964 966
965 if (enable_wifi_bootstrapping) { 967 if (enable_wifi_bootstrapping) {
966 sources += [ 968 sources += [
967 "local_discovery/wifi/mock_wifi_manager.cc", 969 "local_discovery/wifi/mock_wifi_manager.cc",
968 "local_discovery/wifi/mock_wifi_manager.h", 970 "local_discovery/wifi/mock_wifi_manager.h",
969 ] 971 ]
970 } 972 }
971 } 973 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/ui/cocoa/javascript_app_modal_dialog_cocoa.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698