vector_icons.cc.template 562 B

1234567891011121314151617181920
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. // vector_icons.cc.template is used to generate vector_icons.cc. Edit the former
  5. // rather than the latter.
  6. #include "components/vector_icons/vector_icons.h"
  7. #include "components/vector_icons/cc_macros.h"
  8. #include "ui/gfx/vector_icon_types.h"
  9. #define DECLARE_VECTOR_COMMAND(x) using gfx::x;
  10. DECLARE_VECTOR_COMMANDS
  11. namespace vector_icons {
  12. TEMPLATE_PLACEHOLDER
  13. } // namespace vector_icons