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

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

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 months 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
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | chrome/browser/policy/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 } 284 }
285 if (is_win || is_mac || is_desktop_linux) { 285 if (is_win || is_mac || is_desktop_linux) {
286 sources += rebase_path(gypi_values.chrome_browser_policy_desktop_sources, 286 sources += rebase_path(gypi_values.chrome_browser_policy_desktop_sources,
287 ".", "//chrome") 287 ".", "//chrome")
288 } 288 }
289 if (is_android || is_ios) { 289 if (is_android || is_ios) {
290 sources += rebase_path(gypi_values.chrome_browser_mobile_sources, 290 sources += rebase_path(gypi_values.chrome_browser_mobile_sources,
291 ".", "//chrome") 291 ".", "//chrome")
292 } else { # Non-mobile 292 } else { # Non-mobile
293 deps += [ 293 deps += [
294 #"policy_path_parser", TODO(GYP) 294 "//chrome/browser/policy:path_parser",
295 ] 295 ]
296 } 296 }
297 } else { 297 } else {
298 # Configuration policy disabled. 298 # Configuration policy disabled.
299 sources += rebase_path(gypi_values.chrome_browser_policy_disabled_sources, 299 sources += rebase_path(gypi_values.chrome_browser_policy_disabled_sources,
300 ".", "//chrome") 300 ".", "//chrome")
301 } 301 }
302 302
303 if (enable_plugins) { 303 if (enable_plugins) {
304 sources += rebase_path(gypi_values.chrome_browser_plugins_sources, 304 sources += rebase_path(gypi_values.chrome_browser_plugins_sources,
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 # TODO(GYP) write internal action 661 # TODO(GYP) write internal action
662 if (false) { #if (is_chrome_branded) { 662 if (false) { #if (is_chrome_branded) {
663 action("chrome_internal_resources_gen") { 663 action("chrome_internal_resources_gen") {
664 # TODO(GYP) 664 # TODO(GYP)
665 } 665 }
666 } else { 666 } else {
667 group("chrome_internal_resources_gen") { 667 group("chrome_internal_resources_gen") {
668 # Empty placeholder. 668 # Empty placeholder.
669 } 669 }
670 } 670 }
OLDNEW
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | chrome/browser/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698