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

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

Issue 2498733002: Remove some global UI defines (Closed)
Patch Set: Merge Created 4 years, 1 month 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/child/blink_platform_impl.h ('k') | content/renderer/render_view_impl.cc » ('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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "//mojo/public/js", 441 "//mojo/public/js",
442 "//net", 442 "//net",
443 "//ppapi/features", 443 "//ppapi/features",
444 "//printing/features", 444 "//printing/features",
445 "//sandbox", 445 "//sandbox",
446 "//services/service_manager/public/cpp", 446 "//services/service_manager/public/cpp",
447 "//services/service_manager/public/interfaces", 447 "//services/service_manager/public/interfaces",
448 "//skia", 448 "//skia",
449 "//storage/common", 449 "//storage/common",
450 "//third_party/WebKit/public:blink", 450 "//third_party/WebKit/public:blink",
451 "//third_party/WebKit/public:features",
451 "//third_party/WebKit/public:mojo_bindings", 452 "//third_party/WebKit/public:mojo_bindings",
452 "//third_party/boringssl", 453 "//third_party/boringssl",
453 "//third_party/icu", 454 "//third_party/icu",
454 "//third_party/libjingle", 455 "//third_party/libjingle",
455 "//third_party/libyuv", 456 "//third_party/libyuv",
456 "//third_party/widevine/cdm:headers", 457 "//third_party/widevine/cdm:headers",
457 "//ui/accessibility", 458 "//ui/accessibility",
458 "//ui/base", 459 "//ui/base",
459 "//ui/base/ime", 460 "//ui/base/ime",
460 "//ui/display", 461 "//ui/display",
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 # For the defines in mojo_media_config. 914 # For the defines in mojo_media_config.
914 public_configs = [ "//media/mojo/services:mojo_media_config" ] 915 public_configs = [ "//media/mojo/services:mojo_media_config" ]
915 } 916 }
916 917
917 if (!is_component_build) { 918 if (!is_component_build) {
918 public_deps = [ 919 public_deps = [
919 ":renderer", 920 ":renderer",
920 ] 921 ]
921 } 922 }
922 } 923 }
OLDNEW
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698