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

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: Move device_event_log::Initialize call to BrowserProcessImpl. 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
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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 'targets': [ 864 'targets': [
865 { 865 {
866 # GN version: //ash 866 # GN version: //ash
867 'target_name': 'ash', 867 'target_name': 'ash',
868 'type': '<(component)', 868 'type': '<(component)',
869 'dependencies': [ 869 'dependencies': [
870 '../base/base.gyp:base', 870 '../base/base.gyp:base',
871 '../base/base.gyp:base_i18n', 871 '../base/base.gyp:base_i18n',
872 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 872 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
873 '../cc/cc.gyp:cc', 873 '../cc/cc.gyp:cc',
874 '../components/components.gyp:device_event_log_component',
874 '../components/components.gyp:user_manager', 875 '../components/components.gyp:user_manager',
875 '../components/components.gyp:wallpaper', 876 '../components/components.gyp:wallpaper',
876 '../content/content.gyp:content_browser', 877 '../content/content.gyp:content_browser',
877 '../media/media.gyp:media', 878 '../media/media.gyp:media',
878 '../net/net.gyp:net', 879 '../net/net.gyp:net',
879 '../skia/skia.gyp:skia', 880 '../skia/skia.gyp:skia',
880 '../third_party/icu/icu.gyp:icui18n', 881 '../third_party/icu/icu.gyp:icui18n',
881 '../third_party/icu/icu.gyp:icuuc', 882 '../third_party/icu/icu.gyp:icuuc',
882 '../ui/accessibility/accessibility.gyp:accessibility', 883 '../ui/accessibility/accessibility.gyp:accessibility',
883 '../ui/app_list/app_list.gyp:app_list', 884 '../ui/app_list/app_list.gyp:app_list',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 '../build/isolate.gypi', 1284 '../build/isolate.gypi',
1284 ], 1285 ],
1285 'sources': [ 1286 'sources': [
1286 'ash_unittests.isolate', 1287 'ash_unittests.isolate',
1287 ], 1288 ],
1288 }, 1289 },
1289 ], 1290 ],
1290 }], 1291 }],
1291 ], 1292 ],
1292 } 1293 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698