| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
| 8 'views_sources': [ | 8 'views_sources': [ |
| 9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
| 10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'animation/test/flood_fill_ink_drop_animation_test_api.cc', | 485 'animation/test/flood_fill_ink_drop_animation_test_api.cc', |
| 486 'animation/test/flood_fill_ink_drop_animation_test_api.h', | 486 'animation/test/flood_fill_ink_drop_animation_test_api.h', |
| 487 'animation/test/ink_drop_animation_test_api.cc', | 487 'animation/test/ink_drop_animation_test_api.cc', |
| 488 'animation/test/ink_drop_animation_test_api.h', | 488 'animation/test/ink_drop_animation_test_api.h', |
| 489 'animation/test/square_ink_drop_animation_test_api.cc', | 489 'animation/test/square_ink_drop_animation_test_api.cc', |
| 490 'animation/test/square_ink_drop_animation_test_api.h', | 490 'animation/test/square_ink_drop_animation_test_api.h', |
| 491 'animation/test/test_ink_drop_animation_observer.cc', | 491 'animation/test/test_ink_drop_animation_observer.cc', |
| 492 'animation/test/test_ink_drop_animation_observer.h', | 492 'animation/test/test_ink_drop_animation_observer.h', |
| 493 'animation/test/test_ink_drop_host.cc', | 493 'animation/test/test_ink_drop_host.cc', |
| 494 'animation/test/test_ink_drop_host.h', | 494 'animation/test/test_ink_drop_host.h', |
| 495 'animation/test/test_ink_drop_delegate.cc', |
| 496 'animation/test/test_ink_drop_delegate.h', |
| 495 'controls/textfield/textfield_test_api.cc', | 497 'controls/textfield/textfield_test_api.cc', |
| 496 'controls/textfield/textfield_test_api.h', | 498 'controls/textfield/textfield_test_api.h', |
| 497 'test/capture_tracking_view.cc', | 499 'test/capture_tracking_view.cc', |
| 498 'test/capture_tracking_view.h', | 500 'test/capture_tracking_view.h', |
| 499 'test/combobox_test_api.cc', | 501 'test/combobox_test_api.cc', |
| 500 'test/combobox_test_api.h', | 502 'test/combobox_test_api.h', |
| 501 'test/desktop_test_views_delegate.h', | 503 'test/desktop_test_views_delegate.h', |
| 502 'test/desktop_test_views_delegate_mac.mm', | 504 'test/desktop_test_views_delegate_mac.mm', |
| 503 'test/event_generator_delegate_mac.h', | 505 'test/event_generator_delegate_mac.h', |
| 504 'test/event_generator_delegate_mac.mm', | 506 'test/event_generator_delegate_mac.mm', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1007 '../aura/aura.gyp:aura', | 1009 '../aura/aura.gyp:aura', |
| 1008 '../wm/wm.gyp:wm', | 1010 '../wm/wm.gyp:wm', |
| 1009 ], | 1011 ], |
| 1010 }], | 1012 }], |
| 1011 ], | 1013 ], |
| 1012 }, # target_name: macviews_interactive_ui_tests | 1014 }, # target_name: macviews_interactive_ui_tests |
| 1013 ], # targets | 1015 ], # targets |
| 1014 }], | 1016 }], |
| 1015 ], # conditions | 1017 ], # conditions |
| 1016 } | 1018 } |
| OLD | NEW |