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

Unified Diff: components/app_modal/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/app_modal.gypi ('k') | components/app_modal/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/app_modal/BUILD.gn
diff --git a/components/app_modal_dialogs/BUILD.gn b/components/app_modal/BUILD.gn
similarity index 93%
rename from components/app_modal_dialogs/BUILD.gn
rename to components/app_modal/BUILD.gn
index ef2f9329bad78e272a927301889c25a0ca5a26b1..26df1dffd3418ea50ffe0f544b8746584efb6538 100644
--- a/components/app_modal_dialogs/BUILD.gn
+++ b/components/app_modal/BUILD.gn
@@ -4,13 +4,12 @@
import("//build/config/ui.gni")
-static_library("app_modal_dialogs") {
+static_library("app_modal") {
sources = [
"app_modal_dialog.cc",
"app_modal_dialog.h",
"app_modal_dialog_queue.cc",
"app_modal_dialog_queue.h",
- "app_modal_dialog_test_util.h",
"javascript_app_modal_dialog.cc",
"javascript_app_modal_dialog.h",
"javascript_dialog_extension_client.h",
« no previous file with comments | « components/app_modal.gypi ('k') | components/app_modal/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698