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

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

Issue 2337243003: Fix ENABLE_SWIFTSHADER flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dep 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') | ui/gl/BUILD.gn » ('J')
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 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 "//third_party/zlib:compression_utils", 1430 "//third_party/zlib:compression_utils",
1431 "//third_party/zlib:minizip", 1431 "//third_party/zlib:minizip",
1432 "//third_party/zlib:zip", 1432 "//third_party/zlib:zip",
1433 "//ui/base", 1433 "//ui/base",
1434 "//ui/base:ui_data_pack", 1434 "//ui/base:ui_data_pack",
1435 "//ui/base/ime", 1435 "//ui/base/ime",
1436 "//ui/events:events_base", 1436 "//ui/events:events_base",
1437 "//ui/gfx", 1437 "//ui/gfx",
1438 "//ui/gfx/geometry", 1438 "//ui/gfx/geometry",
1439 "//ui/gl", 1439 "//ui/gl",
1440 "//ui/gl:gl_features",
1440 "//ui/message_center", 1441 "//ui/message_center",
1441 "//ui/resources", 1442 "//ui/resources",
1442 "//ui/resources", 1443 "//ui/resources",
1443 "//ui/shell_dialogs", 1444 "//ui/shell_dialogs",
1444 "//ui/strings", 1445 "//ui/strings",
1445 "//ui/surface", 1446 "//ui/surface",
1446 "//ui/web_dialogs", 1447 "//ui/web_dialogs",
1447 "//v8", 1448 "//v8",
1448 ] 1449 ]
1449 data_deps = [] 1450 data_deps = []
(...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 # linking all of the test support. 4227 # linking all of the test support.
4227 static_library("pepper_cdm_test_constants") { 4228 static_library("pepper_cdm_test_constants") {
4228 testonly = true 4229 testonly = true
4229 visibility = [ "//chrome/*" ] 4230 visibility = [ "//chrome/*" ]
4230 sources = [ 4231 sources = [
4231 "media/pepper_cdm_test_constants.cc", 4232 "media/pepper_cdm_test_constants.cc",
4232 "media/pepper_cdm_test_constants.h", 4233 "media/pepper_cdm_test_constants.h",
4233 ] 4234 ]
4234 } 4235 }
4235 } 4236 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | ui/gl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698