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

Side by Side Diff: ash/ash.gyp

Issue 1469733003: system tray ui change for AllowOnlyPolicyNetworksToConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/BUILD.gn ('k') | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 { 938 {
939 # GN version: //ash 939 # GN version: //ash
940 'target_name': 'ash', 940 'target_name': 'ash',
941 'type': '<(component)', 941 'type': '<(component)',
942 'dependencies': [ 942 'dependencies': [
943 '../base/base.gyp:base', 943 '../base/base.gyp:base',
944 '../base/base.gyp:base_i18n', 944 '../base/base.gyp:base_i18n',
945 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 945 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
946 '../cc/cc.gyp:cc', 946 '../cc/cc.gyp:cc',
947 '../components/components.gyp:device_event_log_component', 947 '../components/components.gyp:device_event_log_component',
948 '../components/components.gyp:onc_component',
948 '../components/components.gyp:signin_core_account_id', 949 '../components/components.gyp:signin_core_account_id',
949 '../components/components.gyp:user_manager', 950 '../components/components.gyp:user_manager',
950 '../components/components.gyp:wallpaper', 951 '../components/components.gyp:wallpaper',
951 '../content/content.gyp:content_browser', 952 '../content/content.gyp:content_browser',
952 '../media/media.gyp:media', 953 '../media/media.gyp:media',
953 '../net/net.gyp:net', 954 '../net/net.gyp:net',
954 '../skia/skia.gyp:skia', 955 '../skia/skia.gyp:skia',
955 '../third_party/icu/icu.gyp:icui18n', 956 '../third_party/icu/icu.gyp:icui18n',
956 '../third_party/icu/icu.gyp:icuuc', 957 '../third_party/icu/icu.gyp:icuuc',
957 '../ui/accessibility/accessibility.gyp:accessibility', 958 '../ui/accessibility/accessibility.gyp:accessibility',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1364 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1364 ], 1365 ],
1365 } 1366 }
1366 ], 1367 ],
1367 ], 1368 ],
1368 }, 1369 },
1369 ], 1370 ],
1370 }], 1371 }],
1371 ], 1372 ],
1372 } 1373 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698