OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//chrome/common/features.gni") |
8 | 9 |
9 gypi_values = exec_script("//build/gypi_to_gn.py", | 10 gypi_values = exec_script("//build/gypi_to_gn.py", |
10 [ rebase_path("../../chrome_browser_ui.gypi") ], | 11 [ rebase_path("../../chrome_browser_ui.gypi") ], |
11 "scope", | 12 "scope", |
12 [ "../../chrome_browser_ui.gypi" ]) | 13 [ "../../chrome_browser_ui.gypi" ]) |
13 | 14 |
14 config("ui_warnings") { | 15 config("ui_warnings") { |
15 if (is_clang) { | 16 if (is_clang) { |
16 # TODO(thakis): Remove this once http://crbug.com/383820 is figured out | 17 # TODO(thakis): Remove this once http://crbug.com/383820 is figured out |
17 cflags = [ "-Wno-nonnull" ] | 18 cflags = [ "-Wno-nonnull" ] |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 "//chrome/browser", | 603 "//chrome/browser", |
603 "//content/public/browser", | 604 "//content/public/browser", |
604 "//content/public/common", | 605 "//content/public/common", |
605 "//content/test:test_support", | 606 "//content/test:test_support", |
606 "//net:test_support", | 607 "//net:test_support", |
607 "//skia", | 608 "//skia", |
608 "//testing/gtest", | 609 "//testing/gtest", |
609 "//ui/base", | 610 "//ui/base", |
610 ] | 611 ] |
611 } | 612 } |
OLD | NEW |