| 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 '../ui/views/views.gyp:views', | 564 '../ui/views/views.gyp:views', |
| 565 '../ui/views/views.gyp:views_test_support', | 565 '../ui/views/views.gyp:views_test_support', |
| 566 '../ui/views/views.gyp:views_examples_with_content_lib', | 566 '../ui/views/views.gyp:views_examples_with_content_lib', |
| 567 '../ui/views/views.gyp:views_with_content_test_support', | 567 '../ui/views/views.gyp:views_with_content_test_support', |
| 568 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 568 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| 569 'ash', | 569 'ash', |
| 570 'ash_resources', | 570 'ash_resources', |
| 571 'ash_test_support', | 571 'ash_test_support', |
| 572 ], | 572 ], |
| 573 'sources': [ | 573 'sources': [ |
| 574 '../ui/compositor/test/layer_animator_test_controller.cc', |
| 575 '../ui/compositor/test/layer_animator_test_controller.h', |
| 574 '../ui/views/test/test_views_delegate.cc', | 576 '../ui/views/test/test_views_delegate.cc', |
| 575 '../ui/views/test/test_views_delegate.h', | 577 '../ui/views/test/test_views_delegate.h', |
| 576 'accelerators/accelerator_controller_unittest.cc', | 578 'accelerators/accelerator_controller_unittest.cc', |
| 577 'accelerators/accelerator_filter_unittest.cc', | 579 'accelerators/accelerator_filter_unittest.cc', |
| 578 'accelerators/accelerator_table_unittest.cc', | 580 'accelerators/accelerator_table_unittest.cc', |
| 579 'accelerators/nested_dispatcher_controller_unittest.cc', | 581 'accelerators/nested_dispatcher_controller_unittest.cc', |
| 580 'desktop_background/desktop_background_controller_unittest.cc', | 582 'desktop_background/desktop_background_controller_unittest.cc', |
| 581 'dip_unittest.cc', | 583 'dip_unittest.cc', |
| 582 'display/display_controller_unittest.cc', | 584 'display/display_controller_unittest.cc', |
| 583 'display/display_error_dialog_unittest.cc', | 585 'display/display_error_dialog_unittest.cc', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 'shell/cocoa/app-Info.plist', | 774 'shell/cocoa/app-Info.plist', |
| 773 ], | 775 ], |
| 774 'xcode_settings': { | 776 'xcode_settings': { |
| 775 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 777 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 776 }, | 778 }, |
| 777 }], | 779 }], |
| 778 ], | 780 ], |
| 779 }, | 781 }, |
| 780 ], | 782 ], |
| 781 } | 783 } |
| OLD | NEW |