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

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

Issue 2485083003: views: add layout delegates (Closed)
Patch Set: 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
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 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1482 "//ui/web_dialogs", 1482 "//ui/web_dialogs",
1483 "//v8", 1483 "//v8",
1484 ] 1484 ]
1485 data_deps = [] 1485 data_deps = []
1486 1486
1487 if (is_chromeos && use_cras) { 1487 if (is_chromeos && use_cras) {
1488 defines += [ "USE_CRAS" ] 1488 defines += [ "USE_CRAS" ]
1489 } 1489 }
1490 1490
1491 if (toolkit_views) { 1491 if (toolkit_views) {
1492 deps += [ "//ui/views" ] 1492 deps += [
1493 "//ui/harmony",
1494 "//ui/views",
1495 ]
1493 } 1496 }
1494 1497
1495 if (is_win || is_mac) { 1498 if (is_win || is_mac) {
1496 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1499 # Sources (generally "desktop OS importers") used only on Mac & Windows.
1497 sources += [ 1500 sources += [
1498 "crash_upload_list/crash_upload_list_crashpad.cc", 1501 "crash_upload_list/crash_upload_list_crashpad.cc",
1499 "crash_upload_list/crash_upload_list_crashpad.h", 1502 "crash_upload_list/crash_upload_list_crashpad.h",
1500 "media_galleries/fileapi/file_path_watcher_util.cc", 1503 "media_galleries/fileapi/file_path_watcher_util.cc",
1501 "media_galleries/fileapi/file_path_watcher_util.h", 1504 "media_galleries/fileapi/file_path_watcher_util.h",
1502 "media_galleries/fileapi/iapps_data_provider.cc", 1505 "media_galleries/fileapi/iapps_data_provider.cc",
(...skipping 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after
4377 # linking all of the test support. 4380 # linking all of the test support.
4378 static_library("pepper_cdm_test_constants") { 4381 static_library("pepper_cdm_test_constants") {
4379 testonly = true 4382 testonly = true
4380 visibility = [ "//chrome/*" ] 4383 visibility = [ "//chrome/*" ]
4381 sources = [ 4384 sources = [
4382 "media/pepper_cdm_test_constants.cc", 4385 "media/pepper_cdm_test_constants.cc",
4383 "media/pepper_cdm_test_constants.h", 4386 "media/pepper_cdm_test_constants.h",
4384 ] 4387 ]
4385 } 4388 }
4386 } 4389 }
OLDNEW
« no previous file with comments | « .gn ('k') | chrome/browser/ui/views/login_view.cc » ('j') | ui/harmony/harmony_layout_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698