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

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

Issue 1185173003: Add support for DisplayConfigurator for content_shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-ozone-platform-flags
Patch Set: Created 5 years, 6 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/content_shell.gypi ('k') | content/shell/DEPS » ('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("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 } 296 }
297 297
298 # The test plugin relies on X11. 298 # The test plugin relies on X11.
299 if (is_linux && !use_x11) { 299 if (is_linux && !use_x11) {
300 #deps -= [ 'copy_test_netscape_plugin' ] TODO(GYP) 300 #deps -= [ 'copy_test_netscape_plugin' ] TODO(GYP)
301 } 301 }
302 302
303 if (is_chromeos) { 303 if (is_chromeos) {
304 deps += [ 304 deps += [
305 "//chromeos", 305 "//chromeos",
306 "//ui/display",
306 "//ui/wm:test_support", 307 "//ui/wm:test_support",
307 ] 308 ]
308 } 309 }
309 310
310 if (is_linux) { 311 if (is_linux) {
311 deps += [ "//third_party/freetype2" ] 312 deps += [ "//third_party/freetype2" ]
312 } 313 }
313 314
314 if (!enable_plugins) { 315 if (!enable_plugins) {
315 sources -= [ 316 sources -= [
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 445
445 deps = [ 446 deps = [
446 "//base", 447 "//base",
447 "//components/crash/tools:crash_service", 448 "//components/crash/tools:crash_service",
448 ] 449 ]
449 450
450 configs -= [ "//build/config/win:console" ] 451 configs -= [ "//build/config/win:console" ]
451 configs += [ "//build/config/win:windowed" ] 452 configs += [ "//build/config/win:windowed" ]
452 } 453 }
453 } 454 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698