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

Unified Diff: Source/bindings/tests/results/modules/BooleanOrString.cpp

Issue 953123003: IDL: Put generated union type containers in separate files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/bindings/tests/results/modules/BooleanOrString.cpp
diff --git a/Source/bindings/tests/results/modules/UnionTypesModules.cpp b/Source/bindings/tests/results/modules/BooleanOrString.cpp
similarity index 95%
copy from Source/bindings/tests/results/modules/UnionTypesModules.cpp
copy to Source/bindings/tests/results/modules/BooleanOrString.cpp
index 6438e18dd44c7c5b7e81fde3f33ddab95f11f56b..490c638861287b68ef0b77a683f0c5642ba7bbfa 100644
--- a/Source/bindings/tests/results/modules/UnionTypesModules.cpp
+++ b/Source/bindings/tests/results/modules/BooleanOrString.cpp
@@ -1,11 +1,11 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// 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.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#include "config.h"
-#include "bindings/modules/v8/UnionTypesModules.h"
+#include "BooleanOrString.h"
namespace blink {
« no previous file with comments | « Source/bindings/tests/results/modules/BooleanOrString.h ('k') | Source/bindings/tests/results/modules/UnionTypesModules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698