| 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 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1235 'type': 'executable', | 1235 'type': 'executable', |
| 1236 'dependencies': [ | 1236 'dependencies': [ |
| 1237 '../base/base.gyp:base', | 1237 '../base/base.gyp:base', |
| 1238 '../base/base.gyp:test_support_base', | 1238 '../base/base.gyp:test_support_base', |
| 1239 '../chrome/chrome_resources.gyp:packed_resources', | 1239 '../chrome/chrome_resources.gyp:packed_resources', |
| 1240 '../components/components.gyp:signin_core_account_id', | 1240 '../components/components.gyp:signin_core_account_id', |
| 1241 '../components/components.gyp:user_manager', | 1241 '../components/components.gyp:user_manager', |
| 1242 '../content/content.gyp:content_browser', | 1242 '../content/content.gyp:content_browser', |
| 1243 '../content/content_shell_and_tests.gyp:test_support_content', | 1243 '../content/content_shell_and_tests.gyp:test_support_content', |
| 1244 '../skia/skia.gyp:skia', | 1244 '../skia/skia.gyp:skia', |
| 1245 '../testing/gmock.gyp:gmock', |
| 1245 '../testing/gtest.gyp:gtest', | 1246 '../testing/gtest.gyp:gtest', |
| 1246 '../third_party/icu/icu.gyp:icui18n', | 1247 '../third_party/icu/icu.gyp:icui18n', |
| 1247 '../third_party/icu/icu.gyp:icuuc', | 1248 '../third_party/icu/icu.gyp:icuuc', |
| 1248 '../ui/accessibility/accessibility.gyp:accessibility', | 1249 '../ui/accessibility/accessibility.gyp:accessibility', |
| 1249 '../ui/app_list/app_list.gyp:app_list', | 1250 '../ui/app_list/app_list.gyp:app_list', |
| 1250 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter', | 1251 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter', |
| 1251 '../ui/aura/aura.gyp:aura', | 1252 '../ui/aura/aura.gyp:aura', |
| 1252 '../ui/aura/aura.gyp:aura_test_support', | 1253 '../ui/aura/aura.gyp:aura_test_support', |
| 1253 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1254 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 1254 '../ui/base/ui_base.gyp:ui_base', | 1255 '../ui/base/ui_base.gyp:ui_base', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1446 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1447 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1447 ], | 1448 ], |
| 1448 } | 1449 } |
| 1449 ], | 1450 ], |
| 1450 ], | 1451 ], |
| 1451 }, | 1452 }, |
| 1452 ], | 1453 ], |
| 1453 }], | 1454 }], |
| 1454 ], | 1455 ], |
| 1455 } | 1456 } |
| OLD | NEW |