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

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

Issue 2455983004: NOT FOR SUBMISSION: local copy of leon.han's CL (Closed)
Patch Set: Rebase 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 | « no previous file | content/public/test/render_view_test.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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//device/battery:mojo_bindings", 62 "//device/battery:mojo_bindings",
63 "//device/bluetooth", 63 "//device/bluetooth",
64 "//device/gamepad", 64 "//device/gamepad",
65 "//device/generic_sensor", 65 "//device/generic_sensor",
66 "//device/geolocation", 66 "//device/geolocation",
67 "//device/geolocation/public/interfaces", 67 "//device/geolocation/public/interfaces",
68 "//device/nfc:mojo_bindings", 68 "//device/nfc:mojo_bindings",
69 "//device/power_save_blocker", 69 "//device/power_save_blocker",
70 "//device/sensors/public/cpp", 70 "//device/sensors/public/cpp",
71 "//device/time_zone_monitor", 71 "//device/time_zone_monitor",
72 "//device/time_zone_monitor/public/interfaces",
72 "//device/vibration", 73 "//device/vibration",
73 "//device/wake_lock", 74 "//device/wake_lock",
74 "//gin", 75 "//gin",
75 "//google_apis", 76 "//google_apis",
76 "//gpu", 77 "//gpu",
77 "//gpu/command_buffer/client:gles2_implementation", 78 "//gpu/command_buffer/client:gles2_implementation",
78 "//gpu/command_buffer/client:gles2_interface", 79 "//gpu/command_buffer/client:gles2_interface",
79 "//ipc", 80 "//ipc",
80 "//ipc:mojom", 81 "//ipc:mojom",
81 "//media", 82 "//media",
(...skipping 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 if (!is_component_build) { 1947 if (!is_component_build) {
1947 public_deps = [ 1948 public_deps = [
1948 ":browser", 1949 ":browser",
1949 ] 1950 ]
1950 } else { 1951 } else {
1951 public_deps = [ 1952 public_deps = [
1952 "//third_party/leveldatabase", 1953 "//third_party/leveldatabase",
1953 ] 1954 ]
1954 } 1955 }
1955 } 1956 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698