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

Unified Diff: components/content_settings/core/common/BUILD.gn

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed empty DEPS Created 6 years, 5 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: components/content_settings/core/common/BUILD.gn
diff --git a/mojo/public/js/bindings/BUILD.gn b/components/content_settings/core/common/BUILD.gn
similarity index 74%
copy from mojo/public/js/bindings/BUILD.gn
copy to components/content_settings/core/common/BUILD.gn
index 0f305e924ec52d3d1b6923ecc012b55a1ac69eac..7c7d0a1e7e0af0f46bc64d29342a57f1fd40c655 100644
--- a/mojo/public/js/bindings/BUILD.gn
+++ b/components/content_settings/core/common/BUILD.gn
@@ -2,9 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("bindings") {
+source_set("common") {
sources = [
- "constants.cc",
- "constants.h",
+ "content_settings_types.h",
]
}
« no previous file with comments | « components/content_settings/OWNERS ('k') | components/content_settings/core/common/content_settings_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698