| 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 'animation/test/flood_fill_ink_drop_ripple_test_api.h', | 495 'animation/test/flood_fill_ink_drop_ripple_test_api.h', |
| 496 'animation/test/ink_drop_ripple_test_api.cc', | 496 'animation/test/ink_drop_ripple_test_api.cc', |
| 497 'animation/test/ink_drop_ripple_test_api.h', | 497 'animation/test/ink_drop_ripple_test_api.h', |
| 498 'animation/test/ink_drop_impl_test_api.cc', | 498 'animation/test/ink_drop_impl_test_api.cc', |
| 499 'animation/test/ink_drop_impl_test_api.h', | 499 'animation/test/ink_drop_impl_test_api.h', |
| 500 'animation/test/ink_drop_hover_test_api.cc', | 500 'animation/test/ink_drop_hover_test_api.cc', |
| 501 'animation/test/ink_drop_hover_test_api.h', | 501 'animation/test/ink_drop_hover_test_api.h', |
| 502 'animation/test/ink_drop_utils.cc', | 502 'animation/test/ink_drop_utils.cc', |
| 503 'animation/test/square_ink_drop_ripple_test_api.cc', | 503 'animation/test/square_ink_drop_ripple_test_api.cc', |
| 504 'animation/test/square_ink_drop_ripple_test_api.h', | 504 'animation/test/square_ink_drop_ripple_test_api.h', |
| 505 'animation/test/test_ink_drop.h', |
| 505 'animation/test/test_ink_drop_ripple_observer.cc', | 506 'animation/test/test_ink_drop_ripple_observer.cc', |
| 506 'animation/test/test_ink_drop_ripple_observer.h', | 507 'animation/test/test_ink_drop_ripple_observer.h', |
| 507 'animation/test/test_ink_drop_animation_observer_helper.h', | 508 'animation/test/test_ink_drop_animation_observer_helper.h', |
| 508 'animation/test/test_ink_drop_host.cc', | 509 'animation/test/test_ink_drop_host.cc', |
| 509 'animation/test/test_ink_drop_host.h', | 510 'animation/test/test_ink_drop_host.h', |
| 510 'animation/test/test_ink_drop_hover_observer.cc', | 511 'animation/test/test_ink_drop_hover_observer.cc', |
| 511 'animation/test/test_ink_drop_hover_observer.h', | 512 'animation/test/test_ink_drop_hover_observer.h', |
| 512 'animation/test/test_ink_drop_delegate.cc', | 513 'animation/test/test_ink_drop_delegate.cc', |
| 513 'animation/test/test_ink_drop_delegate.h', | 514 'animation/test/test_ink_drop_delegate.h', |
| 514 'controls/textfield/textfield_test_api.cc', | 515 'controls/textfield/textfield_test_api.cc', |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1039 '../aura/aura.gyp:aura', | 1040 '../aura/aura.gyp:aura', |
| 1040 '../wm/wm.gyp:wm', | 1041 '../wm/wm.gyp:wm', |
| 1041 ], | 1042 ], |
| 1042 }], | 1043 }], |
| 1043 ], | 1044 ], |
| 1044 }, # target_name: macviews_interactive_ui_tests | 1045 }, # target_name: macviews_interactive_ui_tests |
| 1045 ], # targets | 1046 ], # targets |
| 1046 }], | 1047 }], |
| 1047 ], # conditions | 1048 ], # conditions |
| 1048 } | 1049 } |
| OLD | NEW |