| 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 'rotator/window_rotation.h', | 356 'rotator/window_rotation.h', |
| 357 'scoped_target_root_window.cc', | 357 'scoped_target_root_window.cc', |
| 358 'scoped_target_root_window.h', | 358 'scoped_target_root_window.h', |
| 359 'screen_util.cc', | 359 'screen_util.cc', |
| 360 'screen_util.h', | 360 'screen_util.h', |
| 361 'screenshot_delegate.h', | 361 'screenshot_delegate.h', |
| 362 'shelf/app_list_button.cc', | 362 'shelf/app_list_button.cc', |
| 363 'shelf/app_list_button.h', | 363 'shelf/app_list_button.h', |
| 364 'shelf/app_list_shelf_item_delegate.cc', | 364 'shelf/app_list_shelf_item_delegate.cc', |
| 365 'shelf/app_list_shelf_item_delegate.h', | 365 'shelf/app_list_shelf_item_delegate.h', |
| 366 'shelf/ink_drop_button_listener.h', |
| 366 'shelf/overflow_bubble.cc', | 367 'shelf/overflow_bubble.cc', |
| 367 'shelf/overflow_bubble.h', | 368 'shelf/overflow_bubble.h', |
| 368 'shelf/overflow_bubble_view.cc', | 369 'shelf/overflow_bubble_view.cc', |
| 369 'shelf/overflow_bubble_view.h', | 370 'shelf/overflow_bubble_view.h', |
| 370 'shelf/overflow_button.cc', | 371 'shelf/overflow_button.cc', |
| 371 'shelf/overflow_button.h', | 372 'shelf/overflow_button.h', |
| 372 'shelf/scoped_observer_with_duplicated_sources.h', | 373 'shelf/scoped_observer_with_duplicated_sources.h', |
| 373 'shelf/shelf.cc', | 374 'shelf/shelf.cc', |
| 374 'shelf/shelf.h', | 375 'shelf/shelf.h', |
| 375 'shelf/shelf_bezel_event_filter.cc', | 376 'shelf/shelf_bezel_event_filter.cc', |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1238 'type': 'executable', | 1239 'type': 'executable', |
| 1239 'dependencies': [ | 1240 'dependencies': [ |
| 1240 '../base/base.gyp:base', | 1241 '../base/base.gyp:base', |
| 1241 '../base/base.gyp:test_support_base', | 1242 '../base/base.gyp:test_support_base', |
| 1242 '../chrome/chrome_resources.gyp:packed_resources', | 1243 '../chrome/chrome_resources.gyp:packed_resources', |
| 1243 '../components/components.gyp:signin_core_account_id', | 1244 '../components/components.gyp:signin_core_account_id', |
| 1244 '../components/components.gyp:user_manager', | 1245 '../components/components.gyp:user_manager', |
| 1245 '../content/content.gyp:content_browser', | 1246 '../content/content.gyp:content_browser', |
| 1246 '../content/content_shell_and_tests.gyp:test_support_content', | 1247 '../content/content_shell_and_tests.gyp:test_support_content', |
| 1247 '../skia/skia.gyp:skia', | 1248 '../skia/skia.gyp:skia', |
| 1249 '../testing/gmock.gyp:gmock', |
| 1248 '../testing/gtest.gyp:gtest', | 1250 '../testing/gtest.gyp:gtest', |
| 1249 '../third_party/icu/icu.gyp:icui18n', | 1251 '../third_party/icu/icu.gyp:icui18n', |
| 1250 '../third_party/icu/icu.gyp:icuuc', | 1252 '../third_party/icu/icu.gyp:icuuc', |
| 1251 '../ui/accessibility/accessibility.gyp:accessibility', | 1253 '../ui/accessibility/accessibility.gyp:accessibility', |
| 1252 '../ui/app_list/app_list.gyp:app_list', | 1254 '../ui/app_list/app_list.gyp:app_list', |
| 1253 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter', | 1255 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter', |
| 1254 '../ui/aura/aura.gyp:aura', | 1256 '../ui/aura/aura.gyp:aura', |
| 1255 '../ui/aura/aura.gyp:aura_test_support', | 1257 '../ui/aura/aura.gyp:aura_test_support', |
| 1256 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1258 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 1257 '../ui/base/ui_base.gyp:ui_base', | 1259 '../ui/base/ui_base.gyp:ui_base', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1450 ], | 1452 ], |
| 1451 } | 1453 } |
| 1452 ], | 1454 ], |
| 1453 ], | 1455 ], |
| 1454 }, | 1456 }, |
| 1455 ], | 1457 ], |
| 1456 }], | 1458 }], |
| 1457 ], | 1459 ], |
| 1458 } | 1460 } |
| OLD | NEW |