| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |