summaryrefslogtreecommitdiffstats
path: root/cc/stubs
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 07:20:02 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 07:20:02 +0000
commit0fb25003a72734174c07bc7d3dd52bdf8995b511 (patch)
tree9298110000af24a36d96bad3e39dd471478d6d76 /cc/stubs
parentb2cb72e76acc9de620662ce960b9b37179ef5d45 (diff)
downloadchromium_src-0fb25003a72734174c07bc7d3dd52bdf8995b511.zip
chromium_src-0fb25003a72734174c07bc7d3dd52bdf8995b511.tar.gz
chromium_src-0fb25003a72734174c07bc7d3dd52bdf8995b511.tar.bz2
[cc] Land preliminary empty headers for libcc renames
Landing empty headers first will prevent gyp conflicts later. BUG=155413 Review URL: https://chromiumcodereview.appspot.com/11116002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/stubs')
-rw-r--r--cc/stubs/extensions_3d.h3
-rw-r--r--cc/stubs/extensions_3d_chromium.h3
-rw-r--r--cc/stubs/float_point.h3
-rw-r--r--cc/stubs/float_point_3d.h3
-rw-r--r--cc/stubs/float_quad.h3
-rw-r--r--cc/stubs/float_rect.h3
-rw-r--r--cc/stubs/float_size.h3
-rw-r--r--cc/stubs/graphics_context_3d.h3
-rw-r--r--cc/stubs/graphics_types_3d.h3
-rw-r--r--cc/stubs/int_point.h3
-rw-r--r--cc/stubs/int_rect.h3
-rw-r--r--cc/stubs/int_size.h3
-rw-r--r--cc/stubs/not_implemented.h3
-rw-r--r--cc/stubs/skia_utils.h3
-rw-r--r--cc/stubs/tiling_data.h3
-rw-r--r--cc/stubs/trace_event.h3
-rw-r--r--cc/stubs/unit_bezier.h3
17 files changed, 51 insertions, 0 deletions
diff --git a/cc/stubs/extensions_3d.h b/cc/stubs/extensions_3d.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/extensions_3d.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/extensions_3d_chromium.h b/cc/stubs/extensions_3d_chromium.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/extensions_3d_chromium.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/float_point.h b/cc/stubs/float_point.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/float_point.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/float_point_3d.h b/cc/stubs/float_point_3d.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/float_point_3d.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/float_quad.h b/cc/stubs/float_quad.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/float_quad.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/float_rect.h b/cc/stubs/float_rect.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/float_rect.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/float_size.h b/cc/stubs/float_size.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/float_size.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/graphics_context_3d.h b/cc/stubs/graphics_context_3d.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/graphics_context_3d.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/graphics_types_3d.h b/cc/stubs/graphics_types_3d.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/graphics_types_3d.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/int_point.h b/cc/stubs/int_point.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/int_point.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/int_rect.h b/cc/stubs/int_rect.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/int_rect.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/int_size.h b/cc/stubs/int_size.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/int_size.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/not_implemented.h b/cc/stubs/not_implemented.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/not_implemented.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/skia_utils.h b/cc/stubs/skia_utils.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/skia_utils.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/tiling_data.h b/cc/stubs/tiling_data.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/tiling_data.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/trace_event.h b/cc/stubs/trace_event.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/trace_event.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.
diff --git a/cc/stubs/unit_bezier.h b/cc/stubs/unit_bezier.h
new file mode 100644
index 0000000..638cbb2
--- /dev/null
+++ b/cc/stubs/unit_bezier.h
@@ -0,0 +1,3 @@
+// Copyright 2012 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.