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

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

Issue 2795263003: Remove unnecessary gin dependency from content/browser/. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | content/browser/child_process_launcher_helper_android.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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 "memory/memory_monitor_linux.cc", 1500 "memory/memory_monitor_linux.cc",
1501 "memory/memory_monitor_linux.h", 1501 "memory/memory_monitor_linux.h",
1502 ] 1502 ]
1503 } 1503 }
1504 1504
1505 if (!is_win) { 1505 if (!is_win) {
1506 sources += [ 1506 sources += [
1507 "file_descriptor_info_impl.cc", 1507 "file_descriptor_info_impl.cc",
1508 "file_descriptor_info_impl.h", 1508 "file_descriptor_info_impl.h",
1509 ] 1509 ]
1510
1511 # On Windows, the browser cannot depend on gin/V8.
1512 deps += [ "//gin" ]
1513 } 1510 }
1514 1511
1515 if (enable_basic_printing || enable_print_preview) { 1512 if (enable_basic_printing || enable_print_preview) {
1516 deps += [ "//printing" ] 1513 deps += [ "//printing" ]
1517 } 1514 }
1518 1515
1519 if (!is_mac) { 1516 if (!is_mac) {
1520 deps += [ "//sandbox" ] 1517 deps += [ "//sandbox" ]
1521 } 1518 }
1522 if (!is_android) { 1519 if (!is_android) {
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 if (!is_component_build) { 2056 if (!is_component_build) {
2060 public_deps = [ 2057 public_deps = [
2061 ":browser", 2058 ":browser",
2062 ] 2059 ]
2063 } else { 2060 } else {
2064 public_deps = [ 2061 public_deps = [
2065 "//third_party/leveldatabase", 2062 "//third_party/leveldatabase",
2066 ] 2063 ]
2067 } 2064 }
2068 } 2065 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/child_process_launcher_helper_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698