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

Side by Side Diff: components/BUILD.gn

Issue 925333002: Demo UI made with a help of WUG toolkit (DO NOT SEND TO CQ). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « chrome/common/url_constants.cc ('k') | components/components.gyp » ('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("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 14 matching lines...) Expand all
25 "//components/cdm/browser", 25 "//components/cdm/browser",
26 "//components/cdm/common", 26 "//components/cdm/common",
27 "//components/cdm/renderer", 27 "//components/cdm/renderer",
28 "//components/cloud_devices/common", 28 "//components/cloud_devices/common",
29 "//components/component_updater", 29 "//components/component_updater",
30 "//components/content_settings/core/browser", 30 "//components/content_settings/core/browser",
31 "//components/content_settings/core/common", 31 "//components/content_settings/core/common",
32 "//components/crash/app", 32 "//components/crash/app",
33 "//components/crash/browser", 33 "//components/crash/browser",
34 "//components/crx_file", 34 "//components/crx_file",
35 "//components/demo_ui",
35 "//components/data_reduction_proxy/core/browser", 36 "//components/data_reduction_proxy/core/browser",
36 "//components/data_reduction_proxy/core/common", 37 "//components/data_reduction_proxy/core/common",
37 "//components/device_event_log", 38 "//components/device_event_log",
38 "//components/dom_distiller/core", 39 "//components/dom_distiller/core",
39 "//components/domain_reliability", 40 "//components/domain_reliability",
40 "//components/enhanced_bookmarks", 41 "//components/enhanced_bookmarks",
41 "//components/favicon/core", 42 "//components/favicon/core",
42 "//components/favicon_base", 43 "//components/favicon_base",
43 "//components/feedback", 44 "//components/feedback",
44 "//components/gcm_driver", 45 "//components/gcm_driver",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 301
301 output = "$root_out_dir/components_tests_resources.pak" 302 output = "$root_out_dir/components_tests_resources.pak"
302 303
303 deps = [ 304 deps = [
304 "//components/resources", 305 "//components/resources",
305 "//components/strings", 306 "//components/strings",
306 "//ui/resources", 307 "//ui/resources",
307 "//ui/strings", 308 "//ui/strings",
308 ] 309 ]
309 } 310 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698