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

Side by Side Diff: ash/ash.gyp

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shut down in PostDestroyThreads. Created 5 years, 10 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/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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 'targets': [ 866 'targets': [
867 { 867 {
868 # GN version: //ash 868 # GN version: //ash
869 'target_name': 'ash', 869 'target_name': 'ash',
870 'type': '<(component)', 870 'type': '<(component)',
871 'dependencies': [ 871 'dependencies': [
872 '../base/base.gyp:base', 872 '../base/base.gyp:base',
873 '../base/base.gyp:base_i18n', 873 '../base/base.gyp:base_i18n',
874 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 874 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
875 '../cc/cc.gyp:cc', 875 '../cc/cc.gyp:cc',
876 '../components/components.gyp:device_event_log_component',
876 '../components/components.gyp:user_manager', 877 '../components/components.gyp:user_manager',
877 '../components/components.gyp:wallpaper', 878 '../components/components.gyp:wallpaper',
878 '../content/content.gyp:content_browser', 879 '../content/content.gyp:content_browser',
879 '../media/media.gyp:media', 880 '../media/media.gyp:media',
880 '../net/net.gyp:net', 881 '../net/net.gyp:net',
881 '../skia/skia.gyp:skia', 882 '../skia/skia.gyp:skia',
882 '../third_party/icu/icu.gyp:icui18n', 883 '../third_party/icu/icu.gyp:icui18n',
883 '../third_party/icu/icu.gyp:icuuc', 884 '../third_party/icu/icu.gyp:icuuc',
884 '../ui/accessibility/accessibility.gyp:accessibility', 885 '../ui/accessibility/accessibility.gyp:accessibility',
885 '../ui/app_list/app_list.gyp:app_list', 886 '../ui/app_list/app_list.gyp:app_list',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 '../build/isolate.gypi', 1288 '../build/isolate.gypi',
1288 ], 1289 ],
1289 'sources': [ 1290 'sources': [
1290 'ash_unittests.isolate', 1291 'ash_unittests.isolate',
1291 ], 1292 ],
1292 }, 1293 },
1293 ], 1294 ],
1294 }], 1295 }],
1295 ], 1296 ],
1296 } 1297 }
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