Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: ui/views/views.gyp

Issue 1376523005: Fix four dangling header-file references in .gyp files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'views_test_support_sources': [ 472 'views_test_support_sources': [
473 'animation/test/ink_drop_animation_test_api.cc', 473 'animation/test/ink_drop_animation_test_api.cc',
474 'animation/test/ink_drop_animation_test_api.h', 474 'animation/test/ink_drop_animation_test_api.h',
475 'animation/test/test_ink_drop_host.cc', 475 'animation/test/test_ink_drop_host.cc',
476 'animation/test/test_ink_drop_host.h', 476 'animation/test/test_ink_drop_host.h',
477 'controls/textfield/textfield_test_api.cc', 477 'controls/textfield/textfield_test_api.cc',
478 'controls/textfield/textfield_test_api.h', 478 'controls/textfield/textfield_test_api.h',
479 'test/capture_tracking_view.cc', 479 'test/capture_tracking_view.cc',
480 'test/capture_tracking_view.h', 480 'test/capture_tracking_view.h',
481 'test/combobox_test_api.cc', 481 'test/combobox_test_api.cc',
482 'test/combobox_tesa_api.h', 482 'test/combobox_test_api.h',
483 'test/desktop_test_views_delegate.h', 483 'test/desktop_test_views_delegate.h',
484 'test/desktop_test_views_delegate_mac.mm', 484 'test/desktop_test_views_delegate_mac.mm',
485 'test/event_generator_delegate_mac.h', 485 'test/event_generator_delegate_mac.h',
486 'test/event_generator_delegate_mac.mm', 486 'test/event_generator_delegate_mac.mm',
487 'test/focus_manager_test.cc', 487 'test/focus_manager_test.cc',
488 'test/focus_manager_test.h', 488 'test/focus_manager_test.h',
489 'test/menu_runner_test_api.cc', 489 'test/menu_runner_test_api.cc',
490 'test/menu_runner_test_api.h', 490 'test/menu_runner_test_api.h',
491 'test/slider_test_api.cc', 491 'test/slider_test_api.cc',
492 'test/slider_test_api.h', 492 'test/slider_test_api.h',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 '../aura/aura.gyp:aura', 954 '../aura/aura.gyp:aura',
955 '../wm/wm.gyp:wm', 955 '../wm/wm.gyp:wm',
956 ], 956 ],
957 }], 957 }],
958 ], 958 ],
959 }, # target_name: macviews_interactive_ui_tests 959 }, # target_name: macviews_interactive_ui_tests
960 ], # targets 960 ], # targets
961 }], 961 }],
962 ], # conditions 962 ], # conditions
963 } 963 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698