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

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

Issue 2357453002: Fix ENABLE_SWIFTSHADER flag. (Closed)
Patch Set: Created 4 years, 3 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 | chrome/browser/about_flags.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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "//third_party/widevine/cdm:version_h", 201 "//third_party/widevine/cdm:version_h",
202 "//third_party/zlib", 202 "//third_party/zlib",
203 "//third_party/zlib:compression_utils", 203 "//third_party/zlib:compression_utils",
204 "//third_party/zlib:minizip", 204 "//third_party/zlib:minizip",
205 "//third_party/zlib:zip", 205 "//third_party/zlib:zip",
206 "//ui/base", 206 "//ui/base",
207 "//ui/base:ui_data_pack", 207 "//ui/base:ui_data_pack",
208 "//ui/events:events_base", 208 "//ui/events:events_base",
209 "//ui/gfx", 209 "//ui/gfx",
210 "//ui/gfx/geometry", 210 "//ui/gfx/geometry",
211 "//ui/gl:gl_features",
211 "//ui/message_center", 212 "//ui/message_center",
212 "//ui/resources", 213 "//ui/resources",
213 "//ui/shell_dialogs", 214 "//ui/shell_dialogs",
214 "//ui/strings", 215 "//ui/strings",
215 ] 216 ]
216 data_deps = [] 217 data_deps = []
217 218
218 sources += 219 sources +=
219 rebase_path(gypi_values.chrome_browser_undo_sources, ".", "//chrome") 220 rebase_path(gypi_values.chrome_browser_undo_sources, ".", "//chrome")
220 221
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 # linking all of the test support. 1361 # linking all of the test support.
1361 static_library("pepper_cdm_test_constants") { 1362 static_library("pepper_cdm_test_constants") {
1362 testonly = true 1363 testonly = true
1363 visibility = [ "//chrome/*" ] 1364 visibility = [ "//chrome/*" ]
1364 sources = [ 1365 sources = [
1365 "media/pepper_cdm_test_constants.cc", 1366 "media/pepper_cdm_test_constants.cc",
1366 "media/pepper_cdm_test_constants.h", 1367 "media/pepper_cdm_test_constants.h",
1367 ] 1368 ]
1368 } 1369 }
1369 } 1370 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698