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

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

Issue 2887003003: Create DomAgent and CSSAgent in Chrome. (Closed)
Patch Set: address comments. Created 3 years, 6 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 | « ash/shell.cc ('k') | chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h » ('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/chromecast_build.gni") 5 import("//build/config/chromecast_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 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1619 "views/update_recommended_message_box.cc", 1619 "views/update_recommended_message_box.cc",
1620 "views/update_recommended_message_box.h", 1620 "views/update_recommended_message_box.h",
1621 ] 1621 ]
1622 deps += [ 1622 deps += [
1623 "//chrome/browser/ui/views", 1623 "//chrome/browser/ui/views",
1624 "//components/constrained_window", 1624 "//components/constrained_window",
1625 "//components/payments/content", 1625 "//components/payments/content",
1626 "//components/payments/core", 1626 "//components/payments/core",
1627 "//services/ui/public/cpp/input_devices", 1627 "//services/ui/public/cpp/input_devices",
1628 ] 1628 ]
1629
1630 if (use_aura) {
1631 deps += [ "//components/ui_devtools/views" ]
1632 }
1633
1629 allow_circular_includes_from += [ "//chrome/browser/ui/views" ] 1634 allow_circular_includes_from += [ "//chrome/browser/ui/views" ]
1630 1635
1631 if (enable_extensions) { 1636 if (enable_extensions) {
1632 deps += [ "//extensions/components/native_app_window" ] 1637 deps += [ "//extensions/components/native_app_window" ]
1633 } 1638 }
1634 1639
1635 if (is_chromeos) { 1640 if (is_chromeos) {
1636 sources += [ 1641 sources += [
1637 "views/apps/app_info_dialog/arc_app_info_links_panel.cc", 1642 "views/apps/app_info_dialog/arc_app_info_links_panel.cc",
1638 "views/apps/app_info_dialog/arc_app_info_links_panel.h", 1643 "views/apps/app_info_dialog/arc_app_info_links_panel.h",
(...skipping 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after
3645 deps += [ 3650 deps += [
3646 "//chrome/test:test_support_ui", 3651 "//chrome/test:test_support_ui",
3647 "//components/zoom", 3652 "//components/zoom",
3648 ] 3653 ]
3649 } 3654 }
3650 3655
3651 if (enable_extensions) { 3656 if (enable_extensions) {
3652 deps += [ "//extensions/browser" ] 3657 deps += [ "//extensions/browser" ]
3653 } 3658 }
3654 } 3659 }
OLDNEW
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698