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

Unified Diff: extensions/browser/api/app_current_window_internal/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: win fix Created 4 years, 3 months 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
Index: extensions/browser/api/app_current_window_internal/BUILD.gn
diff --git a/components/crash/core/browser/BUILD.gn b/extensions/browser/api/app_current_window_internal/BUILD.gn
similarity index 53%
copy from components/crash/core/browser/BUILD.gn
copy to extensions/browser/api/app_current_window_internal/BUILD.gn
index d11108e0471fc8e3a565d7ac19584192b12b028f..dadee2bb147a705966d04e6bc59581398c740cf2 100644
--- a/components/crash/core/browser/BUILD.gn
+++ b/extensions/browser/api/app_current_window_internal/BUILD.gn
@@ -1,16 +1,14 @@
# Copyright 2015 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.
-
-static_library("browser") {
+source_set("app_current_window_internal") {
sources = [
- "crashes_ui_util.cc",
- "crashes_ui_util.h",
+ "app_current_window_internal_api.cc",
+ "app_current_window_internal_api.h",
]
+
deps = [
- "//base",
- "//base:i18n",
- "//components/strings",
- "//components/upload_list",
+ "//content/public/browser",
+ "//skia",
]
}

Powered by Google App Engine
This is Rietveld 408576698