| 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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |