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

Unified Diff: components/app_modal_dialogs/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_dialogs.gypi ('k') | components/app_modal_dialogs/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/app_modal_dialogs/BUILD.gn
diff --git a/components/app_modal_dialogs/BUILD.gn b/components/app_modal_dialogs/BUILD.gn
deleted file mode 100644
index ef2f9329bad78e272a927301889c25a0ca5a26b1..0000000000000000000000000000000000000000
--- a/components/app_modal_dialogs/BUILD.gn
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config/ui.gni")
-
-static_library("app_modal_dialogs") {
- 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",
- "javascript_dialog_manager.cc",
- "javascript_dialog_manager.h",
- "javascript_dialog_manager_impl.cc",
- "javascript_dialog_manager_impl.h",
- "javascript_native_dialog_factory.h",
- "native_app_modal_dialog.h"
- ]
-
- deps = [
- "//components/strings",
- "//content/public/browser",
- "//content/public/common",
- "//skia",
- ]
-
- if (use_aura) {
- deps += [ "//ui/aura" ]
- }
-
- if (toolkit_views && !is_mac) {
- sources += [
- "views/javascript_app_modal_dialog_views.h",
- "views/javascript_app_modal_dialog_views.cc",
- ]
- }
-}
« no previous file with comments | « components/app_modal_dialogs.gypi ('k') | components/app_modal_dialogs/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698