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

Side by Side Diff: ash/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 | « no previous file | ash/shell.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 "//cc", 835 "//cc",
836 "//cc/debug", 836 "//cc/debug",
837 "//cc/surfaces", 837 "//cc/surfaces",
838 "//chromeos", 838 "//chromeos",
839 "//chromeos:power_manager_proto", 839 "//chromeos:power_manager_proto",
840 "//components/device_event_log", 840 "//components/device_event_log",
841 "//components/onc", 841 "//components/onc",
842 "//components/quirks", 842 "//components/quirks",
843 "//components/session_manager:base", 843 "//components/session_manager:base",
844 "//components/signin/core/account_id", 844 "//components/signin/core/account_id",
845 "//components/ui_devtools",
846 "//components/ui_devtools/views",
847 "//components/user_manager", 845 "//components/user_manager",
848 "//components/vector_icons", 846 "//components/vector_icons",
849 "//components/wallpaper", 847 "//components/wallpaper",
850 "//device/bluetooth", 848 "//device/bluetooth",
851 "//gpu/command_buffer/client", 849 "//gpu/command_buffer/client",
852 "//gpu/command_buffer/client:gles2_interface", 850 "//gpu/command_buffer/client:gles2_interface",
853 "//media", 851 "//media",
854 "//net", 852 "//net",
855 "//services/preferences/public/cpp", 853 "//services/preferences/public/cpp",
856 "//services/service_manager/public/cpp", 854 "//services/service_manager/public/cpp",
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1557 "//content/public/app:both", 1555 "//content/public/app:both",
1558 "//device/bluetooth", 1556 "//device/bluetooth",
1559 ] 1557 ]
1560 1558
1561 data_deps = [ 1559 data_deps = [
1562 "//ash/strings:ash_test_strings", 1560 "//ash/strings:ash_test_strings",
1563 "//ash/resources:ash_test_resources_with_content_100_percent", 1561 "//ash/resources:ash_test_resources_with_content_100_percent",
1564 "//ash/resources:ash_test_resources_200_percent", 1562 "//ash/resources:ash_test_resources_200_percent",
1565 ] 1563 ]
1566 } 1564 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698