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

Side by Side Diff: content/shell/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 years, 4 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 | « content/gpu/BUILD.gn ('k') | content/test/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "browser/shell_platform_data_aura.cc", 299 "browser/shell_platform_data_aura.cc",
300 "browser/shell_platform_data_aura.h", 300 "browser/shell_platform_data_aura.h",
301 ] 301 ]
302 } 302 }
303 303
304 # The test plugin relies on X11. 304 # The test plugin relies on X11.
305 if (is_linux && !use_x11) { 305 if (is_linux && !use_x11) {
306 #deps -= [ 'copy_test_netscape_plugin' ] TODO(GYP) 306 #deps -= [ 'copy_test_netscape_plugin' ] TODO(GYP)
307 } 307 }
308 308
309 if (is_chromeos) { 309 if (use_cros_fe) {
310 deps += [ 310 deps += [
311 "//chromeos", 311 "//chromeos",
312 "//ui/wm:test_support", 312 "//ui/wm:test_support",
313 ] 313 ]
314 } 314 }
315 315
316 if (is_linux) { 316 if (is_linux) {
317 deps += [ "//third_party/freetype2" ] 317 deps += [ "//third_party/freetype2" ]
318 } 318 }
319 319
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 457
458 deps = [ 458 deps = [
459 "//base", 459 "//base",
460 "//components/crash/tools:crash_service", 460 "//components/crash/tools:crash_service",
461 ] 461 ]
462 462
463 configs -= [ "//build/config/win:console" ] 463 configs -= [ "//build/config/win:console" ]
464 configs += [ "//build/config/win:windowed" ] 464 configs += [ "//build/config/win:windowed" ]
465 } 465 }
466 } 466 }
OLDNEW
« no previous file with comments | « content/gpu/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698