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

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

Issue 2688413007: Add display::GetDisplayNearestView (Closed)
Patch Set: add missing files Created 3 years, 10 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
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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 "//third_party/widevine/cdm:headers", 1570 "//third_party/widevine/cdm:headers",
1571 "//third_party/zlib", 1571 "//third_party/zlib",
1572 "//third_party/zlib:compression_utils", 1572 "//third_party/zlib:compression_utils",
1573 "//third_party/zlib:minizip", 1573 "//third_party/zlib:minizip",
1574 "//third_party/zlib:zip", 1574 "//third_party/zlib:zip",
1575 "//ui/base", 1575 "//ui/base",
1576 "//ui/base:ui_data_pack", 1576 "//ui/base:ui_data_pack",
1577 "//ui/base/ime", 1577 "//ui/base/ime",
1578 "//ui/events:events_base", 1578 "//ui/events:events_base",
1579 "//ui/gfx", 1579 "//ui/gfx",
1580 "//ui/gfx:view_util",
1580 "//ui/gfx/geometry", 1581 "//ui/gfx/geometry",
1581 "//ui/gl", 1582 "//ui/gl",
1582 "//ui/gl:gl_features", 1583 "//ui/gl:gl_features",
1583 "//ui/message_center", 1584 "//ui/message_center",
1584 "//ui/resources", 1585 "//ui/resources",
1585 "//ui/shell_dialogs", 1586 "//ui/shell_dialogs",
1586 "//ui/strings", 1587 "//ui/strings",
1587 "//ui/surface", 1588 "//ui/surface",
1588 "//ui/web_dialogs", 1589 "//ui/web_dialogs",
1589 ] 1590 ]
(...skipping 2932 matching lines...) Expand 10 before | Expand all | Expand 10 after
4522 "media/pepper_cdm_test_constants.cc", 4523 "media/pepper_cdm_test_constants.cc",
4523 "media/pepper_cdm_test_constants.h", 4524 "media/pepper_cdm_test_constants.h",
4524 ] 4525 ]
4525 } 4526 }
4526 } 4527 }
4527 4528
4528 service_manifest("preferences_manifest") { 4529 service_manifest("preferences_manifest") {
4529 name = "preferences" 4530 name = "preferences"
4530 source = "prefs/preferences_manifest.json" 4531 source = "prefs/preferences_manifest.json"
4531 } 4532 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | content/browser/renderer_host/render_widget_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698