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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 1475513006: New build flag system, convert Google Now flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add hard dependency flags Created 5 years 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 unified diff | Download patch
OLDNEW
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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "//chrome/browser", 602 "//chrome/browser",
602 "//content/public/browser", 603 "//content/public/browser",
603 "//content/public/common", 604 "//content/public/common",
604 "//content/test:test_support", 605 "//content/test:test_support",
605 "//net:test_support", 606 "//net:test_support",
606 "//skia", 607 "//skia",
607 "//testing/gtest", 608 "//testing/gtest",
608 "//ui/base", 609 "//ui/base",
609 ] 610 ]
610 } 611 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/BUILD.gn ('k') | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698