| OLD | NEW |
| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 9 | 9 |
| 10 source_set("browser") { | 10 source_set("browser") { |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "//third_party/WebKit/public:blink_headers", | 104 "//third_party/WebKit/public:blink_headers", |
| 105 "//third_party/WebKit/public:image_resources", | 105 "//third_party/WebKit/public:image_resources", |
| 106 "//third_party/WebKit/public:mojo_bindings", | 106 "//third_party/WebKit/public:mojo_bindings", |
| 107 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", | 107 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", |
| 108 "//third_party/WebKit/public:resources", | 108 "//third_party/WebKit/public:resources", |
| 109 "//third_party/angle:angle_common", | 109 "//third_party/angle:angle_common", |
| 110 "//third_party/icu", | 110 "//third_party/icu", |
| 111 "//third_party/kasko:kasko_features", | 111 "//third_party/kasko:kasko_features", |
| 112 "//third_party/libyuv", | 112 "//third_party/libyuv", |
| 113 "//third_party/re2", | 113 "//third_party/re2", |
| 114 "//third_party/widevine/cdm:cdm_features", |
| 114 "//third_party/zlib", | 115 "//third_party/zlib", |
| 115 "//third_party/zlib:zip", | 116 "//third_party/zlib:zip", |
| 116 "//ui/accessibility", | 117 "//ui/accessibility", |
| 117 "//ui/accessibility:ax_gen", | 118 "//ui/accessibility:ax_gen", |
| 118 "//ui/base", | 119 "//ui/base", |
| 119 "//ui/base/ime", | 120 "//ui/base/ime", |
| 120 "//ui/display", | 121 "//ui/display", |
| 121 "//ui/display/types", | 122 "//ui/display/types", |
| 122 "//ui/events", | 123 "//ui/events", |
| 123 "//ui/events:gesture_detection", | 124 "//ui/events:gesture_detection", |
| (...skipping 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1935 if (!is_component_build) { | 1936 if (!is_component_build) { |
| 1936 public_deps = [ | 1937 public_deps = [ |
| 1937 ":browser", | 1938 ":browser", |
| 1938 ] | 1939 ] |
| 1939 } else { | 1940 } else { |
| 1940 public_deps = [ | 1941 public_deps = [ |
| 1941 "//third_party/leveldatabase", | 1942 "//third_party/leveldatabase", |
| 1942 ] | 1943 ] |
| 1943 } | 1944 } |
| 1944 } | 1945 } |
| OLD | NEW |