Include inttypes.h unconditionally in format_macros.h - VS2103 now supplies this...
[chromium-blink-merge.git] / mandoline / BUILD.gn
blobdb956d323b831994ee963324a987075f5daa2417
1 # Copyright 2015 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.
5 group("all") {
6   # Meta-target, don't link into production code.
7   testonly = true
9   deps = [
10     ":tests",
11   ]
13   if (!is_component_build) {
14     deps += [ "//mandoline/app" ]
15   }
18 group("tests") {
19   testonly = true
20   deps = [
21     "//mojo:tests",
22   ]
24   # TODO(GYP): Make this work.
25   if (!is_component_build && !is_mac) {
26     deps += [
27       "//components/clipboard:apptests",
28       "//components/html_viewer:apptests",
29       "//components/html_viewer:tests",
30       "//components/resource_provider:apptests",
31       "//components/resource_provider:tests",
32       "//components/view_manager:apptests",
33       "//components/view_manager:tests",
34       "//components/window_manager:apptests",
35     ]
36   }